adaptiveThreshold 阈值化的实现

#include "opencv2/imgproc/imgproc.hpp" #include "opencv2/highgui/highgui.hpp" int main( ) { // 图像读取及判断 cv::Mat srcImage = cv::imread("..\\images\\hand1.jpg"); if( !srcImage.data ) return
相关文章
相关标签/搜索