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

搜索资源列表

  1. MyDIP3.rar

    0下载:
  2. 显示一幅灰度图像 然后将灰度图像转化为二值图像,transfer a gray level image into a binary image
  3. 所属分类:Graph program

    • 发布日期:2017-05-12
    • 文件大小:2882618
    • 提供者:Martin
  1. Image.rar

    2下载:
  2. 图像处理 车辆跟踪 边缘检测 二值化等等 车辆检测 交通流,Image Edge Detection Vehicle Tracking Vehicle Detection binary traffic flow, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:111808
    • 提供者:杨全祥
  1. ddqyz

    0下载:
  2. 在matlab环境下,利用迭代法求图像阈值,然后实现图像的二值化处理-get the image threshold by iterative algorithm in matlab. And transform the gray image into binary image.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1105
    • 提供者:wangcong
  1. contour-extract

    0下载:
  2. 采用最大方差法对前景图像进行二值分割 ,并通过扫描提取轮廓,最后对目标进行跟踪-using the maximum variance method for binary image segmentation and contour extraction by scanning , finally track on the target by rectangle
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1194
    • 提供者:丁宏杰
  1. hu.rar

    0下载:
  2. 利用opencv 编写的计算图像hu矩的程序,利用了cvContourMoments,cvGetHumoments等函数。,Using Opencv to demon how to calcualate the Hu moments of an input binary image with black background.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:1208
    • 提供者:woxiest
  1. CVMFC

    0下载:
  2. OpenCV图像处理入门,可以对图像进行邻域处理,二值化,二值图像处理,形态学处理等。-Introduction to OpenCV image processing, image neighborhood can handle, binary, binary image processing, morphological processing.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-20
    • 文件大小:5713639
    • 提供者:高战立
  1. juliTransform

    0下载:
  2. 距离变换算法距很好的将二值图像变换为灰度图,为后续用分水岭算法做准备-From a good distance transform algorithm will transform grayscale binary image, watershed algorithm is used to prepare the follow-up
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:216124
    • 提供者:直线
  1. USPS.rar

    7下载:
  2. 用于手写体数字识别的USPS样本数据库和将MAT格式的样本数据库转换成二值化图像并以行程编码存储,For handwritten numeral recognition of the USPS database and a sample format of samples MAT database into binary image and the Run-Length Coding storage
  3. 所属分类:Graph Recognize

    • 发布日期:2016-01-25
    • 文件大小:5557913
    • 提供者:张凯兵
  1. erzhituxiangbianyuanxihua(Matl

    0下载:
  2. 主要介绍二值图像的边缘细化,由一个模板实例,可以参考一下,Mainly introduce the edge binary image detail, examples from a template, you can refer to
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:162215
    • 提供者:卫正
  1. ImageMorph VC# (VS2010版)写的形态学源代码

    0下载:
  2. VC# (VS2010版)写的形态学源代码。包括二值图像和灰度图像的形态变化,比如腐蚀,膨胀,噪音滤波等等。-VC# (VS2010 version) written by morphological source code. Binary image and grayscale images morphological changes, such as erosion, dilation, noise filtering, and so on.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-10-31
    • 文件大小:251285
    • 提供者:于予
  1. 112

    0下载:
  2. 二值图像连通域标记快速算法,能进行区域检测,附代说明文档,VB开发-Binary image connected component labeling fast algorithm that can detect regional, with a generation of documentation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:45130
    • 提供者:lq8712b3
  1. digital

    0下载:
  2. C#编写的图像处理程序源码 一共有十二个 包括灰度,二值化,锐化,缩放,旋转,压缩-C# source code written in image-processing program, a total of 12, including grayscale, binary, sharpening, scaling, rotation, compression, etc.
  3. 所属分类:CSharp

    • 发布日期:2017-04-09
    • 文件大小:1054590
    • 提供者:谁啊
  1. RLE

    0下载:
  2. matlab 实现游程编码(RLE)的压缩编码和解码, 对于二值图像具有很好的效果。自己做的作业,可以用-matlab run-length encoding (RLE) compression encoding and decoding, and has a good effect for the binary image. Their own job to do, can be used
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-27
    • 文件大小:700
    • 提供者:王垠骐
  1. qt

    0下载:
  2. 简单的图像处理软件,可实现灰度、二值化、RGB、反色、膨胀、腐蚀、锐化等。-Simple image processing software, can achieve grayscale, binary, RGB, anti-color, dilation, erosion, sharpening.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:91461
    • 提供者:白玉京
  1. ostu

    0下载:
  2. ostu自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法.-ostu Adaptive Computing single threshold (used to convert the gray image to binary image) is simple and efficient method.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:10011
    • 提供者:libra
  1. ColorSkew

    0下载:
  2. C#编写的文本图像倾斜角度检测并且校正的程序,输入一张倾斜的彩色文本图像,输出角度校正之后的二值化图像。包含测试图片。-C# write text image tilt Angle detection and correction program, input a tilted color text image, output Angle after correction, binary image. Contains test images.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:2388242
    • 提供者:lee
  1. square

    0下载:
  2. 该文件是一个matlab程序,该程序是用来求出一个二值图像的面积,已经检验运行成功!-The file is a matlab program that is used to derive a binary image of the area, has been tested to run successfully!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:576
    • 提供者:胡幸福
  1. pic_check

    0下载:
  2. 二值图像标记的快速算法,Matlab语言实现,二进制图像的分割,具有简单、快捷、占用内存少等特点-Binary image marking fast algorithm, Matlab language implementation, binary image segmentation with a simple, fast, less memory, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1356
    • 提供者:王自
  1. zhouchang

    0下载:
  2. 这段程序的主要功能是实现二值图像中图形的周长计算-The primary function of this program is to achieve binary image in the graphical calculation of the circumference
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:9464
    • 提供者:liuhongzhu
  1. labe_forOpencv

    0下载:
  2. 利用opencv对二值图像进行连通域标记-Use of binary image opencv connected domain markers
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:1154
    • 提供者:欧阳风情
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
搜珍网 www.dssz.com