搜索资源列表
形态学边缘检测
- 用于图像的边缘检测,尤其是管材类的边缘检测
图像边缘检测
- 本程序主要进行图像的边缘检测。
C# 边缘检测
- 不同的方法对图像的边缘进行检测
多尺度边缘检测实例
- 一个多尺度边缘检测实例,方法是: 1、先对图像进行3个尺度的小波变换; 2、求小波系数的模值及其梯度方向; 3、确定模的极大值,即候选边缘点; 4、通过反变换合成3个尺度的模的极值图像,A multi-scale edge detection example, the method is: 1, first image of the three-scale wavelet transform 2, and the modulus value of wavelet coefficient and
GP-Expand-Reduce
- Canny滤波实现彩色图像的边缘检测的matlab源代码-Canny filter to achieve color image edge detection matlab source code
snake
- 利用snake算法实现数字图像的边缘检测,图像分割以及特征提取-Snake algorithm using digital image edge detection, image segmentation and feature extraction
log
- 应用log算法进行图像的边缘检测,log算法是一种基于灰度值的二阶导数来进行边缘检测的,通过检测零点来进行边缘检测-Application log algorithm for image edge detection, log-based algorithm is a gray value of the second derivative for edge detection, by detecting zero for edge detection
model
- 图像的边缘检测MATLAB代码,对所获取的图像可以进行有效的边缘检测-Image Edge Detection MATLAB code of the acquired image can be an effective edge detection
CannyEdgeDetection
- canny算子的边缘检测,在matlab环境下实现对图像的边缘检测-canny edge detection operator in matlab environment to realize the edge detection
1.3 图像的边缘检测
- 1.3-1 a=imread('xinglong.jpg'); a=rgb2gray(a); e=log_edge(a,0.25) 1.3-2 a=imread('lena.bmp'); e=canny_edge(a,0.25); 注:该程序要求输入的图像的长、宽应相等。 1.3-3 为1.3-2的子程序 1.3-4 im=imread('lena.bmp'); image_out = susan(im,0.25); 1.3-5 为1.3-4的子程序
边缘检测
- 分别适当的方法对图像进行边缘检测,并得到连续的边界 主要功能函数自己编写,可在一个统一的交互式界面下运行(The appropriate method is used to detect the edges of the image and obtain continuous boundaries To function, you need to write it yourself and run it on a unified interactive interface)
1.3 图像的边缘检测
- 学习图像边缘检测的实例 源自《MATLAB图像处理——能力提高与应用案例》(a very good example to learn image edge detection)
边缘检测
- 提供了使用多种算子,对灰度图像进行边缘检测的方法。检测效果不错,供初学者参考。(A method for edge detection of gray images using multiple operators is presented. Detection effect is good, for beginners reference.)
snake算法的边缘检测
- 图像边缘检测,利用snake算法对图像进行边缘检测实测效果良好(Image edge detection)
基于4种不同算子的边缘检测运算
- 本程序采用了robbert,sobel,LoG,prewitt四种算子对同一副图像进行边缘检测,以此查看不同效果(This procedure uses Robbert, Sobel, LoG, Prewitt four kinds of edge detection operator on the same image, to view the different effect)
边缘检测
- 利用c++语言 实现数字图像的边缘检测(Edge detection of image)
canny边缘检测
- 使用canny算子进行图像的边缘检测,检测效果良好(Image edge detection using Canny operator)
边缘检测和hough 变换实现边缘检测MATLAB
- 进行图像的边缘检测,霍夫变换用于图像分割处理(image segmentation based on edges check and hough shift)
模极大值边缘检测-高斯噪声
- 用小波的模极大值法有效检测噪声图像的边缘(Detecting the edge of noisy image by modulus maximum method of wavelet transform)
亚像素边缘检测
- 亚像素边缘检测,对图像的边缘检测达到亚像素级别(Sub-pixel edge detection, image edge detection to sub-pixel level)