Ask Your Question

Bharath's profile - activity

2014-01-02 12:55:58 -0600 received badge  Student (source)
2013-12-04 21:53:57 -0600 asked a question OpenCV - Matlab bindings are not working

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