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")
相關文章
相關標籤/搜索