Quantcast
Channel: OpenCV Q&A Forum - RSS feed
Viewing all articles
Browse latest Browse all 41027

what is error in this question

$
0
0
#include “stdafx.h” #include “opencv2\highgui\highgui.hpp” #include “iostream” using namespace cv; using namespace std; int main(){ Mat im = imread("C:\\Users\\supriya123\\Desktop\\cake.jpg"); if (im.empty()){ cout<< "Cannot load image!"; return -1; } imshow("Image", im); waitKey(0); }

Viewing all articles
Browse latest Browse all 41027

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>