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
    • 文件大小:1.49kb
    • 提供者:authority007
  1. 梯度锐化代码

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

    • 发布日期:2008-10-13
    • 文件大小:291.19kb
    • 提供者:qiqi
  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
    • 文件大小:344.36kb
    • 提供者:黄倩
  1. vb图像二值化

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

    • 发布日期:2010-03-23
    • 文件大小:1.39mb
    • 提供者:lisonglingaaa
  1. opencv实现二值化图像的黑点计数并计算出连同区域的面积

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

    • 发布日期:2015-08-06
    • 文件大小:9.42mb
    • 提供者: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
    • 文件大小:96.83kb
    • 提供者:朱杰
  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
    • 文件大小:5.97mb
    • 提供者:欢欢
  1. Image-inverse-normalization.ra

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

    • 发布日期:2017-03-29
    • 文件大小:47.11kb
    • 提供者:likp
  1. OCR(vc)

    6下载:
  2. 一个经典的C++图像识别源码。包含:图像处理(灰度化,二值化,梯度锐化) 和 神经网络 两部分。-A classic image recognition of the C++ source code. Include: image processing (grayscale-based, binary gradient sharpening) and neural network in two parts.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2014-10-08
    • 文件大小:1.43mb
    • 提供者:倪燕翔
  1. Laplace-operator-filtering

    0下载:
  2. 原图像预处理,读入黑白图片并确定长和宽 拉普拉斯变换预处理,定义镜框矩阵和输出矩阵 拉普拉斯运算的三个矩阵 原图像矩阵处理,做一个“像框” 用拉普拉斯算子进行滤波 设定阈值,将图像二值化-The original image preprocessing, read black and white picture and determine the length and width of the Laplace transform pre-defined frame matrix and ou
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-28
    • 文件大小:1.12kb
    • 提供者:张庆梅
  1. bmp_resolution

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

    • 发布日期:2017-03-27
    • 文件大小:150.44kb
    • 提供者:郭伟斌
  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
    • 文件大小:2.61mb
    • 提供者:曹晓峰
  1. Image_process

    0下载:
  2. 1.对比度增强:计算并显示图像直方图,直方图均衡; 2.图像分割:Otsu算法; 3.二值图像的数学形态学开闭运算。要求对输入图像二值化,然后实现腐蚀膨胀,最后调用腐蚀膨胀实现开闭。至少给出两种不同形状和大小的结构元素。 -1. Contrast Enhancement: Calculate and display the image histogram, histogram equalization 2. Image Segmentation: Otsu algorithm
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-31
    • 文件大小:89.2kb
    • 提供者:陈聪群
  1. imageprocessing

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

    • 发布日期:2017-05-25
    • 文件大小:7.96mb
    • 提供者:张雷
  1. tuxiangerzhihua

    0下载:
  2. 图像二值化的VB程序,希望能对大家有用。-Binarization of the VB program, hoping for all of us.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:4.6kb
    • 提供者:刘阳
  1. tuxiangerzhihuayanjiu

    0下载:
  2. 图像二值化研究论文 对于有志于进行图像二值化研究的人员有借鉴学习作用-Image binarization research papers for those interested in research for image binarization learn from the role of personnel
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-06
    • 文件大小:227.58kb
    • 提供者:水蓝
  1. 01

    0下载:
  2. 二值图像边缘提取,通过对图像二值化,然后利用opencv边缘提取函数进行边缘提取,并显示 -Binary image edge extraction
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-07
    • 文件大小:1.56mb
    • 提供者:azeng
  1. gaussian

    0下载:
  2. 图像二值化并进行均值去噪,提取gaussian算子下的边界-Image binarization and make mean denoising, extraction gaussian operator of the Boundary
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-17
    • 文件大小:120.93kb
    • 提供者:su
  1. SOBEL

    0下载:
  2. 彩色图像二值化,去噪处理后的到sobel算子下的图像轮廓-Color image binarization, denoising treated to sobel operator under the outline of the image
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-08
    • 文件大小:120.88kb
    • 提供者:su
  1. 图形图像处理程序例子

    0下载:
  2. 1.二值化处理的源代码 2.对角镜像处理 3.离散余弦变换处理 4.傅立叶变换处理 5.(图像复原) 6.加入随机噪声 7.直方图均衡处理 8.几何变换 9.图像处理头文件 ...... -1. 2 value of the source code for two. Right angle image processing 3. Discrete Cosine Transform 4. Fourier transform handle
  3. 所属分类:GDI/图象编程

    • 发布日期:2014-02-25
    • 文件大小:19.45kb
    • 提供者:testsb
« 12 3 »
搜珍网 www.dssz.com