Can image stitcher use lat lon of images [closed]

asked 2019-01-02 00:22:49 -0600

jeetu gravatar image

updated 2019-01-02 01:29:39 -0600

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

edit retag flag offensive reopen merge delete

Closed for the following reason duplicate question by jeetu
close date 2019-01-02 02:17:48.903204

Comments

I don't think so. But you can use range_width parameter in cv::detail::BestOf2NearestRangeMatcher::BestOf2NearestRangeMatcher

Please close your issue

LBerger gravatar imageLBerger ( 2019-01-02 01:46:00 -0600 )edit