I want to load an image using Mat in openCV
My code is:
Mat I = imread(\"C:/images/apple.jpg\", 0); namedWindow( \"Display window\", CV_WINDOW_AUTOSI
Are you using visual studio 2010 to run the OpenCV code? If so, try compiling in Release mode.