Software Development/Application Develop

OpenCV 이미지 띄우기

huiyu 2014. 10. 20. 17:59
Mat img = imread("C:\\Users\\Public\\Pictures\\Sample Pictures\\Desert.jpg");

imshow("window Name", img);
waitKey(0);
728x90