-
-
CANNY 算子.rar
... ,IMAGE mag, IMAGE ori) float gauss(float x, float sigma) float dGauss (float x, float sigma) float meanGauss (float x, float sigma) void hysteresis (int high, int low, IMAGE im, IMAGE mag, IMAGE oriim) void canny (float s, IMAGE im, IMAGE mag, IMAGE ori)
-
-
-
-
-
canny.rar
滤波及边缘检测,包括中值滤波,均值滤波,高斯滤波,canny边缘检测,prewitt算子等。
-
canny.rar
读取图像,将彩图转换为灰度图,再进行高斯滤波,最后用canny算法进行边缘检测
-
Canny.rar
opencv学习——canny边缘检测源程序 通过此程序学习如何用opencv编写canny边缘检测程序 是学习opencv的捷径所在
-
-
Canny.rar
canny算子, 是图像处理中的算子,灰度图像sobel算子处理效果图,主要用作边缘检测。
-