搜索资源列表
jdszbyjc
- 在Visual C++的环境下 实现Roberts,Sobel,prewitt等经典的边缘检测算子。-in Visual C environment under Roberts, Sobel. prewitt such classic edge detection operators.
TemplateTrans
- 数字图像处理中的各种边缘检测算子。很全,而且代码通俗易懂。-Digital image processing in a variety of edge detection operator. Very full, and the code easy to understand.
TGUISUSANh
- 边缘是图像最基本的特征,是图像分割的第一步。经典的边缘检测方法如:Roberts,Sobel,Prewitt,Kirsch,Laplace等方法,基本都是对原始图像中象素的小邻域构造边缘检测算子,进行行一阶微分或二阶微分运算,求得梯度最大值或二阶导数的过零点,最后选取适当的阀值提取边界。由于这些算法涉及梯度的运算,因此均存在对噪声敏感、计算量大等缺点。在实践中,发现SUSAN算法只基于对周边象素的灰 -Edge of the basic characteristics of the imag
canny
- canny边缘检测算子,实现了边缘检测,效果比较一般,最基础的算法!-canny detector