【opencv机器视觉识别钢板层数备忘录】

原图: 首先想到的是基于边缘检测或者阈值分割的方法进行检测: #include<opencv2\opencv.hpp> #include<iostream> using namespace std; using namespace cv; Mat org, dst, img, tmp; void on_mouse(int event, int x, int y, int flags,
相关文章
相关标签/搜索