CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 二值图像

搜索资源列表

  1. Debug(1)

    0下载:
  2. 用VC++编写的一个指纹预处理程序,里面有指纹分割,平滑,Gabor增强,二值化,细化,特征提取等过程,预处理的指纹图像效果很好-Using VC++ to prepare a fingerprint pre-processing procedure, there are fingerprint segmentation, smooth, Gabor enhanced binarization, thinning, feature extraction, such as the process
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:155017
    • 提供者:wy
  1. ostu

    0下载:
  2. ostu自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法.-ostu Adaptive Computing single threshold (used to convert the gray image to binary image) is simple and efficient method.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:10011
    • 提供者:libra
  1. image

    0下载:
  2. 双线性插值图像放大程序,该程序只对二值图像进行放缩。-Bilinear interpolation image to enlarge the program, the program only for binary image scaling.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1725
    • 提供者:sanmao
  1. square

    0下载:
  2. 该文件是一个matlab程序,该程序是用来求出一个二值图像的面积,已经检验运行成功!-The file is a matlab program that is used to derive a binary image of the area, has been tested to run successfully!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:576
    • 提供者:胡幸福
  1. gujia

    1下载:
  2. 数字图像处理骨架提取,能将一个二值图像的骨架提取出来进行后续处理。骨架是一种非常重要的图像几何特征,在图像几何形态分析及相关领域具有非常广泛的应用,利用骨架表示原始图像,可以在保持图像重要拓扑特征的前提下,减少图像中的冗余信息。骨架既能压缩图像数据,保留区域的连通性和拓扑性,描述区域轮廓的几何特征,又能使原始图像完全或部分地从骨架中恢复或重构。-Skeleton extraction of digital image processing, to a binary image of the sk
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:72333
    • 提供者:hujiang
  1. PicChangeforocr

    1下载:
  2. OCR识别前的图像处理示例,图像去杂点并二值化,以增强OCR的识别率。-change picture before OCR operation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:66430
    • 提供者:pengyong
  1. jianmochengxu

    0下载:
  2. 本文以提取靶标圆心像坐标为主要研究目标。用到了灰度处理、图像二值化、八邻域连通法、最小二乘法、无约束最优化等知识。 -In this paper, to extract the target coordinates of the center as the main research objectives. Use the gray processing, image binarization, the eight-neighbor connectivity method, least sq
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:1144
    • 提供者:张于
  1. Demo_Program

    0下载:
  2. 数字图像处理比较完整的程序,包括图像二值化、灰度线性化、阈值变换、边缘检测、轮廓跟踪、图像细化-More complete digital image processing procedures, including image binarization, gray linear, threshold transform, edge detection, contour tracing, image thinning, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:441054
    • 提供者:李群
  1. GrayToWhiteBlack

    0下载:
  2. C语言实现的OTSU方法,计算图像二值化的自适应阈值-C language implementation of the OTSU method in calculating the adaptive image binarization threshold
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-04
    • 文件大小:1485
    • 提供者:释然
  1. VC

    0下载:
  2. 这是一个在VC++环境下实现对图像二值化的程序。-This is a VC++ environment to achieve the image binarization process.
  3. 所属分类:MacOS develop

    • 发布日期:2017-05-11
    • 文件大小:2875775
    • 提供者:liuwen
  1. binarization_Algorithm

    2下载:
  2. 图像二值化算法:Otsu算法,Kittler minimum error thresholding算法,Niblack二值化算法。都是很经典的二值化算法,可用于对图像进行二值化,我自己编写的并经过测试正确。附件中有算法使用说明。-Image binarization algorithm: Otsu method, Kittler minimum error thresholding method, and Niblack method. All these methods are classic
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-11-25
    • 文件大小:49013
    • 提供者:sdfadf
  1. binary

    0下载:
  2. 这是一个在matlab中实现灰度图像二值化的小程序-This is a gray image is implemented in the matlab binary applet
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:3053
    • 提供者:周传斌
  1. shipinotsu

    1下载:
  2. 基于OTSU算法的图像二值化分割,本程序是从视频中截取某一帧来实现。-OTSU algorithm based on binarization image segmentation, the process is from the video frames to achieve a certain interception.
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:988
    • 提供者:王忠建
  1. ImageProcessing

    0下载:
  2. 一个图像处理的小程序,主要包括的功能有:求直方图,二值化,灰度均衡,骨架提取。另一个有用的功能是红细胞识别,即一副细胞图像中计算出红细胞个数。并附带测试图片。-a useful software in digital image processing....
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:743260
    • 提供者:桑贤
  1. pinghua

    0下载:
  2. 本程序利用空间邻域平均法和中值,最大值以及最小值滤波法对一幅二值图像进行平滑操作,通过仿真可以比较不同算法之间的差别。-The program uses space neighborhood average and median, maximum and minimum filtering method for a binary image smoothing operation, the simulation can compare the differences between the di
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:162871
    • 提供者:胡锦龙
  1. find_target

    0下载:
  2. 求取一幅二值图像包含目标区域的最小矩形框,返回矩形框的上下左右边界,然后根据边界坐标在图上画出目标区域。-Strike the rectangle that contains the smallest rectangular target area in a binary image, return to the top and bottom rectangular box around the border, and then draw the boundary on the map coor
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:67134
    • 提供者:
  1. tuxiangchulicankaodaima

    0下载:
  2. java图像识别模块代码,对图像的二值化等操作的源代码-java image recognition module code, the image binarization operation of the source code, etc.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:40424
    • 提供者:van
  1. gujiatiqu

    1下载:
  2. 基于vc的二值图像骨架提取源代码,适用于汉字以及图片-Vc-based binary image skeleton source code
  3. 所属分类:2D Graphic

    • 发布日期:2014-10-26
    • 文件大小:2096572
    • 提供者:徐昕
  1. Binarization

    0下载:
  2. 数字图像处理,用大津算法对图像进行二值化处理,VC/MFC实现。-Digital image processing, with the Otsu algorithm to the image binarization, VC/MFC implementation. 朗读显示对应的拉丁字符的拼音 字典- 查看字典详细内容 翻译以下任意网站Nord-Cinema-法国Venezuela Tuya-西班牙语Museo del Prado-Digital image processin
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:676123
    • 提供者:凌潇然
  1. opencv 二值图像连通域标号

    1下载:
  2. 实现 c代码的 连通域标记 返回值为 连通域的个数 以及 标号矩阵
  3. 所属分类:OpenCV

    • 发布日期:2012-11-06
    • 文件大小:396822
    • 提供者:tong07@163.com
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com