Open wzp8023391 opened 1 year ago
Please post how you called AROSICS and include the traceback.
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: @.***>
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_iter
above the default value of 5. For my case this wasn't effective though.
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
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_iter
above 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?
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