摘要:
OTSU算法是由日本学者OTSU于1979年提出的一种对图像进行二值化的高效算法。如下是C++实现opencv OTSU阈值化的代码(opencv版本是3.0): 头文件: #include <stdio.h> #include <string> #include "opencv2/highgui/ 阅读全文
摘要:
如下是C++实现opencv 保存图片的代码: opencv版本是3.0 #include <opencv2/core/core.hpp> #include <opencv2/highgui/highgui.hpp> #include <opencv2/imgproc/imgproc.hpp> #i 阅读全文