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

imfuse example is broken #12

Open
tanchinluh opened this issue Nov 27, 2023 · 1 comment
Open

imfuse example is broken #12

tanchinluh opened this issue Nov 27, 2023 · 1 comment

Comments

@tanchinluh
Copy link
Owner

lena.bmp is not in images/, but after conversion of lena.png to lena.bmp
I get this:

--> I1 = imread(fullpath(getIPCVpath() + "/images/lena.bmp"));

--> I2 = imread(fullpath(getIPCVpath() + "/images/lena7030.bmp"));

--> [S,TR,ROT,SC]=imphasecorr(I1,I2);

"Scale Factor = 1"

"Rotation Factor = 0"

"Transition Factor x = 243 y = 202"

--> y = imfuse(I1,S,'colordiff');
at line 37 of function imfuse (
/Users/mottelet/git/IPCV/macros/imfuse.sci line 41 )

Submatrix incorrectly defined.

--> imshow(y);

Undefined variable: y

@tanchinluh
Copy link
Owner Author

issue on imphasecorr, will need sometime to relook into this function

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