Hi,
I am normally stitching around 500 (25horizontal x 20vertical) microscope images into one overview image. Hugin is doing a great job, but creating the controlpoints is not optimal.
My images are named "image_1_1", "image_1_2" etc, all the way up to "image_25_20".
If I run Hugin CPFind with default settings, it will compare all 500 images to each other, which takes several hours. What I normally do is that I add the argument "--linearmatch" to CPFind, which then finds all the necessary control points for images that are horizontally next to each other. However, I also need controlpoints for vertical images, and I have not been able to find a good workflow for this. What I currently do is to manually select all the images that end with "_1" and run CPFind, manually select "_2" and run CPFind etc. It takes a lot of time to select images on every 25th row in the photos list, and repeat this at least for every second vertical column to have a good result.
I guess what I am looking for is something like --linearmatch, but it should compare every 25th image.