Introduction to OpenCV2(Using OpenCV with gcc and CMake)

直接放程序,并不是很难: #include <stdio.h> #include <opencv2/opencv.hpp> using namespace cv; int main(int argc, char** argv ) {     if ( argc != 2 )     {         printf("usage: DisplayImage.out <Image_Path>\n")
相关文章
相关标签/搜索