Tutorial by Examples

// main.cpp : Defines the entry point for the console application. // #include "opencv2/highgui/highgui.hpp" #include <iostream> using namespace cv; using namespace std; int main(int argc, const char** argv) { Mat img = imread("lena30.jpg", CV_LOAD_IMAGE...

Page 1 of 1