搜索资源列表
sobel边缘检测
- sobel边缘检测算法,采用全方向的边缘检测矩阵
多尺度边缘检测实例
- 一个多尺度边缘检测实例,方法是: 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
边缘检测
- 分别适当的方法对图像进行边缘检测,并得到连续的边界 主要功能函数自己编写,可在一个统一的交互式界面下运行(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)
canny边缘检测
- 彩色图像在HSI模型下的CANNY边缘检测(CANNY edge detection of color images under HSI model)
边缘检测算子R
- 图像处理,边缘检测,图像去噪。经典的边缘检测算子。(Image processing, edge detection, image denoising.)
边缘检测
- 边缘检测算法的源代码,本人已经测试过,效果很好。(Edge detection algorithm source code, I have tested, the effect is very good.)
边缘检测
- 提供了使用多种算子,对灰度图像进行边缘检测的方法。检测效果不错,供初学者参考。(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)
图像边缘检测matlab程序
- MATLAB canny、sobel等各种边缘检测算子(edge detection using different methods)
基于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)
边缘检测和hough 变换实现边缘检测MATLAB
- 进行图像的边缘检测,霍夫变换用于图像分割处理(image segmentation based on edges check and hough shift)
VC图像分割与边缘检测源代码
- VC图像分割与边缘检测源代码,工程包,可直接编译运行(VC image segmentation and edge detection source code, engineering package, can be directly compiled and run.)
Canny边缘检测
- 非常简单好用的CANNY边缘检测的源代码,适合初学者学习使用(Very simple and easy to use CANNY source code for edge detection, suitable for beginners to learn and use.)
基于蚁群算法的图像边缘检测
- 将改进蚁群算法应用于图像边缘检测,模拟进化算法,主要采用信息素来进行方向的选择,通过全局性的搜索得到较优解。(The improved ant colony algorithm is applied to image edge detection and simulation evolutionary algorithm, which mainly uses information prime to select the direction, and the better solution is
边缘检测
- 对图片的边缘进行有效的检测达到分割图像目的(The edge of the image is effectively detected to achieve the purpose of segmenting the image.)
边缘检测
- CANNY边缘检测,根据MATLAB自带算子改写,效果更好。(canny edge detection)
基于蚁群算法的图像边缘检测
- 基于蚁群算法的图像边缘检测,亲测可用,包含四种图像。(Ant colony algorithm based image edge detection, pro test available.It contains four kinds of images.)
微分边缘检测
- 微分边缘检测算子,包括sobel,prewitt,robert,lapcian(sobel,prewitt,robert,lapcian)
亚像素边缘检测
- 亚像素边缘检测,对图像的边缘检测达到亚像素级别(Sub-pixel edge detection, image edge detection to sub-pixel level)