I do not have much programming experience, and I am currently working on a project with photogrammetry.
I'm testing out the Python Photogrammetry Toolbox, which allows the user to select Sift Lowe or VLFeat Sift for the feature detection process.
However, the sift.exe crashes whenever the image size is above a certain threshold. My input images are 6000x4000, and I have to scale down to 1500x1000 in order for the program not to crash.
Does anyone know if there is some parameter I can adjust to fix this?
SiftGPU in VisualSFM does not seem to have any programs when I utilize the full resolution.
Thanks