搜索资源列表
图像识别第一部(共三步)
- 图像与处理、边缘检测、放大、识别全过程,带有Matlab的GUI
cell123
- 细胞边缘检测及癌细胞识别系统,在matlab环境下操作!-cell edge detection and cancer identification system in operation Matlab environment!
Cornerandsusan
- 关于边缘检测算法Corner susan经典算子在matlab中的实现
txbyjc
- 本程序可以实现对图象的边缘检测,用MATLAB编程,算法来源于计算机图形学.
MATLABbianyuanjiance
- 此文件用于MATLAB 边缘检测的一些方法 及各种方法后面的各种算子。
基于小波模极大值的图像边缘检测源码
- 本源码来源于硕士生毕业设计的一部分,将小波模极大值引入图像边缘检测,比原有的小波图像边缘检测的速度和性能都有一定的提高,该程序对代码也进行了优化,经过测试,下载后在matlab环境下可直接使用。
ant_colony_image_edge_detection
- 一种蚁群优化的边缘检测算法,可实现!用matlab编写-An ant colony optimization algorithm for edge detection can be realized! Prepared using matlab
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.
2101311822007920162101786017
- MATLAB边缘检测 MATLAB边缘检测-MATLAB
log
- 此程序实现对一副图像的LOG梯度边缘检测方法-This procedure to achieve an image of the gradient edge detection method LOG
caany
- canny边缘检测算法,,我见过的做好的-canny edge detection algorithm, I have seen the good, and,
gaborfilter
- gabor 滤波器 用奇域边界检测法。再用canny 算子进行边缘检测。能很好的去除图像的伪边缘-gabor filters edge detection method by Qi Yu. Then canny edge detection operator. Well remove the image of the pseudo-edge
licenseplatelocation
- 一种多车牌定位方法,该方法综合利用边缘检 测、连通域分析、倾斜矫正等多种方法,解决了复杂背景中定位难的问题-A multi-plate location method, which combined with an edge detection, connected component analysis, tilt correction and other methods to solve the complex problem of difficulties in the context
MATLAB
- 光学字符识别,噪声去除,二值化,边缘检测,版面分析,字符分割-Optical character recognition, layout analysis, character segmentation
人脸识别Matlab算法
- 通过对图像进行二值化处理进行边缘检测,得到的人脸的轮廓,经过一系列处理对人脸区域进行检测并用框标示出来