阈值化

让人想犯罪 __ 提交于 2019-12-06 14:59:41

1 固定阈值操作:Threshold()函数
函数是对灰度图像进行阈值操作得到二值图像,或者是去掉噪声
double treshold(InputArray src,OutputArray dst,double thresh,double maxval,int type)


2 自适应阈值操作:adaptiveThreshold函数
void adaptiveThreshold(InputArray src,OutputArray dst,double maxValue,int adaptiveMethod,int thresholdType,int blockSize,double C)

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!