CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 GDI/图象编程 搜索资源 - 二值化

搜索资源列表

  1. 二值化源程序

    0下载:
  2. 图象处理源代码,介绍了利用迭代法对BMP图像进行二值化的方法-image processing source code, introduced to the use of iterative method of BMP images value of the two methods
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1528
    • 提供者:authority007
  1. 实现图案化和抖动技术

    0下载:
  2. 灰度为0和255的256色图象的二值化(实现图案化和抖动技术,以及bmptotxt)-Gray 0, 256 and 255 color images of the two values (and realize logo jitter technology, and bmptotxt)
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:60820
    • 提供者:杨兴刚
  1. GdiaMc

    0下载:
  2. GDI+图象编程,包含图象读取、图象与运算、灰度变换以及二值化等,功能在同一菜单下。-GDI programming, including image access, image computing, and the two gray transform value, such as the function of the same menu.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:625585
    • 提供者:崔海燕
  1. 人脸的监测与定位

    0下载:
  2. 本程序可以对读入人脸进行相似度计算,二值化,脸的直方图,头发直方图,标记人连区域等-this program can read human faces similarity, the two values, face the histogram, hair histogram, marking the region even as people
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:68089
    • 提供者:李伟
  1. 梯度锐化代码

    0下载:
  2. 关于对图像进行梯度锐化处理的代码。包括:门限锐化,根据梯度二值化图像等操作。-on gradient image sharpening the code. Including : Threshold Sharpening, according to two binary gradient images operation.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:298183
    • 提供者:qiqi
  1. ImageLab

    0下载:
  2. 本系统可以完成数字图像的离散傅立叶变换频谱图,中值滤波,腐蚀,膨胀,图像增强,二值化以及二值图像中物体的计数-the system can complete digital images of discrete Fourier transform spectrum, the median filter, corrosion, expansion, image enhancement, two and two binary value objects in the image count
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:405983
    • 提供者:何芳
  1. vc_dib

    0下载:
  2. 使用vc++ 平台编制的关于图像二值化的程序 希望对大家有用 -use vc platform for the preparation of the image value of the two procedures hope useful for a
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:352624
    • 提供者:黄倩
  1. tuxiangchuliduosuanfa

    0下载:
  2. 有很多图像处理的算法,基本上比较全了,包括模板匹配,图像的边缘提取,二值化分析,膨胀和腐蚀,是学习的非常好的资料-many image processing algorithms, basically all the more, including template matching, Image Edge Extraction, two value analysis, inflation and corruption, is a very good study information
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:311673
    • 提供者:仇烨
  1. otsu_comp

    0下载:
  2. C语言算法程序,已经过硬件测试,效果很好,用于图象的二值化,自动取得阀值.-C language paper, the hardware has been tested and the results very good for the image of the two values, automatic threshold.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1776
    • 提供者:whale
  1. 彩图二值化

    0下载:
  2. 所属分类:GDI/图象编程

    • 发布日期:2009-08-19
    • 文件大小:328191
    • 提供者:king_ball
  1. vb图像二值化

    10下载:
  2. 用VB编写的图像二值化的代码,用到了API处理,所以处理速度应该是非常快的.
  3. 所属分类:GDI/图象编程

    • 发布日期:2010-03-23
    • 文件大小:1460844
    • 提供者:lisonglingaaa
  1. 二值化源码

    0下载:
  2. 二值化源码二值化源码
  3. 所属分类:GDI/图象编程

  1. opencv实现二值化图像的黑点计数并计算出连同区域的面积

    4下载:
  2. opencv实现二值化图像的黑点计数并计算出连同区域的面积 -use opencv to count the number of binary image s black point
  3. 所属分类:GDI/图象编程

    • 发布日期:2015-08-06
    • 文件大小:9876480
    • 提供者:august
  1. 实现了图像二值化变换的功能

    1下载:
  2. 实现了图像二值化变换的功能,用VC++,MFC完成喜欢数字图像处理的可以仔细看看带代码,一起学习-To achieve the image binarization transformation function, using VC++, MFC done like digital image processing can take a closer look at the code, learning together
  3. 所属分类:GDI/图象编程

    • 发布日期:2017-03-24
    • 文件大小:99151
    • 提供者:朱杰
  1. Imageprocessing.rar

    1下载:
  2. 基于Visual studio 2008 的图像处理试验平台的VC++源码 包含sebol边缘检测,灰度化,二值化,滤波,还有opencv引用,Based on Visual studio 2008 image-processing test platform VC++ Source contains sebol edge detection, gray and binarization, filtering, there is reference opencv
  3. 所属分类:GDI/图象编程

    • 发布日期:2017-05-21
    • 文件大小:6258887
    • 提供者:欢欢
  1. Image-inverse-normalization.ra

    0下载:
  2. 程序实现了图像的二值化,把一幅BMP图像二值化成黑白图像,同时也可以实现黑白的颠倒。,程序实现了图像的二值化,把一幅BMP图像二值化成黑白图像,同时也可以实现黑白的颠倒。
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:48244
    • 提供者:likp
  1. bmp_resolution

    0下载:
  2. 位图图像处理,能打开8位,24位位图,进行彩色转灰度,亮度,对比度调整,二值化操作!-resolution for bmp image handling.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-27
    • 文件大小:154053
    • 提供者:郭伟斌
  1. Licensenumber

    0下载:
  2. 使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-11
    • 文件大小:2739336
    • 提供者:曹晓峰
  1. MyProject

    0下载:
  2. 将彩色位图二值化,包含所有工程文件,编译环境为VC6.0,C++语言编写-The color bitmap binary that contains all the project file, compile environment for VC6.0, C++ language
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-16
    • 文件大小:4579911
    • 提供者:sicil
  1. imageprocessing

    0下载:
  2. 利用vc++开发的图像处理程序,包括图像灰度化、图像平滑、边缘检测、二值化、数学形态学处理等功能。-Image processing project use vc++,including image grayscale,smoothing,edge detection,morphological processing
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-25
    • 文件大小:8342214
    • 提供者:张雷
« 12 3 4 »
搜珍网 www.dssz.com