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
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.
imshow(im, 1)
The text was updated successfully, but these errors were encountered:
imshow(im, 1) will show in uicontrol, imshow(im, 2) will need to cross check with linux.
Sorry, something went wrong.
No branches or pull requests
yields
moreover,
imshow(im, 1)
does not do anything.The text was updated successfully, but these errors were encountered: