Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue in demobindshadler.m #2

Open
marcobrogioni opened this issue Jun 30, 2020 · 0 comments
Open

issue in demobindshadler.m #2

marcobrogioni opened this issue Jun 30, 2020 · 0 comments

Comments

@marcobrogioni
Copy link

I was working on imcorr software an I finally get into this fantastic repository. After some checks I think there is a bug in the demobindshadler.m, in particular in the line
y=(size(A,2)-1:-1:0)*dx;
where size(A,2) is the same as the previous line x=...

Actually, I think it should be y=(size(A,1)-1:-1:0)*dx;

It cannot be seen by using conv.yxx and fang.yxx images since they are perfectly square, but if you use a rectangular couple of images the bug pop-up quickly.

Please check it,
Marco

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant