搜索资源列表
chepaizhibie
- 识别车牌的源码,可以先对图像进行各种操作,如锐化,平滑,提取骨架,细化,分割,定位,提取边缘,等等。是一个比较详细,内容丰富的源码包。-A source code to recongize the car number. It first do the several operation to images, such as Sharpness, Smooth, Low Pass, Crop, and Locate , Edge Dectet, etc. It is a detailed , v
edgdctlapla
- 该程序是利用拉普拉斯算子对图像进行边缘检测的具体实现,利用matlab作为开发环境编写而成。-that the procedure was used Laplician right image edge detection to achieve the specific use of Matlab as a development environment has been prepared.
ipl98_v2.18.tar
- 图像处理软件,支持BMP文件格式,提供图像旋转、变换、边缘提取等一般图像处理的基本操作接口。-image processing software, supports BMP file formats, image rotation, transform, edge extraction general basic image processing interface.
Canny边缘检测
- 用vc实现的canny算法提取边缘,达到很好的提取边缘的效果-Use vc to realize Canny arithmetic to detect the edge, and get the good result of extracting the edge.
03 VC图像分割与边缘检测源代码
- 03 VC图像分割与边缘检测源代码,用不同方法实现图像分割-03 VC image segmentation and Edge Detection source code, using different methods of image segmentation
边缘密度、信噪比、重复模式的计算
- 该类集成了图像的边缘密度,以及重复计算分析等前期处理方法,为图像后续处理做了很好的铺垫-such integration on the verge of image density and the calculated analysis of pre-processing methods, for image-processing done a very good bedding
边缘检测程序.rar
- 边缘检测程序
sobel算子 canny算子图像边缘检测程序
- sobel算子 canny算子图像边缘检测程序
Canny算子提取边缘
- Canny算子提取边缘,内带图片,可运行,效果不错
区域生长与边缘检测
- 该程序融合图像边缘检测和区域生长的方法来实现图像分割,程序是自己编写的,没有bug,很好用
Canny
- canny边缘检测不错的程序,仅供大家参考!希望共同学习!-good canny edge detection procedure, for your reference! I hope common study!
canny
- canny边缘检测算法,二维,可以进行边缘检测。有需要的人可以继续联系。-canny edge detection algorithm, two-dimensional, edge detection can be carried out. There is need to continue to contact people.
edgetrace
- 边缘轮廓跟踪后傅立叶算子特征。这是课上的一个作业,原图->阈值分割->canny轮廓算法->边界表示->边界傅立叶算子描述->结果-After tracking the edge of the outline of the characteristics of Fourier operator. This is a class operation, image->threshold->canny contour algorithm->boundar
xingtaixuejiance
- 用数学形态学方法进行医学图像的边缘检测,程序调试通过-nice programs
edgels.m
- 对图形进行边缘检测并输出边缘点和该点所在处的灰度变化率。-edge detection and output the edge point and its corresponding gradient.
edge
- C#编写的边缘检测程序,集合了常用的边缘检测算法,高斯,形态学,小波,Canny 等等。-edge-detect algorithms with C#, including useful methods. For example,Gaussian, wavelet,morphology,Canny and etc.
wavelet.m
- 小波边缘检测。很强大的 很好用的,大家下吧-Wavelet henhaoyong de heh !!!
edgedetection
- matlab采用二进小波实现边缘检测的源代码-matlab using Dyadic Wavelet Edge Detection
CannyEdgeDetection
- Canny边缘检测的高斯卷积,索贝尔operation.entire代码组成,是在建MATLAB函数任何自由,除了必须改变形象reading.threshold根据图像和被提取的特征。 做检查更新的高斯卷积文件,它比前一个准确 请注意,代码的执行时间是low.This是因为没有内在的功能被使用。 为了提高车速了,请改为内置的功能“conv2“的卷积码 -canny edge detection comprising of gaussian convolution,so
图像边缘检测多方法对比matlab程序
- 使用prewitt、log、canny方法检测边缘,显示图像边缘并可看出不同检测方法的效果