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

搜索资源列表

  1. IMatching-BINARY-OK

    0下载:
  2. 一个很简单的读取BMP图像的工程,很方便直接在该工程中进行后续的图像处理-a very simple read BMP image, a very convenient and direct the project for the follow-up Image Processing
  3. 所属分类:GDI/图象编程

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

    0下载:
  2. 程序说明 总体功能: 本程序有2个功能。 1.对载入的二值图像提取边缘,并将边缘信息存入指定文本文件。 2.通过功能1中的文本文件在一个打开的pic图像中恢复边缘。 所需输入输出的数据文件: 1.输入一个二值图像,对其进行边缘提取,新建一个文本文件已存入边缘信息,输出此文本。 2.输入步骤2中的文本,通过文本文件输出恢复边缘。 运行方式: 1.打开一个待求二值图。 2.选取“边缘提取”,“轮廓提取”中的4连通或者8连通方法提取边缘。
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:132483
    • 提供者:王维杰
  1. binary_bitmap

    0下载:
  2. Binary image producer. Code is in C language. Binary thresholding is made.-Binary image producer. Code is in C languag e. Binary thresholding is made.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:16520
    • 提供者:selamicik
  1. JingXiang-Design-Jeff

    0下载:
  2. 大学毕业设计,关于金属金相组织的图像处理,使用了一些图像处理的经典算法。并且由此软件而出的‘关于二值图像的识别’论文被中国期刊网索引。-graduated from the University of design, metal microstructure of the image processing, use some of the classical image processing algorithm. And this software out 'on the binary
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:855580
    • 提供者:杰弗雷
  1. myGood

    0下载:
  2. 一个二值图象的滤波、分割-a binary image filtering and segmentation
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:37315
    • 提供者:张小天
  1. hough-circle

    0下载:
  2. hough 变换检测园的代码利用这个代码可检测出二值图像中的园-Hough Transform detection Park use this source code can be detected in binary image of Park
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1043
    • 提供者:抵抗
  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. 42

    0下载:
  2. 灰度二值化处理,对灰度图像进行操作,得到二值化图像-Two gray-scale value of treatment, the operation of the gray-scale images, the binary image
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-26
    • 文件大小:108418
    • 提供者:li
  1. funnyPShop

    0下载:
  2. Image filtering algorithm implementation using MFC. It supports LPF, HPF, making/remove noize, opening, erosion, dilation, making binary image, thinning, wavelet transform, DCT/IDT, hardamard transform, motion estimation with 2 iamges -Image filterin
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-12
    • 文件大小:2570140
    • 提供者:byfun
  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. tuxiangchuliyuanma

    0下载:
  2. 图像进行二值化处理、对角镜像处理、离散余弦变换处理、离散余弦变换处理、高斯模糊处理、直方图均衡处理、水平镜像处理等20多种常用图像处理的C++源码-Binary image processing, diagonal image processing, discrete cosine transform processing, discrete cosine transform processing, Gaussian blur processing, histogram equalization
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-23
    • 文件大小:17769
    • 提供者:bbdlp
  1. picture-processing

    0下载:
  2. 本代码主要是对一幅灰度图像rice.jpg进行一些处理,消除rice.jpg图像中的亮度不一致的背景,并使用阀值分割将修改后的图像转换为二值图像,使用轮廓检测返回图像中目标对象的个数以及统计属性。 -This code is a major grayscale rice.jpg some processing, the brightness of the image to eliminate inconsistencies rice.jpg the background, and use t
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-27
    • 文件大小:4221
    • 提供者:高东旭
  1. 2011991434588

    0下载:
  2. 读取图片为二进制显示出来,读取图片文件为数据流,通过读取数据流转成十六进制或二进制 -Read a binary image is displayed, read the image file for the data stream by reading the data flow into hex or binary
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-01
    • 文件大小:710749
    • 提供者:aca67w7a178
  1. Binary-image-connected-domain

    0下载:
  2. 这里列举二值图像连通域标记算法包括直接扫描标记算法和二值图像连通域标记快速算法-Here are the binary image connected component labeling algorithm including direct scan labeling algorithm and a binary image connected component labeling fast algorithm
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-11
    • 文件大小:67035
    • 提供者:宁静
  1. binary

    1下载:
  2. 图像处理相关算法C++源码\数字图象处理VC原码\二值化变换-Image processing related algorithms C++ source \ digital image processing VC original code \ binarization transformation
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-29
    • 文件大小:304216
    • 提供者:文字
  1. 01

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

    • 发布日期:2017-05-07
    • 文件大小:1638165
    • 提供者:azeng
  1. Morphological-image-processing

    0下载:
  2. 包含图像形态学处理的若干程序,包括二值/灰度图像的腐蚀,膨胀,开闭运算,击中击不中变换,骨架提取等。-Contains a number of morphological image processing procedures, including binary/grayscale image erosion, dilation, opening and closing operation, hit-miss transform, skeleton extraction.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-06
    • 文件大小:181533
    • 提供者:吴庆海
  1. MyDIP

    0下载:
  2. 在MFC环境下,读入一幅BMP图像,对其进行变换,如反色、二值化、图像缩放、梯度锐化、拉普拉斯锐化、均值滤波、阈值分割等-In the MFC environment, read a BMP image, transform them, such as anti-color, binary, image scaling, sharpening gradient, Laplacian sharpening, mean filtering, thresholding, etc.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-12
    • 文件大小:2880427
    • 提供者:OnAir
  1. uzenuifier-stream-recursive

    0下载:
  2. JBIG是二值图像压缩的国际标准,本代码给出了编码器的源码,-JBIG binary image compression is of international standard, this gives the encoder source code,
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-12-11
    • 文件大小:182431
    • 提供者:lkxbark
  1. rzpvacementcapability

    0下载:
  2. JBIG是二值图像压缩的国际标准,本代码给出了编码器的源码,-JBIG binary image compression is of international standard, this gives the encoder source code,
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-12-14
    • 文件大小:182433
    • 提供者:lkxbark
« 12 »
搜珍网 www.dssz.com