搜索资源列表
图像识别第一部(共三步)
- 图像与处理、边缘检测、放大、识别全过程,带有Matlab的GUI
bianyuanjiance
- matlab环境编程下的图像边缘检测程序。
TX
- 基于matlab的图像边缘检测的方法,检测不同的车牌.利用了VC.
colorimageSobol
- 彩色图像剃梯度算子,适用于彩色图像的边缘检测,matlab
edgedetect
- 基于小波变换模极大的多尺度图像边缘检测matlab源代码
c第二章 matlab语言基础h2
- 用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象-with Canny operator to detect the edges in the image P0404 : image thresholding segmentation P0405 : water
基于小波模极大值的图像边缘检测源码
- 本源码来源于硕士生毕业设计的一部分,将小波模极大值引入图像边缘检测,比原有的小波图像边缘检测的速度和性能都有一定的提高,该程序对代码也进行了优化,经过测试,下载后在matlab环境下可直接使用。
火柴根数统计
- matlab程序,通过对图像中的火柴根数进行边缘检测,再进行hough变换,统计出给定图像中的火柴根数。
edge
- Matlab函数edge:边缘检测.输入灰度图像,返回同样大小的二值边缘图像-Matlab function edge: edge detection. Input gray image, return to the same size of the binary edge image
linkedge
- 图像处理中用于边缘检测图像的边缘连接和边缘拟合的代码-link edge
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
cannyfinal
- 边缘检测对于图像理解、目标检测、跟踪等问题非常重要,该代码实现了canny算子做边缘检测-Edge detection for image understanding, target detection, tracking a very important issue, the code implementation of the canny edge detection operator to do
License_Plate_Recognition
- 实现车牌自动定位的MATLAB程序:对图像进行预处理,垂直边缘检测,形态学运算,提取出车牌。-Implementation of Automatic Vehicle Location MATLAB procedures: pre-processing of images, vertical edge detection, morphological operations to extract license plate.
EdgeCheck2
- matlab 图像边缘检测经 与Canny算子处理后的图像比较-matlab
log
- 此程序实现对一副图像的LOG梯度边缘检测方法-This procedure to achieve an image of the gradient edge detection method LOG
gaborfilter
- gabor 滤波器 用奇域边界检测法。再用canny 算子进行边缘检测。能很好的去除图像的伪边缘-gabor filters edge detection method by Qi Yu. Then canny edge detection operator. Well remove the image of the pseudo-edge
matlabTest
- 基于matlab的图像边缘检测,实现图像边缘检测 的效果,图片和代码都在里面-this is the edge link
人脸识别Matlab算法
- 通过对图像进行二值化处理进行边缘检测,得到的人脸的轮廓,经过一系列处理对人脸区域进行检测并用框标示出来