opencv實現「找茬」

// 111.cpp : 定義控制檯應用程序的入口點。 // #include "stdafx.h" #include <iostream> #include <cv.h> #include <highgui.h> using namespace std; #define CVX_RED CV_RGB(0xff,0x00,0x00) #define CVX_BLUE CV_RGB(0x00
相關文章
相關標籤/搜索