Skip to content

issue in demobindshadler.m #2

@marcobrogioni

Description

@marcobrogioni

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions