Hi Alex;
Many thanks for your explanation. Now I have a better understanding on chunk alignment.
I managed to align my chunks satisfactly with point-based method.
If I may add one further question, does the two methods below make any difference?
Assume there are 4 sets of photos, set A, set B, set C and set D, each with several hundreds photos. And
method 1: Import photos of A, B, C, D into one chunk and align all the photos together in one operation.
method 2: First, for each of A, B, C, D, align photos and make a small chunk. Then align these
4 chunks (A, B, C. D) and merge them together to make a chunk including all the cameras.
I imagine method 1 would adjust each camera position considering all other photos, while method 2 positions
each camera only relative to the photos in each set. Therefore
a. method 1 takes significantly longer time for photo alignment
b. method 1 camera positions are much more precise than method 2.
c. method 1 also requires much more RAM for photo alignment
Are these points correct?
My computer has limited amount of RAM, and has difficulty in method 1. I am hoping method 2 makes OK result.
T