I took the trouble to install OpenCV by building the libraries myself, as instructed in this link:
http://docs.opencv.org/trunk/doc/tutorials/introduction/windows_install/windows_install.html#windows-installation
After all this hard work, it was disappointing to get this error message for using imshow:
I = imread('cameraman.tif'); cv.imshow(I);
“Error using cv.imshow Attempt to execute SCRIPT imshow as a function: D:\OpenCV\Builds\modules\matlab+cv\imshow.m”
If you have a solution, please let me knw.
Thanks,
Bharath