摘要:
一。边缘检测的一般步骤 1.滤波 2.增强 3.检测 二。canny void Canny(InputArray image,OutputArray edges, double threshold1, double threshold2, int apertureSize=3,bool L2grad 阅读全文
posted @ 2019-09-11 19:26
荼离伤花
阅读(828)
评论(0)
推荐(0)
摘要:
一。滤波 1.方框滤波 void boxFilter(InputArray src,OutputArray dst, int ddepth, Size ksize, Point anchor=Point(-1,-1), boolnormalize=true, int borderType=BORDE 阅读全文
posted @ 2019-09-11 17:49
荼离伤花
阅读(240)
评论(0)
推荐(0)