GFZ / arosics

AROSICS - Automated and Robust Open-Source Image Co-Registration Software
https://git.gfz-potsdam.de/danschef/arosics
Apache License 2.0
150 stars 28 forks source link

No match found in the given window #19

Open wzp8023391 opened 1 year ago

wzp8023391 commented 1 year ago

Description

I use a reference image to rectify the given image, but aroscis show an error," no match found in the given window". However, the reference image can cover the target image, and these two images are WGS-84, can you give me some suggestions to solve this?

What I Did

Paste the command(s) you ran and the output.
If there was a crash, please include the traceback here.
danschef commented 1 year ago

Please post how you called AROSICS and include the traceback.

wzp8023391 commented 1 year ago

Thanks. here is my sour code, 

 

开心一族 @.***

 

------------------ 原始邮件 ------------------ 发件人: "Daniel @.>; 发送时间: 2023年2月18日(星期六) 晚上8:35 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [GFZ/arosics] No match found in the given window (Issue #19)

Please post how you called AROSICS and include the traceback.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

wzp8023391 commented 1 year ago

image

bourcierj commented 1 year ago

I have encountered this problem and was able fix it for my data by changing the window wise (ws). You could try various window sizes, and disable binary window size (binary_ws=False) to allow any window size. In my case, I had set the window size to cover the full intersection of my reference and target images. Using a slightly smaller window size (95% of the full size) it was able to find a match and produce a satisfying result.

If this does not work, you could also try changing the matching band, this was also effective for me.

You could also try increasing max_iterabove the default value of 5. For my case this wasn't effective though.

wzp8023391 commented 1 year ago

Thank you very much, After I test your method, this issue still exists, do you have a WeChat or Email,? Hope you can help me to solve this issue

wzp8023391 commented 1 year ago

I have encountered this problem and was able fix it for my data by changing the window wise (ws). You could try various window sizes, and disable binary window size (binary_ws=False) to allow any window size. In my case, I had set the window size to cover the full intersection of my reference and target images. Using a slightly smaller window size (95% of the full size) it was able to find a match and produce a satisfying result.

If this does not work, you could also try changing the matching band, this was also effective for me.

You could also try increasing max_iterabove the default value of 5. For my case this wasn't effective though. Thanks for your valuable suggestions, can I add you as wechat friend?