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

搜索资源列表

  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. Adaptivethreshold

    0下载:
  2. 自适应阈值,matlab版本,可直接使用- Adaptive threshold, matlab version, can be used directly
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1419
    • 提供者:huang
  1. xiaoboquzao_matlab

    1下载:
  2. 基于小波变换的图像阈值去噪的matlab代码,可以实现硬阈值,软阈值以及一种自适应阈值算法并且完成他们的对比;-One kind matlab code image threshold denoising based on wavelet transform can be achieved hard threshold and soft threshold and an adaptive threshold algorithm and complete their contrast
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:162545
    • 提供者:刘鑫焱
  1. Edge-Detection_canny-_perfect

    1下载:
  2. Canny算法求图像边缘,C++语言实现。步骤分:求梯度、非极大值移植、自适应阈值、滞后阈值求边缘、边缘细化。算法核心由C语言实现,效果可以和OpenCV和Matlab相媲美。-Canny algorithm for image edge, the use of C++ language, the steps include: for gradient, maximum value suppression, adaptive threshold, hysteresis threshold. Th
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:2895324
    • 提供者:arthur
  1. kuaisuzishiyuzhifangfa2

    0下载:
  2. 这是对上次自适应阈值方法的改进,这是后来找到的-This is the last time adaptive threshold method of improvement, which is later found
  3. 所属分类:OpenCV

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

    0下载:
  2. 自己写的有关OpenCV中图像阈值处理Otsu法的函数,可以帮助初学者更好理解自适应阈值分割的原理。(写成了头文件形式可以直接调用)-Write my own functions related to the image OpenCV Otsu thresholding method can help beginners to better understand the principles of adaptive thresholding.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-05
    • 文件大小:43461
    • 提供者:Ian Bai
  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. adptive-cannny

    1下载:
  2. 结合canny算子的自适应阈值分割和边缘提取算法,matlab-Combined with canny operator prepared adaptive threshold segmentation edge extraction algorithm, matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1118
    • 提供者:孙佳贝
  1. test

    0下载:
  2. 频谱感知中基于自适应阈值的能量检测算法研究 频谱感知能力是认知无线电通信的一个重要前提和关键技术,而能量检测技术作为传统的信号检测方法的基础,具有容易实现,低计算复杂度,不需先验知识等优点,具有重要的研究价值和应用前景。-Energy Detection Algorithm
  3. 所属分类:matlab

    • 发布日期:2017-06-10
    • 文件大小:17348763
    • 提供者:韩杰
  1. threshold

    0下载:
  2. Opencv自适应阈值函数与规定阈值函数源码,可以通过滑动框调节,直观可靠-Opencv adaptive threshold function with a predetermined threshold value function source, by adjusting the sliding block, intuitive and reliable
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-12
    • 文件大小:1087
    • 提供者:toni
  1. Fingerprint-image-segmentation

    0下载:
  2. 指纹图像分割,讲指纹图像从信息量大的图片中分离出来,方便后续的图像预处理。采用自适应阈值分割。-Fingerprint Segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-12-14
    • 文件大小:1376256
    • 提供者:shawn
  1. adapativethreshold-vehicle-detection

    0下载:
  2. 运用自适应阈值的车型识别代码,非常简单实用,经过验证可以使用-Using an adaptive threshold model identification code, very simple and practical, it can be verified using
  3. 所属分类:OpenCV

    • 发布日期:2017-12-13
    • 文件大小:29118672
    • 提供者:shishunshun
  1. goqdiserftions

    0下载:
  2. 图象的自适应阈值化图象处理,计算出迭代次数 不错的源码-An adaptive threshold of an image processing, to calculate the number of iterations good source
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-20
    • 文件大小:19456
    • 提供者:Cubitks
  1. 125

    0下载:
  2. 主要是通过最大类间方差算法求解自适应阈值,非常好用-Mainly through the Otsu algorithm to solve the adaptive threshold, very easy to use
  3. 所属分类:Special Effects

    • 发布日期:2017-12-16
    • 文件大小:177152
    • 提供者:宋智钦
  1. GA优化BP权阈值

    0下载:
  2. 遗传算法优化BP权值,这是关于基本GA算法和改进GA算法的程序,包括循序选择GA,大变异GA,自适应GA等(Genetic algorithm optimization BP weights, which is about the basic GA algorithm and improved GA algorithm procedures, including sequential selection of GA, big variation GA, adaptive GA and so on
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-20
    • 文件大小:34816
    • 提供者:李胖子
  1. chengxu

    0下载:
  2. 利用最大类间方差算法求解自适应阈值,对图像进行分割(The Otsu algorithm is used to solve the adaptive threshold, and the image is segmented)
  3. 所属分类:图形图像处理

  1. 新建文件夹

    0下载:
  2. 将图像的灰度值归一化到0-1.可以用来作为自适应阈值等的预处理步骤。(The image's gray value is normalized to 0-1.)
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:2048
    • 提供者:奇玲
  1. 1

    0下载:
  2. 利用基于直方图的自适应阈值方法实现分割前景与背景a)设定三个不同阈值,直接观察分割结果; b) 利用统计直方图,得到一个自适应的阈值.(The segmentation foreground and background a are realized by using the histogram based adaptive threshold method, and three different thresholds are set, and the segmentation
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-07
    • 文件大小:46080
    • 提供者:林冲林冲
  1. curvelet

    0下载:
  2. CUrevelt去噪自己编写的软硬阈值去噪,自适应阈值去噪(curvelet image denosiing)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-08
    • 文件大小:124928
    • 提供者:ssdw213
  1. opencv

    0下载:
  2. opencv图片先灰度化,然后自适应阈值把图片变为黑白双色(二值化)。输出纯黑白图片(opencv The image is grayscale first, and then the adaptive threshold turns the picture into black and white (two value). Output pure black and white pictures)
  3. 所属分类:OpenCV

    • 发布日期:2018-04-29
    • 文件大小:385024
    • 提供者:hank001
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 18 »
搜珍网 www.dssz.com