Introduction to OpenCV3(Load and Display an Image)

直接放代码: #include <opencv2/core.hpp> #include <opencv2/imgcodecs.hpp> #include <opencv2/highgui.hpp> #include <iostream> #include <string> using namespace cv; using namespace std; int main( int argc, ch
相关文章
相关标签/搜索