-
-
edge.rar
sobel、roberts、prewitt、log、canny、zerocross几种常用的边缘检测算子,还附检测图片。
-
-
-
-
-
EdgeContour.rar
VC数字图像处理典型算法及实现,完整的源码,主要算法有:Robert 算子,Sobel 算子,Prewitt 算子,Kirsch 算子,Gauss-Laplace 算子实现边缘检测
Hough变换,轮廓提取,轮廓跟踪
-
r_cvsobel_matlab.rar
Code for extracting sobel edge based on Intel s OpenCV library.
Result of this is compatible with MATLAB sobel function.
Parameters are set such as doing so.
-
edge_detection.rar
... edge detection.Either the "edge"function can be used to directly obtain the edge detection by using the selected derivative estimators.(like-canny,sobel.)or the direct code for SOBEL(gradient method)and LAPLACIAN edge detection methods can be applied.
-
Sobel_Filter.rar
Fast Sobel filter for image processing. Before using convert image to a vector.
-
-