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

搜索资源列表

  1. Image-Processing-Lab.rar

    0下载:
  2. C#实现图像自适应二值化 该图像处理工具箱包含了一系列的图像处理,包括很多滤波及AForge.NET框架下提供了图像分析功能。自适应二值化(简单的图像统计),C# Adaptive Image Binarization of the image processing toolbox contains a series of image processing, including many filtering and AForge.NET provided under the framewor
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1883166
    • 提供者:liyan
  1. binarization

    0下载:
  2. visual c++ 图像二值化处理程序-visual c image binarization
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:90370
    • 提供者:xfwang828
  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. 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. 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. skeleton

    0下载:
  2. 完美的带界面的MATLAB程序,可以实现对图像二值化,以及进行一次二次骨骼化-Perfect interface with MATLAB program that can realize the image binarization, as well as a second bone of
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:5465
    • 提供者:刘恋爽
  1. Opencv-binarization

    0下载:
  2. 基于opencv的数字图像处理,解决了图像二值化处理问题-Opencv-based digital image processing, solved the problem of image binarization processing
  3. 所属分类:OpenCV

    • 发布日期:2017-06-14
    • 文件大小:21368313
    • 提供者:段小
  1. delphierzhihua

    0下载:
  2. 使用delphi完成图象的二值化的例子~~~·-Use delphi to complete the image binarization example ~ ~ ~
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:5662
    • 提供者:123123
  1. Image-inverse-normalization

    0下载:
  2. 程序实现了图像的二值化,把一幅BMP图像二值化成黑白图像,同时也可以实现黑白的颠倒-Procedures for the realization of the image binarization to a BMP image into a binary black and white images, but also black-and-white reversal can be achieved
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:39161
    • 提供者:王东
  1. ImageProcessor

    0下载:
  2. C#实现的简单的数字图像系统,完成图像的二值化,翻转逆转-C# Achieve a simple digital image system, the completion of image binarization, flip reverse
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:34847
    • 提供者:黎阳
  1. otsu

    0下载:
  2. otsu算法实现,可以自适应获取阈值,对图像进行二值化。里面配有图像均衡化的程序一起使用,效果更好-otsu algorithm, you can get adaptive threshold for image binarization. Which is equipped with image-based program used in conjunction with a balanced, better
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:1161
    • 提供者:Andy
  1. 2

    0下载:
  2. A algorithm for gray image binarization
  3. 所属分类:Compiler program

    • 发布日期:2017-04-15
    • 文件大小:6673
    • 提供者:zuomeixia
  1. image-binarization

    1下载:
  2. c#进行图像二值化,设置特定的阈值,进而对图像进一步的变换-c# for image binarization, set a specific threshold, then further transform the image
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:121098
    • 提供者:郝志浪
  1. Image-binarization-method

    0下载:
  2. 图像二值化的方法,便于车牌的识别,能精确定位车牌的位置。-Image binarization method, easy to license plate recognition, license plate can pinpoint the location.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:209970
    • 提供者:姚杰
  1. ImageBinaryzation

    0下载:
  2. image_binaryzation.m : 图像二值化主函数,调用otsu、kittler otsu.m : 类判别分类法(otsu全局二值化算法) kittler : 最小分类错误(minimum error thresholding)全局二值化算法 image_refining.m : 图像细化主程序,调用otsu、refining refining.m : 计算骨架的一种实用方法对图像进行细化 coins.bmp lenna.bmp woman_
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:722208
    • 提供者:许胜强
  1. image-binarization

    0下载:
  2. 基于Matlab的图像二值化的形态学操作处理。-Based on the Matlab image binarization, morphological operations.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1979
    • 提供者:陈璐
  1. image-binarization-transformation

    0下载:
  2. 图像处理算法,自己要对图像进行二值化变换-Image processing algorithms, image binarization transformation
  3. 所属分类:Special Effects

    • 发布日期:2017-11-22
    • 文件大小:111369
    • 提供者:shanyt
  1. Image-binarization-processing

    0下载:
  2. 利用matlab的GUI设计的图像二值化处理的可视化界面,包含所需的操作界面和m文件,可对图片进行导入、二值化处理及保存等操作。 -A visual interface of image binarization processing designed by Matlab GUI.It contains the desired interface and m file, you can import the picture, do binarization processing and pres
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:20776
    • 提供者:刘朋阳
  1. Image-binarization-process

    0下载:
  2. 图像二值化处理,彩色图像的实现,灰度图像的实现-Image binarization processing, the realization of the color image, the realization of the gray image
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-13
    • 文件大小:2632
    • 提供者:LijiaoZhang
  1. image-binarization

    0下载:
  2. 基于system generator实现图像二值化操作,需要matlab和ise软件联合开发-Based system generator for image binarization operation.Need matlab software jointly developed and ise
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:28236
    • 提供者:代工
« 12 3 4 5 6 7 8 9 10 ... 46 »
搜珍网 www.dssz.com