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

搜索资源列表

  1. ShotDetect

    1下载:
  2. 一个实现视频关键帧提取算法的类,用C++实现,基本思想还是双阈值方法-A class which realize the algorithm to check out the key frame of video is written by c++. The basal idea of the algorithm is based on double threshold.
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:2793
    • 提供者:方平
  1. grid_segmentation.zip

    0下载:
  2. This paper presents a novel segmentation algorithm for metallographic images, especially those objects without regular boundaries and homogeneous intensity. In metallographic quantification, the complex microstructures make the conventional approache
  3. 所属分类:Windows编程

    • 发布日期:2011-05-05
    • 文件大小:712264
    • 提供者:jjrs05
  1. Image Segmentation Using Iterative Watersheding

    0下载:
  2. This paper presents a novel segmentation algorithm for metallographic images, especially those objects without regular boundaries and homogeneous intensity. In metallographic quantification, the complex microstructures make the conventional approache
  3. 所属分类:源码下载

    • 发布日期:2011-05-05
    • 文件大小:712264
    • 提供者:jjrs05
  1. MATLAB--Endpoint-Detection-

    0下载:
  2. 介绍了端点检测的基本方法:基于短时能量的、基于短时过零率的、双门限检测的方法-Describes the basic method of endpoint detection: Based on short-term energy, zero crossing rate based on short-term, double threshold detection method
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:4893
    • 提供者:mayday
  1. matlab

    0下载:
  2. 双门限法检测离散语音端点,方法简单,易实现,常用语低噪环境-Double threshold discrete speech endpoint detection method is simple and easy to implement, low-noise environment commonly used terms
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-29
    • 文件大小:925
    • 提供者:黄新
  1. shuangmenxianjiance

    2下载:
  2. 基于双门限的能量检测算法,实现在各种信道环境下的仿真-Energy based on double threshold detection algorithm, implemented in various channel environments Simulation
  3. 所属分类:matlab

    • 发布日期:2014-05-12
    • 文件大小:56320
    • 提供者:anne
  1. double-threshold

    2下载:
  2. 本代码是关于认知无线电系统中能量检测中的双门限检测的,代码清晰易懂,频谱感知入门时可以看看。-double threshold in energy detection
  3. 所属分类:matlab

    • 发布日期:2014-05-10
    • 文件大小:7168
    • 提供者:changguobin
  1. vad

    0下载:
  2. 基于双门限比较法的端点检测程序,使用matlab7编写!-Comparison method based on double threshold endpoint testing procedures, the use matlab7 write!
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:814
    • 提供者:于军
  1. endpoint

    1下载:
  2. 计算语音信号的端点 采用双门限法进行检测-Speech signal endpoint computing double-threshold detection method
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-10
    • 文件大小:1363
    • 提供者:阿飞
  1. Motion_Detection

    0下载:
  2. Motion detection results If you double-click the Switch block so that the signal is connected to the SAD side, the Video Viewer block displays the SAD values, which represent the absolute value of the difference between the current and pr
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-01
    • 文件大小:11434
    • 提供者:radim.rh
  1. ImageMatrix

    0下载:
  2. 图像的矩阵运算 用于图像像素的尺度变换,归一化;图像读取,阈值分割,矩阵的加减乘数运算,以及图像的读写;数据类型支持int,double,以及复数complex类型-Image matrix operations for image pixels scale transformation, normalization image reads, threshold segmentation, the multiplier matrix addition and subtraction opera
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:126810
    • 提供者:Jack
  1. canny

    0下载:
  2. 最优的阶梯型边缘检测算法(canny边缘检测) 1.Canny边缘检测基本原理 (1)图象边缘检测必须满足两个条件:一能有效地抑制噪声;二必须尽量精确确定边缘的位置。 (2)根据对信噪比与定位乘积进行测度,得到最优化逼近算子。这就是Canny边缘检测算子。 (3)类似与Marr(LoG)边缘检测方法,也属于先平滑后求导数的方法。 2.Canny边缘检测算法: step1:用高斯滤波器平滑图象; step2:用一阶偏导的有限差分来计算梯度的幅值和方向;
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1271572
    • 提供者:lx
  1. quyufenge

    0下载:
  2. 区域分割与目标提取的源代码,包含了单阀值和双阀值二值化处理,直方图图形化,图像反转等功能!-Segmentation and object extraction of the source code, including the single-and double-threshold binarization threshold, histogram graphic, image inversion and other features!
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:5038
    • 提供者:沈国峰
  1. Canny

    0下载:
  2. 采用Canny算法进行边缘检测。1用高斯滤波器平滑图像。2用一阶偏导的有限差分3对梯度幅度进行非极大值抑制。4用双阈值。5采用高斯平滑函数-Canny edge detection algorithm used. A smooth image with a Gaussian filter. 2 with the first-order partial derivatives of the finite difference gradient magnitude 3 on the non-maxi
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2152025
    • 提供者:吴婵
  1. canny

    0下载:
  2. 自己实现的canny边缘检测算子,包括高斯滤波,非极大值抑制,双阈值处理,边缘细化等步骤。-Own implementation of canny edge detection operator, including the Gaussian filtering, non-maxima suppression, double threshold, edge thinning step.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:2324
    • 提供者:pxjy
  1. riham

    0下载:
  2. image processing by using threshold by using signal threshold and double threshold
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1146601
    • 提供者:memo
  1. segment

    0下载:
  2. 各种图像分割的方法,有单阈值,双阈值,自适应阈值等-A variety of image segmentation methods, a single threshold, double threshold, adaptive threshold, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2821480
    • 提供者:tingting
  1. wavelet-and-double-threshold

    1下载:
  2. 小波模极大值结合双阈值边缘检测,利用canny边缘检测原理-edge detection based on wavelet modulus maximum and double threshold
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1757
    • 提供者:岳龙门
  1. double-threshold-segmentation

    0下载:
  2. sar图像处理中的双阈值分割算法的matlab实现代码-Double threshold segmentation algorithm of SAR image processing of matlab code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:1935
    • 提供者:曹芳
  1. double-threshold

    0下载:
  2. 双阈值分割算法,很简单,可以完成对大部分图像的分割。-double threshold image segmention
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:263555
    • 提供者:徐涛
« 12 3 4 »
搜珍网 www.dssz.com