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