Closed khanwaleed247 closed 2 years ago
Probably, it helps, if you post a screenshot of the target and reference images here (only those bands used for co-registration). How large is the actual shift between both images? I would recommend not to use too small subsets, this makes it harder to find the correct shift.
I close this due to inactivity. Feel free to re-open if needed.
So , I have been trying to co-register 2 Planet Scope Images (24thMay2022 as Target and 12thMay2022 as Reference). Both the images have a valid Projection system. For testing I have created a small Patch of size 731*278 pixels, with the spatial resolution of 3 meters. Unfortunately I could observe no significant changes in the output image.
Following are the parameters I am using;
CRL = COREG_LOCAL(im_reference,im_target, min_reliability=0, resamp_alg_deshift='cubic', r_b4match=7, s_b4match=7, tieP_filter_level=0, v=True, **kwargs) CRL.correct_shifts()