I would like a setting to exclude points in images with to few overlaps. Like if there’s a point with just two images overlap I would like to exclude it.
Is it possible?
I would like a setting to exclude points in images with to few overlaps. Like if there’s a point with just two images overlap I would like to exclude it.
Is it possible?
I think you could achieve this by patching openmvs.py
and changing ODM/openmvs.py at master · OpenDroneMap/ODM · GitHub to a value higher than 2
.
Can you implement a setting for it?
I’m one WebODM
I currently have other work priorities, but we welcome code contribution! The project is open source.
I know a bit of programming but I’m not that good.
I’ve done some python, VBA and racket.