初学opencv-单一阈值与自适应阈值

#include<stdio.h> #include<cv.h> #include<highgui.h> #include "math.h" IplImage *Igray=0,*It=0,*Iat; //cvAdaptiveThreshold(src,dst,max_val,adaptive_method,threshold_type,block_size,param1) //上述方法有两种不一
相关文章
相关标签/搜索