http://www.emindlab.com/how-to-read-d...
#include "opencv\cv.h"
#include "opencv\highgui.h"
int main(int argc, char** argv) {
IplImage* img = cvLoadImage("nature.jpg");
cvNamedWindow("Sample", CV_WINDOW_AUTOSIZE);
cvShowImage("Sample", img);
cvWaitKey(0);
cvDestroyWindow("sample");
}
Watch video How to Read & Display Image In Open-CV online without registration, duration hours minute second in high quality. This video was added by user Emind Lab 16 December 2014, don't forget to share it with your friends and acquaintances, it has been viewed on our site 1,916 once and liked it 1 people.