Can image stitcher use lat lon of images [closed]
i am trying to stitch drone images , and when i give 60 images to openCV ,it is trying to find best match from other 59 images ,but i guess to speed up stitching we can reduce search space to 6-7 by using nearest neighbors as per Lat Lon
Can image stitcher use lat lon of images ,if not how can i make it use Lat Lon
I don't think so. But you can use range_width parameter in cv::detail::BestOf2NearestRangeMatcher::BestOf2NearestRangeMatcher
Please close your issue