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

搜索资源列表

  1. zishiyingyuzhifenge

    0下载:
  2. 基于openCV的C++自适应阈值分割程序,能运用自适应阈值达到效果比较理想的二值化图像-The C++ openCV based adaptive threshold segmentation procedures, can achieve the desired effect using adaptive threshold ideal binary image
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:6309535
    • 提供者:成龙
  1. OpenCV--local-adaptive-

    0下载:
  2. OpenCV基于局部自适应阈值的图像二值化 -OpenCV based on local adaptive threshold binarization
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:526
    • 提供者:王烽
  1. OTSUway

    0下载:
  2. OTSU方法计算图像二值化的自适应阈值。OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法-Otsu images calculated value of the two adaptive threshold. Otsu algorithm can be said to be adaptive to calculate the single threshold (for converting images to gray scale image 2) simple
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1801
    • 提供者:rkingt
  1. 2013.11.27.ostu

    0下载:
  2. 采用大律法自适应阈值,对图像的二值化处理效果还不错-Using a large law adaptive threshold, the binary image processing effects good
  3. 所属分类:DSP program

    • 发布日期:2017-03-30
    • 文件大小:14327
    • 提供者:
  1. adapt

    1下载:
  2. 自适应阈值分割程序,对遥感图像进行二值化处理后提取出水体-Adaptive threshold segmentation procedures, the remote sensing image binarization processing to extract the water body
  3. 所属分类:GIS program

    • 发布日期:2017-04-08
    • 文件大小:1249
    • 提供者:灿钿
  1. adaptive-binarization

    0下载:
  2. 用matlab编写的简单程序,用自适应门限法将图像二值化,门限是通过最大类间方差确定-Simple program using matlab, using adaptive threshold method image binarization threshold is determined by Otsu
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:585580
    • 提供者:chenzhefeng
  1. Binarization

    1下载:
  2. 图像二值化是建立在物体和背景可以区分的基础上的,如亮度色调等不同,从而我们根据这些已知信息分出前背景。而一般的全局二值化如用Otsu方法获取最优阈值的方法,都是建立在图像前背景亮度有一定差距的基础上的,即图像直方图有双峰结构。 如果对于一幅亮度不均匀的图像这种方法就不适用,解决的方法可以把图像根据整体亮度变化来分成若干小区域,而各区域的直方图中有两个峰,这样就能自适应得时整幅图都比较好的二值化。但是,这样对于一些复杂的图像就难处理,而且可能存在分块邻接缺陷,因此,本程序中先将整幅图的亮
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:649
    • 提供者:杨波
  1. dajin

    0下载:
  2. 线性CCD大津动态自适应阈值二值化源程序-Linear CCD dynamic adaptive threshold binarization dajin source program
  3. 所属分类:SCM

    • 发布日期:2017-04-11
    • 文件大小:651
    • 提供者:贺彦兴
  1. extraction

    0下载:
  2. 提取灰度图像轮廓。实现了图像二值化,自适应阈值选择,利用数学形态学修补缺陷,并与经典轮廓提取算子结果进行了比较。 comptervision.m为主文件 extraction.m为轮廓提取函数 jpg为测试图像-Grayscale image contour extraction. Achieve a binary image, adaptive threshold selection, the use of mathematical morphology repair defect
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:48841
    • 提供者:赵径通
  1. otsu

    0下载:
  2. 大津算法代码,进行自适应阈值分割,用于图像二值化-Otsu' s method code, adaptive thresholding for image binarization
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1147
    • 提供者:zengchang
  1. Camera_Contours

    0下载:
  2. 该程序能够直接调用电脑摄像头,并使用了自适应的二值化对图像提取轮廓; 使用的是opencv2.4.9库-The program can directly call PC camera, and the use of adaptive binary image contour extraction Using opencv2.4.9 library
  3. 所属分类:OpenCV

    • 发布日期:2017-05-30
    • 文件大小:12061351
    • 提供者:五小懂
  1. 3zhongerzhihua

    0下载:
  2. 效果最好的三种二值化的方法 otsu niblack等 是自适应阈值方法-The best effect of three kinds of binarization methods otsu niblack, etc Is the adaptive threshold value method。
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-29
    • 文件大小:27415
    • 提供者:dd
  1. Image-Processing

    0下载:
  2. 图像增强,二值化 自适应阈值分割,中值滤波,提取目标和背景,计算连通区域,剪裁图片等功能集合。核心算法采用C++并调用MATLAB-Image enhancement, binarization adaptive thresholding, median filtering, extraction of target and background, computing connected region, cropping pictures and other functions set. Cor
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:22306
    • 提供者:change
  1. HandDetector

    0下载:
  2. 这是一个人手识别程序,基于OpenCV,环境VisualStudio2013。 首先通过图片采集手势图像,而后进行减小噪声的滤波处理,根据肤色在YCrCb色彩空间中的自适应阈值对图像进行二值化处理,提取图像中所有的肤色以及类肤色像点,而后经过膨胀、腐蚀处理后,祛除小块的类肤色区域干扰,得到若干块面积较大的肤色区域;此时根据各个肤色区域轮廓特征进行甄选,获取目标手势区域,而后根据目标区域的特征进行识别,定位手心。-This is a staff recognition program, bas
  3. 所属分类:OpenCV

    • 发布日期:2017-04-15
    • 文件大小:4902
    • 提供者:chengchi
  1. erzhihua

    0下载:
  2. 基于OpenCV的图像二值化程序,可自适应阈值-OpenCV based on the image of the two value of the program, the adaptive threshold
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:1734
    • 提供者:严旭
  1. Gaussian-Hermite

    0下载:
  2. 方向倾斜校正的方法,分割字符,自适应阈值二值化图像-Orientation method for skew correction, Segmentation character, Adaptive threshold for image binarization
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:518609
    • 提供者:fengfeixu
  1. kuaisuzishiyingyuzhifangfa

    0下载:
  2. 一种快速图像阈值分割法,不是otsu或迭代法,Wellner 1993快速自适应的图像二值化方法,有具体使用方法,很详细-A fast image thresholding segmentation method, not otsu or iterative methods, Wellner 1993 fast adaptive image binarization method
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:166727
    • 提供者:hbnj
  1. wavework

    0下载:
  2. OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。-OTSU images calculated value of the two adaptive threshold, OTSU algorithm can be calculated adaptive threshold (for conversion to gray scale images binary images), a simple and efficient
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1535
    • 提供者:李二
  1. BW

    0下载:
  2. 自适应图像二值化,提高对比对,尤其适合纸介质扫描件分析处理-BW for picture using matlab
  3. 所属分类:matlab

    • 发布日期:2017-12-16
    • 文件大小:1024
    • 提供者:韩正
  1. 新建文件夹 (2)

    0下载:
  2. 使用特征提取与模板匹配方法识别数字验证码,预处理阶段包括验证码图像灰度化、二值化、去噪,去噪使用RGB三原色法,验证码字符分割采用自适应分割方法,最后提取单个验证码图像特征值,与模板库字符进行匹配识别(The use of feature extraction and template matching method of digital identification verification code, verification code preprocessing consists of i
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-04
    • 文件大小:22528
    • 提供者:张力123
« 1 2 3 45 6 »
搜珍网 www.dssz.com