tanchinluh / IPCV

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

imshow documentation seems obsolete #8

Open mottelet opened 9 months ago

mottelet commented 9 months ago
im = imread(fullpath(getIPCVpath() + "/images/baboon.png"));
imshow(im);
f = scf();
imshow(im, 1);
if with_tk() then
imshow(im, 2);
end

yields

Undefined variable: with_tk

moreover, imshow(im, 1) does not do anything.

tanchinluh commented 9 months ago

imshow(im, 1) will show in uicontrol, imshow(im, 2) will need to cross check with linux.