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
相關文章
相關標籤/搜索