Closed MarioTro closed 1 month ago
UPDATE: It now works for some settings of grid_res (2000) and window_size (64,64). But the result is not great. How can I estimate good values for these parameters? (e.g. given a very high resolution (1cm GSD) orthophoto and local mismatches)
For the ValueError above, please refer to https://github.com/GFZ/arosics/issues/29.
It now works for some settings of grid_res (2000) and window_size (64,64). But the result is not great.
For this, please open another issue (as it is not related to the ValueError above) and include screenshots of input images. Note that the accuracy of the derived shifts improves with larger window sizes. The default is (256, 256) and with very high resolution data, you should rather enlarge the window size than reducing it. Also make sure that the maximum possible shift should be covered by the window size (the expected shift should be smaller than half of the window size).
Many thanks. I will do some testing with various parameters to see if the quality problem persists. Maybe the problem sits in front of the computer or it is in the dataset. ;) Anyway, many thanks for creating and maintaining this package! It is very useful and saves me a lot of work! =)
Description
I would like to register an RGB 1cm GSD geotif and a multispectral (4 band) 2cm GSD orthophoto. The images were produces by WebODM, raw data was collected with a DJI Mavic 3M.
I am able to run COREG_LOCAL with various settings. However, when I am running
I get this error: ValueError: The length of the given lists must be equal to the number of bands. Received a list with 3 items for 'STATISTICS_APPROXIMATE'.
(global coregistration via arosics.COREG works fine!)
What I Did
The full error message: