搜索资源列表
Thinned
- java开发的二值图像细化算法程序,能够从二值图像中提取图像骨架-java development of the binary image thinning algorithm procedures, from the binary image extracted image skeleton
matlabtocarrecognition
- 车牌识别matlab源程序 基于颜色的车牌定位和分割技术研究与实现 function [seg] = character_segmentation(bw) % character_segmentation: Returns the digit segments in the supplied binary image. % The function uses the \"segment\" function, keeping only the seven % s
houghcircle
- 利用hough变换来进行圆形检测.Function uses Standard Hough Transform to detect circles in a binary image.According to the Hough Transform for circles, each pixel in image space corresponds to a circle in Hough space and vise versa. upper left corner of image is t
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
USPS.rar
- 用于手写体数字识别的USPS样本数据库和将MAT格式的样本数据库转换成二值化图像并以行程编码存储,For handwritten numeral recognition of the USPS database and a sample format of samples MAT database into binary image and the Run-Length Coding storage
Increasingentropymethod
- 增大熵方法,在图像处理二值化是能快速设置比较合适的阈值,效率较高-Method of increasing entropy, in the binary image processing is able to quickly set up a more appropriate threshold, higher efficiency
DGP_005
- 日文汉字的单字识别,涉及到对图像的二值化,骨架提取,模式匹配,识别率比较高-Kanji word recognition, relates to the binary image, skeleton extraction, pattern matching, a relatively high recognition rate
filtfill
- 输入为灰度图,输出为二值图。函数功能是通过ostu找到阈值后,根据一定策略来滤除孤立点,加强密集点。-Grayscale input, output for the binary image. Function ostu found through the threshold, in accordance with a certain strategy to filter out isolated points, to strengthen the point-intensive.
erzhihua3
- 对图像进行二值化处理,是图像预处理的重要步骤内含4种不同的方法-The binary image processing, is an important step in image pre-processing consists of 4 different ways
linedetect
- 1拍摄一张包含两本成一定夹角放置的书的图像2获得书的边缘二值图像3通过hough变换在原始灰度图像中用红色标记出书的边缘,计算两本书的夹角-1 shot 1 into a certain angle contains two books placed on the edge of the image 2 receive the binary image 3 by hough transform the original gray image using the red mark the edge
Binary_image_of_the_license_plate_based_on_precise
- 基于二值图像的车牌精确定位方法Binary image of the license plate based on precise positioning method-Binary image of the license plate Based on Accurate localization of Binary image of the license plate based on precise positioning method
20108311798694
- 验证码识别一般过程是: 二值化图像—>杂点过滤—>字符位置搜索—>字符点阵数量统计—>与字符点阵模版匹配 就拿我常去的一个执业药师的培训网站练练手,因为他的验证码非常的规则:没有杂点、字符位置固定、取字模之后100 匹配。时间有限,忙里偷闲研究了一下。VB的代码基本上是以前就写过了,也参照了一份网上流行的验证码识别源程序。 -Code identifying the general process is: binary image-> noi
erzhihuabmp
- delphi二值化图像的例子,把彩色图片变成黑白-delphi examples of binary image, the color images into black and white
findskin
- 基于HSV色度空间的肤色检测,将RGB色度空间转换为HSV,得出肤色区域二值图像。-HSV color space based on skin color detection, the RGB color space conversion to HSV, the binary image obtained skin area.
Plate
- 车牌识别的代码,有界面,实现了车牌的识别,到二值图部分,基本的识别方法比如边缘检测等都有啦,供大家参考。-License plate identification code, the interface to achieve a license plate recognition, to binary image part, the basic identification methods such as edge detection, have you, for your reference.
chap11
- 基于神经网络的文字识别系统,关键技术:灰度化,二值化、图像缩放、细化、平滑等,最后还用了神经网络对提取到的数字信息进行分析判断。-Neural network based character recognition system, key technologies: grayscale, binary, image scaling, thinning, smoothing, and finally extracted with a neural network to analyze digita
depthofimagegenerati
- OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。都是老外写的,经典哦。-OTSU method of adaptive image binarization threshold, OTSU
shuzitujiaocheng
- 1. 图像文件的格式; 2. 图像编程的基础-操作调色板; 3. 图像数据的读取、存储和显示、如何获取图像的尺寸等; 4. 利用图像来美化界面; 5. 图像的基本操作:图像移动、图像旋转、图像镜像、图像的缩放、图像的剪切板操作; 6. 图像显示的各种特技效果; 7. 图像的基本处理:图像的二值化、图像的亮度和对比度的调整、图像的边缘增强、如何得到图像的直方图、图像直方图的修正、图像的平滑、图像的锐化等
Houghbianhuan
- 圆形识别,用于Matlab中的二值图像做圆形识别,同时描绘-Circular recognition, used in the Matlab binary image do circular recognition, as well as described
image2bwimage
- 图形图像处理,可以用来进行二值图像转换并显示效果,效果一般吧 , 基础性的matlab学习例子 -Graphics, image processing, can be used to convert binary image display, the general effect of it, basic matlab learning examples