tanchinluh / IPCV

Scilab Image Processing and Computer Vision Module
GNU General Public License v3.0
1 stars 1 forks source link

imfuse example is broken #12

Open tanchinluh opened 10 months ago

tanchinluh commented 10 months ago

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 commented 10 months ago

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