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

搜索资源列表

  1. Image-processing-experiments

    0下载:
  2. Image processing experiments基本的图像处理实验。图形界面,实现了水平翻转,垂直翻转,图像旋转,灰度图像,单阈值二值化,双阈值二值化,非0置白法,孤立像素清除,3*3平均值滤波,N*N中值滤波,一阶微分,二阶微分,拉普拉斯变换,负像,缩小,放大,原始大小-Image processing experiments basic image processing experiments. Graphical interface to achieve a horizontal
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2761315
    • 提供者:
  1. Cim_PP_Doc

    0下载:
  2. 影像处理软件,图像分析软件,二值化图像处理-Image processing software, image analysis software, binary image processing
  3. 所属分类:Special Effects

    • 发布日期:2016-01-22
    • 文件大小:900096
    • 提供者:minipeng
  1. Hough--er-zhi-huidu

    0下载:
  2. 本程序是基于单文档的,打开一副图像,即可看到图像处理菜单,单击其下面的菜单,即可实现hough 变换,二值化,灰度图转换等效果。-This procedure is based on a single document, open an image, you can see the image processing menu, click the following menu, you can achieve the hough transform, binary, grayscale conv
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5451311
    • 提供者:huo xing
  1. image-processing-

    0下载:
  2. 这是个图像处理的源代码,是本人自己编写的,实现的功能如下: 锐化、边沿检测:套用模版。另外还有一个自定义模版,供用户自行设计模版运行,从而实现其他功能,如线检测。 浮雕:本像素减相邻像素,再加一个常数得到的。 直方图均衡化则套用步骤,根据课本步骤来编写。 提取轮廓:若该点为黑点,八邻域也为黑点,则就把该点变白。 阈值分割分为固定阈值分割(即二值化)和动态阈值分割(切割若干子图,求均值,该均值即子图的阈值)。 区域生长:把种子和4邻域的点分别比较,两者之差小于阈值,且该4邻
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2662158
    • 提供者:山外メ雲ジ
  1. erzhihuabianhua

    0下载:
  2. 在图像处理中常用到,二值化变换的C++实现,非常好用-Commonly used in image processing to transform the binary C++ implementation,very good
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:39382
    • 提供者:何林立
  1. chap12

    0下载:
  2. 车牌定位系统,关键技术:灰度化、预处理、二值化、削弱背景干扰,中值滤波,牌照搜索以及区域剪裁。-License plate positioning system, key technologies: gray-scale, pre-processing, binarization, weaken the background interference, filtering, searching and regional licenses cut.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:3921836
    • 提供者:钱妍
  1. OTSU

    0下载:
  2. OTSU是一种经典的二值化算法,本程序为自己编写的OTSU在matlab下实现方法,可以供初入图像处理的初学者参考,可以直接运行-OTSU is a classic binary algorithm, the procedure for the preparation of their own OTSU under implementation in matlab, image processing can be for beginners entering the reference can
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:18664
    • 提供者:star
  1. cs

    0下载:
  2. 图像的预处理过程,包括归一化,调整图像大小,测量灰度,转化图像,滤波,二值化,边缘检测,特征值的提取-Image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1646
    • 提供者:jmc
  1. NEW

    0下载:
  2. 指纹处理的这个过程代码,有梯度,方向场,分割,均衡,收敛,平滑,增强,二值化,细化和特征点标记的功能。下载即可用.rar-Fingerprint processing of the process code, gradient, direction of the market, segmentation, balance, convergence, smoothing, enhancement, binarization, thinning, and feature points marked
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:543513
    • 提供者:lili
  1. image-processing

    0下载:
  2. 实现了数字图像处理中图像的二值化算法,加噪声滤波以及中值滤波等算法。-Realization of the digital image processing algorithm for binary images, plus noise filtering and median filtering algorithms.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:29565
    • 提供者:刘海燕
  1. erzhihua

    0下载:
  2. 二值化 图像处理使用。想用就下啊。为简单起见,这里设定阈值为122,即最大灰度的一半。-Binary image processing. Would like to use on the next ah. For simplicity, this set threshold 122, the maximum gray level of the half.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:39382
    • 提供者:朱平民
  1. dilation

    0下载:
  2. 对二值化图片的膨胀处理。对于二值图像,膨胀意味着,用结构元素在图像上移动,只要结构元素中有一个点与图像中的点是重叠的就可以了,膨胀的结果是结构元素中心点划过的区域的内部。所以图像的边缘就被扩大了。
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:384211
    • 提供者:jone
  1. chepaidingwei

    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. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1495081
    • 提供者:老昌
  1. WaterShed

    0下载:
  2. PET图像后处理,包括二值化、梯度化等等,重点是分水岭算法。其中包括高斯滤波和平滑滤波两种-PET image post-processing, including binary, gradient and so forth, with emphasis on watershed algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:778480
    • 提供者:
  1. Binary-conversion

    0下载:
  2. 二值化是图像处理中最重要一项变换,它的处理方法把图像分成目标物体和背景-Binary image processing is a most important change, which approach the image into the object and background
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:99711
    • 提供者:咸超
  1. Iterative-binarization-

    0下载:
  2. 迭代法二值化数字图像处理技术中十分重要的技术。能够有效解决许多求值问题-Iterative binarization is just for the people who are trouble in settling down difficult problems.we offer source code to you .Thanks for your skiming.Thanks for your skiming.Iterative binarization is just for the
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:205840
    • 提供者:guoyuankui
  1. open-camera

    0下载:
  2. 程序代码说明:可打开电脑摄像头 采集图片 然后对图片做简单的图像处理 如:二值化灰度化等-Program code instructions: to open the computer camera image capture pictures and then do a simple image processing such as: binary gray and so on
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1179040
    • 提供者:fanyanjun
  1. tuxiangchuli

    0下载:
  2. 1、编写图像格式转换程序。2、编写图像点处理程序。3、编写图像局部处理程序。还有:1、灰度图像中值滤波。2、图像几何处理。3、灰度图像边缘检测。4、图像二值化。5、直方图均衡。-1, the preparation of image format conversion process. 2, the preparation of the image point processing. 3, the preparation of local image processing. Are: 1, gr
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:451126
    • 提供者:vvitja
  1. 2008DIP

    0下载:
  2. 数字图像处理C语言源程序,完成了打开一幅位图,查看位图信息,水平镜像,二值化,平移-Digital image processing C-language source code complete open a bitmap, the bitmap information view, horizontal image, binary, translation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4110
    • 提供者:
  1. whu_7-115-14828-7_2006_1

    0下载:
  2. 30个图像处理的VC++ 源代码,包括256色转灰度图,Hough变换,image_j1,PCA,Walsh变换,对比度拉伸,二值化变换,反色, 方块编码,傅立叶变换,高斯平滑,灰度均衡,均值滤波,拉普拉斯锐化(边缘检测), 离散余弦变换,亮度增减,逆滤波处理,取对数,取指数,梯度锐化,图象处理,图像镜像, 图像平移,图像缩放,图像细化,图像旋转,维纳滤波处理,用Canny算子提取边缘,阈值变换,直方图均衡. -30 image processing VC++ source code, incl
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:647356
    • 提供者:sunhaibin
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com