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

imshow documentation seems obsolete #8

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

imshow documentation seems obsolete #8

mottelet opened this issue Nov 27, 2023 · 1 comment

Comments

@mottelet
Copy link
Collaborator

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
Copy link
Owner

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

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

2 participants