OpenCV C++开发 第二节:图像处理(12、凸包)

1、凸包 代码:ios #include <opencv2/opencv.hpp> #include <iostream> #include <math.h> using namespace std; using namespace cv; Mat src, src_gray, dst; int threshold_value = 100; int threshold_max = 255; c
相关文章
相关标签/搜索