Venkat schrieb am Samstag, 30. März 2024 um 07:06:32 UTC+1: Problems: 1) Attached Default.txt which captures the log output of the above steps. >From Line 112 to Line 143 we could see the match is made among the combinations of the images ex: image 0.jpg (its actually 1.jpg but zero indexed internally ) with all other images, likewise other images are matched as well.
No, it does not check all combinations. e.g. image 0 is matched with image 1, 2, 3, 7, 8, 9, 10, 11; but not with images 4-6. These matches are done because you have a lot of overlap between the images (see that most of the matches are done under the caption --- Find matches for overlapping images ---). You see this also in the output of enblend: warning: some images are redundant and will not be blended. So if speed is your main concern, reduce the number of images, because you have a lot of overlap and redundant images. -- A list of frequently asked questions is available at: http://wiki.panotools.org/Hugin_FAQ --- You received this message because you are subscribed to the Google Groups "hugin and other free panoramic software" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/hugin-ptx/add9e176-6f2d-4cda-bde3-5739314d4cefn%40googlegroups.com.
