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

搜索资源列表

  1. ImageProcessing

    0下载:
  2. 可对8位灰度图像进行锐化,模糊化,二值化,中值滤波,平板滤波,霍夫曼编码,FFT,DCT变换,边缘提取等操作。-Be carried out for 8-bit grayscale image sharpening, blur, binarization, median filtering, flat filter, Huffman coding, FFT, DCT transform, edge extraction operations.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2378003
    • 提供者:冯晶
  1. THRESHOLD

    0下载:
  2. 在Edit控件IDC_EDIT_TH中输入阈值,并点击“阈值分割”按钮,则对读入的图像做二值化处理,处理结果在一个新弹出窗口中显示。-In the Edit control IDC_EDIT_TH in the input thresholds, and click the " thresholding" button, then the right time to do two values into the image processing, and the results
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:753
    • 提供者:liye
  1. The_code_of_image_processing

    0下载:
  2. 图像缩放,中值滤波,高斯平滑,二值化,canny边缘提取等 c++源代码-Image scaling, median filtering, Gaussian smoothing, binarization, canny edge detection c++ source code, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-24
    • 文件大小:3755391
    • 提供者:郭鲁强
  1. Commondigitalimageprocessingalgorithmssource

    0下载:
  2. 数字图像处理常见算法的源程序,形态学,二值化,高斯噪音都包括了 -Common digital image processing algorithms source, morphology, thresholding, Gaussian noise is included
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:19767
    • 提供者:黄昏雨
  1. bmp_reader

    0下载:
  2. 读取BMP图像并进行边缘检测 二值化等功能-Read BMP image and edge detection functions binarization
  3. 所属分类:File Operate

    • 发布日期:2017-05-02
    • 文件大小:531398
    • 提供者:xzconan
  1. vcImageprocessing

    0下载:
  2. VC图像处理开发包 二值化 滤波等函数实现-VC Image Processing Development Kit binarization filtering function implementation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:2382400
    • 提供者:何冬
  1. image_matching_program

    0下载:
  2. 通过图像的匹配程序将行简单处理,例如放大,缩小,翻转,灰度处理,图象二值化等技术全部囊括进来。 开发环境:MATLAB 7.1 -Through image matching procedure will OK a simple treatment, such as zoom, flip, gray scale processing, image binarization techniques covering all come. Development Environment: MA
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:196282
    • 提供者:季托
  1. image_pre-processing

    0下载:
  2. 一系列的图像预处理函数,包括灰度化,二值化,梯度锐化,去噪声,分割,标准化,紧缩排列等。-A set of image pre-processing function, include ConvertColor2Gray, ConvertGray2WhiteBlack, GradientSharp, RemoveNoise, CharSegment, CharSegment, ContractAlign, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:8085
    • 提供者:郑豪
  1. keyon

    0下载:
  2. 在图像前期操作中能够有效实现图像的二值化,包括对三维彩色图像等的处理 -Pre-operation in the image can effectively achieve the image binarization, including three-dimensional color image processing, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:562152
    • 提供者:yryryr
  1. NeighborhoodModel-NM

    0下载:
  2. 遗传算法是当前许多科学实验领域广泛应用的一种非线性并行算法.本文研究了遗传算法在数字图像的灰度图二值化中的应用 ,提出了一种新的灰度图二值化方法.该方法通过对每个子群体的优化计算和动态改进的适应度函数 ,确定新的分割阈值.实验验证该方法对于噪声干扰的一般质量图像有着良好的效果.-Genetic algorithm is currently widely used in many scientific experiments in the field of a nonlinear parallel
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:419704
    • 提供者:wu
  1. fftfir

    0下载:
  2. 加带通滤波器的FFT开源代码,附带批处理程序-FFT band-pass filter plus open-source code, with a batch process
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:705
    • 提供者:sc
  1. car

    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. 所属分类:assembly language

    • 发布日期:2017-05-02
    • 文件大小:727608
    • 提供者:ziyousecai
  1. vehiclehsv

    0下载:
  2. 能够对大部分的车牌进行定位,和识别 .包括数字图像处理的 均衡化,灰度化,中值滤波,平滑处理,各种边缘检测算法,还有四种二值化方法 。-Be able to locate most of the plates, and identification. Including digital image processing equalization, graying, median filtering, smoothing, various edge detection algorithms, th
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-08
    • 文件大小:1697735
    • 提供者:arechi
  1. Imgcx

    0下载:
  2. 照着书本程序编译过的图像的一些基本算法,二值化,分割,特征提取等等。-Shining on the image books program compiled some of the basic algorithms, binarization, segmentation, feature extraction and so on.
  3. 所属分类:Graph program

    • 发布日期:2017-05-21
    • 文件大小:6412416
    • 提供者:liuyayu
  1. DisplayBMP

    0下载:
  2. 图像的二值化包括很多内容的,功能很强大的-Image binarization
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:2079190
    • 提供者:刘才
  1. his

    0下载:
  2. 对一副图像进行0到255的二值化处理 并且可以显示它的直方图-Of an image of the two values of 0 to 255 processing and can show its histogram
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:995
    • 提供者:qq
  1. dajinfa-erzhihua-matlab

    0下载:
  2. 实现24位RGB彩色图像,先转化为灰度图像,而后用大津法实现二值化,并显示阀值。-To achieve 24-bit RGB color images, the first converted to grayscale images, then using Otsu binarization method to achieve and display threshold.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-29
    • 文件大小:3005
    • 提供者:budongwei
  1. binarytransform

    0下载:
  2. 对图像进行二值化变换,为方便起见,设阈值为122,是最大值的一半左右。-Binarization of the image transformation, for convenience, set the threshold value of 122, is about half the maximum.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2837401
    • 提供者:李星
  1. imageprocessing

    0下载:
  2. 基于imageprocessing平台的多功能数字图像处理工程,有文件读取,二值化等功能-Imageprocessing platform based on multi-functional digital image processing projects, a file read, binary functions
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-24
    • 文件大小:209297
    • 提供者:tingyu
  1. HDBH

    0下载:
  2. 本源码可以对图像进行基本的处理 像图像的二值化 图像的灰度变换 对比度变换 以及对图像进行 直方图的均衡化处理等等 项目中非常实用-The source can be the basic image processing such as image binarization image contrast gray-scale transformation of the image transformation, as well as the histogram equalization proc
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:366545
    • 提供者:jesse
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com