Anthony,
Thanks for your effort. I have done some further testing. The thing I am trying to do is to align 25 images with two "jittering" origin points to line up with two chosen destination points.
I have made 5 runs with the set of 25 x 2 points, making minor changes to only one destination point (x-coord changing from 399 to 403). These are the results:
run 1:
dest1 = 399, 1100
dest2 = 2400, 1100
black images: 001-007-009-012-020-025
run 2:
dest1 = 400,1100
dest2 = 2400,1100
black images: 001-010-014-017-023
run 3:
dest1 = 401,1100
dest2 = 2400,1100
black images: 001-004-008-009
run 4:
dest1 = 402,1100
dest2 = 2400,1100
black images: 001-002-007-008-019-020-022-025
run 5:
dest1 = 403,1100
dest2 = 2400,1100
black images: 003-005-008-009-010-019
These are the 25 x 2 "jittering" origin points that I want to align to the destination points:
001: 388,1061 - 2449,1066
002: 369,1063 - 2422,1078
003: 403,1087 - 2437,1081
004: 403,1066 - 2436,1051
005: 378,1116 - 2406,1125
006: 369,1060 - 2405,1077
007: 401,1020 - 2420,1031
008: 385,1027 - 2412,1026
009: 402,1046 - 2422,1047
010: 409,1014 - 2440,998
011: 380,1004 - 2403,1011
012: 406,1045 - 2429,1051
013: 394,1065 - 2424,1079
014: 407,1032 - 2429,1048
015: 419,1060 - 2457,1062
016: 390,1011 - 2414,1011
017: 368,981 - 2397,974
018: 392,950 - 2430,969
019: 379,987 - 2422,1001
020: 403,1017 - 2452,1037
021: 403,1015 - 2450,1033
022: 352,1033 - 2411,1029
023: 374,999 - 2434,1011
024: 420,1008 - 2489,1011
025: 391,952 - 2463,990
I have not been able to do a run without black images. Best I have seen is 1 black image.
Hope anyone can shine some light on this. I can't. And I need this desperately
Tom