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

搜索资源列表

  1. 在 matlab中实现一种局部阈值化图像的算法

    0下载:
  2. 在 matlab中实现一种局部阈值化图像的算法,In matlab to achieve a local thresholding algorithm for image
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-23
    • 文件大小:848byte
    • 提供者:steven
  1. BinarizationAlgorithm

    0下载:
  2. 用matlab实现的otsu全局二值化算法、kittler 最小分类错误(minimum error thresholding)全局二值化算法、niblack局部二值化算法-Using matlab implementation otsu global binarization algorithm, kittler minimum classification error (minimum error thresholding) the global binarization algorithm
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-02
    • 文件大小:53.62kb
    • 提供者:释然
  1. yuzhifenge

    1下载:
  2. 全局阈值分割:迭代法、Otsu法;局部阈值分割-Global Thresholding: iterative method, Otsu method local threshold segmentation
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:597byte
    • 提供者:sangsang
  1. FaceDetect

    0下载:
  2. 本软件主要用到的图像处理技术是:光线补偿、高斯平滑和二值化。在识别前,先对图像进行补光处理,再通过肤色获得可能的脸部区域,最后根据人脸固有眼睛的对称性来确定是否就是人脸,同时采用高斯平滑来消除图像的噪声,再进行二值化,二值化主要采用局域取阈值方法,接下来就进行定位、提取特征值和识别等操作。经过测试,图像预处理模块对图像的处理达到了较好的效果,提高了定位和识别的正确率。 -The software is mainly used in image processing technology: l
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:487.93kb
    • 提供者:卢孝勋
  1. idbm

    1下载:
  2. Descr iption Applies ideal binary mask to noise corrupted speech signal. The processing takes place within an FFT based short-time spectral analysis-modification-synthesis framework. The ideal binary mask is computed from an oracle (true) sign
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:881.71kb
    • 提供者:fatz
  1. Efficient-Implementation-of-Local-Adaptive-Thresh

    0下载:
  2. Efficient Implementation of Local Adaptive Thresholding
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:381.19kb
    • 提供者:dharmishtha
  1. Local-entropy-segmentation

    0下载:
  2. 过渡区提取与分割的两篇经典外文论文,pdf格式。-"Local entropy based image transition region extraction and thresholding" and "Modified Local entropy based image transition region extraction and thresholding"
  3. 所属分类:Special Effects

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

    2下载:
  2. 该文件夹中有四个matlab文件,说明如下: binariztion.m: 二值化主程序,分别调用下面三种二值化算法。 otsu.m: 表示otsu全局二值化算法。 kittlerMet.m: 表示kittler 最小分类错误(minimum error thresholding)全局二值化算法。 niblack.m: 表示niblack局部二值化算法。 coins.bmp: 原始灰度图片。 coins_bw_otsu.bmp: otsu全局二值化结果。
  3. 所属分类:Special Effects

    • 发布日期:2016-01-25
    • 文件大小:54kb
    • 提供者:小米
  1. (1)diedai-Otsu-jubu

    0下载:
  2. 迭代法 OTSU法和局部阈值分割的matlab实现,测试可用-OTSU method, iterative method and local thresholding segmentation matlab implementation, testing available
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:1.48kb
    • 提供者:于天泽
  1. DataMatic

    0下载:
  2. DM码的识别,运用凸包法检验条码边缘,采用全局和局部相结合的阈值分割法-DM code identification, use of bar code edge of the convex hull method test, using a combination of global and local thresholding segmentation method
  3. 所属分类:Special Effects

    • 发布日期:2014-06-13
    • 文件大小:5.97mb
    • 提供者:何萍
  1. Face-recognition

    0下载:
  2. 提出了基于24位彩色图像对人脸进行识别的方法,介绍的主要内容是图像处理,它在整个软件中占有极其重要的地位,图像处理的好坏直接影响着定位和识别的准确率。本软件主要用到的图像处理技术是:光线补偿、高斯平滑和二值化。在识别前,先对图像进行补光处理,再通过肤色获得可能的脸部区域,最后根据人脸固有眼睛的对称性来确定是否就是人脸,同时采用高斯平滑来消除图像的噪声,再进行二值化,二值化主要采用局域取阈值方法,接下来就进行定位、提取特征值和识别等操作。经过测试,图像预处理模块对图像的处理达到了较好的效果,提高了
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4.35mb
    • 提供者:邓海鑫
  1. FaceRecognition

    0下载:
  2. 提出了基于24位彩色图像对人脸进行识别的方法,介绍的主要内容是图像处理,它在整个软件中占有极其重要的地位,图像处理的好坏直接影响着定位和识别的准确率。本软件主要用到的图像处理技术是:光线补偿、高斯平滑和二值化。在识别前,先对图像进行补光处理,再通过肤色获得可能的脸部区域,最后根据人脸固有眼睛的对称性来确定是否就是人脸,同时采用高斯平滑来消除图像的噪声,再进行二值化,二值化主要采用局域取阈值方法,接下来就进行定位、提取特征值和识别等操作。经过测试,图像预处理模块对图像的处理达到了较好的效果,提高了
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4.35mb
    • 提供者:邓海鑫
  1. LEGD

    1下载:
  2. 文献代码——Modified local entropy-based transition region extraction and thresholding, 2011.12, Applied Soft Computing, Elsevier-source code——Modified local entropy-based transition region extraction and thresholding, 2011.12, Applied Soft Computing, Else
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:1.84kb
    • 提供者:lizuoyong
  1. human-face-recognition

    0下载:
  2. 本文提出了基于24位彩色图像对人脸进行识别的方法,介绍的主要内容是图像处理,它在整个软件中占有极其重要的地位,图像处理的好坏直接影响着定位和识别的准确率。本软件主要用到的图像处理技术是:光线补偿、高斯平滑和二值化。在识别前,先对图像进行补光处理,再通过肤色获得可能的脸部区域,最后根据人脸固有眼睛的对称性来确定是否就是人脸,同时采用高斯平滑来消除图像的噪声,再进行二值化,二值化主要采用局域取阈值方法,接下来就进行定位、提取特征值和识别等操作。经过测试,图像预处理模块对图像的处理达到了较好的效果,提
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-13
    • 文件大小:1.36mb
    • 提供者:nick
  1. face

    0下载:
  2. 本软件主要用到的图像处理技术是:光线补偿、高斯平滑和二值化。在识别前,先对图像进行补光处理,再通过肤色获得可能的脸部区域,最后根据人脸固有眼睛的对称性来确定是否就是人脸,同时采用高斯平滑来消除图像的噪声,再进行二值化,二值化主要采用局域取阈值方法,接下来就进行定位、提取特征值和识别等操作。经过测试,图像预处理模块对图像的处理达到了较好的效果,提高了定位和识别的正确率。-This software is mainly used in image processing technology: lig
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-14
    • 文件大小:1.25mb
    • 提供者:牛满
  1. LEDG_code

    0下载:
  2. Modified local entropy-based transition region extraction and thresholding文献及代码,好像是关于图像分割的-Modified local entropy-based transition region extraction and thresholding literature and codes, seems to be about image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1.77mb
    • 提供者:李佳佳
  1. Computer-Vision-Using-Local-Binary-Patterns

    0下载:
  2. The local binary pattern (LBP) is a simple yet very efficient operator which labels the pixels of an image by thresholding the neighborhood of each pixel and considers the result as a binary number. Perhaps the most important property of the LBP
  3. 所属分类:matlab

    • 发布日期:2017-05-23
    • 文件大小:7.2mb
    • 提供者:virtality
  1. bradley

    0下载:
  2. The main function for local thresholding. averagefilter.m A subroutine - a faster version of MATLAB s build-in fspecial( average , [3 3]). bradley.png-The main function for local thresholding. averagefilter.m A subroutine- a faster version o
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-16
    • 文件大小:205.38kb
    • 提供者:zhz
  1. adaptive-thresholding--computing-SNR

    0下载:
  2. 对影像进行加噪声,和全局,局部,自适应阈值去噪,计算信噪比-It was added to the image noise, and global, local, adaptive thresholding, computing SNR
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3.64kb
    • 提供者:范奎奎
  1. Segmentation-algorithm

    0下载:
  2. 图像处理,图像滤波分割算法的整合:包括大部分常用的图像背景分割和滤波手段,可以作为初学者参考,包括OTSU法,全局局部阈值分割,最大熵法-Image processing, image filtering algorithm integrated segmentation: Most common image including background segmentation and filtering means can be used as a reference for beginners
  3. 所属分类:Special Effects

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