CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形/文字识别 搜索资源 - binary image

搜索资源列表

  1. Thinned

    1下载:
  2. java开发的二值图像细化算法程序,能够从二值图像中提取图像骨架-java development of the binary image thinning algorithm procedures, from the binary image extracted image skeleton
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:366215
    • 提供者:mete
  1. matlabtocarrecognition

    0下载:
  2. 车牌识别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
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:2702
    • 提供者:wang
  1. houghcircle

    0下载:
  2. 利用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
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:2248
    • 提供者:华思雨
  1. c第二章 matlab语言基础h2

    0下载:
  2. 用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象-with Canny operator to detect the edges in the image P0404 : image thresholding segmentation P0405 : water
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:8567
    • 提供者:肖雷
  1. USPS.rar

    7下载:
  2. 用于手写体数字识别的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
  3. 所属分类:Graph Recognize

    • 发布日期:2016-01-25
    • 文件大小:5557913
    • 提供者:张凯兵
  1. Increasingentropymethod

    0下载:
  2. 增大熵方法,在图像处理二值化是能快速设置比较合适的阈值,效率较高-Method of increasing entropy, in the binary image processing is able to quickly set up a more appropriate threshold, higher efficiency
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-08
    • 文件大小:530
    • 提供者:qinchuanhero
  1. DGP_005

    0下载:
  2. 日文汉字的单字识别,涉及到对图像的二值化,骨架提取,模式匹配,识别率比较高-Kanji word recognition, relates to the binary image, skeleton extraction, pattern matching, a relatively high recognition rate
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-28
    • 文件大小:532713
    • 提供者:Sheng
  1. filtfill

    0下载:
  2. 输入为灰度图,输出为二值图。函数功能是通过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.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-08
    • 文件大小:592
    • 提供者:邓义平
  1. erzhihua3

    0下载:
  2. 对图像进行二值化处理,是图像预处理的重要步骤内含4种不同的方法-The binary image processing, is an important step in image pre-processing consists of 4 different ways
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-29
    • 文件大小:12146589
    • 提供者:小亮
  1. linedetect

    0下载:
  2. 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
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-03
    • 文件大小:668
    • 提供者:YY7EE
  1. Binary_image_of_the_license_plate_based_on_precise

    0下载:
  2. 基于二值图像的车牌精确定位方法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
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-07
    • 文件大小:221774
    • 提供者:njj
  1. 20108311798694

    0下载:
  2. 验证码识别一般过程是: 二值化图像—>杂点过滤—>字符位置搜索—>字符点阵数量统计—>与字符点阵模版匹配 就拿我常去的一个执业药师的培训网站练练手,因为他的验证码非常的规则:没有杂点、字符位置固定、取字模之后100 匹配。时间有限,忙里偷闲研究了一下。VB的代码基本上是以前就写过了,也参照了一份网上流行的验证码识别源程序。 -Code identifying the general process is: binary image-> noi
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:40789
    • 提供者:evonne_lovely
  1. erzhihuabmp

    0下载:
  2. delphi二值化图像的例子,把彩色图片变成黑白-delphi examples of binary image, the color images into black and white
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-07
    • 文件大小:178335
    • 提供者:taishan1
  1. findskin

    0下载:
  2. 基于HSV色度空间的肤色检测,将RGB色度空间转换为HSV,得出肤色区域二值图像。-HSV color space based on skin color detection, the RGB color space conversion to HSV, the binary image obtained skin area.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-05
    • 文件大小:686
    • 提供者:
  1. Plate

    0下载:
  2. 车牌识别的代码,有界面,实现了车牌的识别,到二值图部分,基本的识别方法比如边缘检测等都有啦,供大家参考。-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.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-17
    • 文件大小:4689535
    • 提供者:einstein
  1. chap11

    0下载:
  2. 基于神经网络的文字识别系统,关键技术:灰度化,二值化、图像缩放、细化、平滑等,最后还用了神经网络对提取到的数字信息进行分析判断。-Neural network based character recognition system, key technologies: grayscale, binary, image scaling, thinning, smoothing, and finally extracted with a neural network to analyze digita
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-14
    • 文件大小:3868962
    • 提供者:钱妍
  1. depthofimagegenerati

    0下载:
  2. OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。都是老外写的,经典哦。-OTSU method of adaptive image binarization threshold, OTSU
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-06
    • 文件大小:213599
    • 提供者:zhangxinran
  1. shuzitujiaocheng

    0下载:
  2. 1. 图像文件的格式;   2. 图像编程的基础-操作调色板;   3. 图像数据的读取、存储和显示、如何获取图像的尺寸等;   4. 利用图像来美化界面;   5. 图像的基本操作:图像移动、图像旋转、图像镜像、图像的缩放、图像的剪切板操作;   6. 图像显示的各种特技效果;   7. 图像的基本处理:图像的二值化、图像的亮度和对比度的调整、图像的边缘增强、如何得到图像的直方图、图像直方图的修正、图像的平滑、图像的锐化等
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-26
    • 文件大小:24243
    • 提供者:feiying
  1. Houghbianhuan

    0下载:
  2. 圆形识别,用于Matlab中的二值图像做圆形识别,同时描绘-Circular recognition, used in the Matlab binary image do circular recognition, as well as described
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-01
    • 文件大小:860
    • 提供者:sum sun
  1. image2bwimage

    0下载:
  2. 图形图像处理,可以用来进行二值图像转换并显示效果,效果一般吧 , 基础性的matlab学习例子 -Graphics, image processing, can be used to convert binary image display, the general effect of it, basic matlab learning examples
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-15
    • 文件大小:300735
    • 提供者:sifeng
« 12 3 »
搜珍网 www.dssz.com