搜索资源列表
VC编程实现数字图像的边缘检测
- VC编程实现数字图像的边缘检测-VC Programming Digital Image Edge Detection
图像分割边缘检测算法
- 图像分割中的边缘检测,各类算子都有。。
VC编程实现数字图像的边缘检测
- VC编程实现数字图像的边缘检测-VC Programming Digital Image Edge Detection
基于小波变换和模糊算法的医学图像的边缘检测算法
- 边缘检测的一些不错的算法,包括很多算子的源代码。机会不容错过。-Edge Detection some good algorithms, including many Operator source. The opportunity should not be missed.
小波变换在活塞环图像边缘检测中的应用研究
- 摘 要 小波变换是时间频率的局部化分析,它可以通过伸缩平移运算对信号逐步进行多尺度细化。本文正是基于小波变换在图像处理领域中表现出的多尺度分析,提出了用小波变换检测活塞环图像边缘的方法,这种方法通过对二维小波变换图像局部极大值的检测得到图像的边缘信息。通过实验证明了这种方法的有效性。-Abstract wavelet transform is the local time frequency analysis, it can shift
医学边缘检测
- 很好的边缘检测源代码,使用vc++6.0编写,主要用于医学图像的边缘检测-good source edge detection, the use of vc 6.0 preparation, mainly for Medical Image Edge Detection
彩色图像的边缘检测
- 本人依据一篇文献介绍的方法编的彩色图像边缘检测程序,其效果要由于一般的方法。-literature on the basis of a methodology for the Color Edge Detection procedures, the effect due to the general approach.
tu_xiang_jianche
- 数字图像的边缘检测是图像分割、目标区域的识别、区域形状提取等图像分析领域十分重要的基础,图像理解和分析的第一步往往就是边缘检测,目前它以成为机器视觉研究领域最活跃的课题之一,在工程应用中占有十分重要的地位。本文向读者简单介绍一下这个技术,并给出了在Visual C++环境下实现的代码。-Digital Image Edge detection is image segmentation, target recognition in th
tuxiangjianche
- 图像的边缘检测,图像处理爱好者下载看看,还可以。-image edge detection, image processing lovers download see also.
EdgeChek
- 这次改进了,可以较好的实现图像的边缘检测,很好的代码,本人认为!! -this improvement, we can achieve a better image of edge detection, good code, I think! !
PreWitt_Edge
- 彩色图像的边缘检测的PreWitt算子,适用于应用程序编程和初学者。-Color Image Edge Detection PreWitt operator, applied to Application Programming and beginners.
test_edgecolor
- 本代码实现了彩色图像的边缘检测,试验结果来看效果比较好-The code achieved a color image edge detection, test results of the effect of better
LJQ
- 实现图像的边缘检测,生成点云数据,进行位图操作等-Realize image edge detection, to generate point cloud data such as bitmap operations
Canny
- 图像的边缘检测(用Canny算子提取边缘)-Image edge detection (using Canny edge extraction operator)
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
边缘检测特征提取
- 本程序是使用Matlab编写的对于图像的边缘检测特征提取,很实用的。(This procedure is written using Matlab, for the image edge detection, feature extraction, it is practical.)
1.3 图像的边缘检测
- 学习图像边缘检测的实例 源自《MATLAB图像处理——能力提高与应用案例》(a very good example to learn image edge detection)
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)
1.4图像的斑点检测
- 1.3 图像的边缘检测,检测图像周边,详细说明(1.3 edge detection of image, detection image peripheral,Detailed instructions)