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

搜索资源列表

  1. Thresholding

    0下载:
  2. 使用opencv实现对图像的阈值化,包含单一阈值化与自适应阈值化-Use opencv to achieve image thresholding, containing a single thresholding and adaptive thresholding
  3. 所属分类:OpenCV

    • 发布日期:2017-05-23
    • 文件大小:7359272
    • 提供者:返璞归真
  1. Des33332ktop

    0下载:
  2. matlab源码-最大类间方差算法求解自适应阈值 可以作为参考使用,在学习的过程中 -matlab source- Otsu adaptive threshold algorithm can be used as a reference, in the learning process
  3. 所属分类:Wavelet

    • 发布日期:2017-04-06
    • 文件大小:11849
    • 提供者:肖恒
  1. otsu

    0下载:
  2. 本程序是利用最大类间方差算法求解自适应阈值,对图像进行分割 otsu-otsu matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:43288
    • 提供者:刘天琪
  1. Histogram_based_segmentation

    0下载:
  2. 利用基于直方图的自适应阈值方法实现分割前景与背景-The use of adaptive threshold method of histogram based segmentation of foreground and background
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1539
    • 提供者:赵斌
  1. matlabee12

    0下载:
  2. 【matlab编程代做】不规则光照下自适应阈值的前景背景分离算法源代码 -[Do] matlab programming prospect generation adaptive threshold background separation algorithm under irregular light source
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-24
    • 文件大小:105604
    • 提供者:李艳
  1. test1_11

    0下载:
  2. Opencv自适应阈值化的小程序,用于图像处理。-Opencv adaptive thresholding small program for image processing.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:3059100
    • 提供者:XXX
  1. filter

    0下载:
  2. 程序中包括自适应阈值中值滤波,自适应阈值均值滤波,自适应阈值均中值滤波,对图像进行简单去噪-Program including median filter, adaptive threshold adaptive threshold average filtering, median filter, the adaptive threshold to simple image denoising
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:8569
    • 提供者:安达
  1. PCNN_fusion

    0下载:
  2. 该代码实现PCNN图像融合,主要是通过自适应阈值计算出图像每个像素的点火映射图,根据点火映射图实现图像融合。-The code PCNN image fusion, mainly through the adaptive threshold is calculated for each pixel of the image ignition map, to achieve image fusion based on the ignition map.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1231
    • 提供者:李丽
  1. level2sqtwolog

    0下载:
  2. 关于自适应阈值三尺度的去噪,去噪效果良好,并带有mse以及psnr(峰值信噪比)的算法,可供参考-源语言: 检测到中文目标语言: 英语翻译 我的收藏设置 About three of scale adaptive threshold denoising, the denoising effect is good, and with MSE and PSNR (peak signal to noise ratio) of the algorithm, for reference
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-12
    • 文件大小:928
    • 提供者:chengmis
  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. wavlet

    0下载:
  2. 小波软阈值去噪,具有较高的SNR,是一种自适应阈值算法-Wavelet soft thresholding, has a high SNR, an adaptive threshold algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:241022
    • 提供者:梁宇
  1. tuxiangfenge

    1下载:
  2. 用matlab实现自适应图像阈值分割(最大类间方差法)本程序是利用最大类间方差算法求解自适应阈值,对图像进行分割-Matlab image using adaptive thresholding (Otsu method) of this procedure is Otsu adaptive threshold algorithm for image segmentation
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:921
    • 提供者:梁宇
  1. HandDetector

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

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

    0下载:
  2. 使用opencv对图像进行阈值化处理,实现单一阈值(全局阈值)与自适应阈值的比较-Using opencv image thresholding processing, a single threshold (global threshold) compared with Adaptive Threshold
  3. 所属分类:Other systems

    • 发布日期:2017-05-19
    • 文件大小:5360424
    • 提供者:panxiaoxu
  1. Threshold

    0下载:
  2. 自适应阈值分割可以根据图像自身的特性得到自适应阈值进而分割出目标和背景。-Adaptive threshold segmentation is based on the characteristics of the image itself to get the adaptive threshold and then segmentation the target and background.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-20
    • 文件大小:5519599
    • 提供者:小攀
  1. auto_threshold

    0下载:
  2. 本程序是利用最大类间方差算法求解自适应阈值,对图像进行分割-This procedure is the use of the maximum between class variance algorithm to solve the adaptive threshold, the image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:794
    • 提供者:陈文菁
  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
    • 文件大小:3729
    • 提供者:范奎奎
  1. zishiyingyuzhifenge

    0下载:
  2. 采用自适应阈值的分割方法对待分割图像进行阈值分割,且得到的结果较好。-Adaptive thresholding method for image thresholding
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1124
    • 提供者:郭晨
  1. RF3D_v1p00

    0下载:
  2. 一个共同的视频被空间相关去噪的框架随机噪声和空间相关的固定模式噪声。首先,在每一卷的空间和时间上的相关性,利用sparsify数据在三维时空的变换域,然后3D体积的频谱系数的自适应阈值萎缩三维阵列。这样的阵列取决于特定的运动轨迹的体积,单个功率谱密度的随机和固定的模式噪声,以及噪声方差,自适应地估计在变换域。-The video was a common fixed pattern noise spatial correlation denoising framework random nois
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:497129
    • 提供者:西门吹雪
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 16 17 »
搜珍网 www.dssz.com