摘要: #include <opencv2/opencv.hpp> #include <iostream> #include <math.h> using namespace cv; Mat src, dst, map_x, map_y; const char* OUTPUT_TITLE = "remap demo"; int index = 0; void update_map(void); int m 阅读全文
posted @ 2019-12-13 13:22 喵小喵~ 阅读(160) 评论(0) 推荐(0) 编辑