We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
issue on imphasecorr, will need sometime to relook into this function
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: