学习图像处理知识---EmguCV3.4图像--图像边缘检测和轮廓提取(一)

在实际的运用中,图像的边缘检测和轮廓提取很重要。 public Image<TColor, float> Sobel( int xorder, int yorder, int apertureSize )其中xorder为X方向的一阶,yorder为y方向的一阶,apertureSize为卷积大小,只能为1,3,5,7;不能为其他的。拉普拉斯算子 public Image<TColor, f
相关文章
相关标签/搜索