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

搜索资源列表

  1. Corner

    0下载:
  2. 一种比较好用的边缘检测方法CORNER Find corners in tensity image. % CORNER works by the following step: % 1. Apply the Canny edge detector to the gray level image and obtain a % binary edge-map. % 2. Extract the edge contours from the edge-map, fill the ga
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:77.5kb
    • 提供者:林蛋大
  1. SUSANCorner

    0下载:
  2. SUSAN角点检测程序,基于像素临域包含若干元素的近似圆形模板,对每个像素基于该模板领域的图像灰度计算角点响应函数(CRF)的数值,如果大于某阈值且为局部极大值,则认为该点为角点。-SUSAN corner detection procedures, pixel-based Pro Domain contains a number of elements in quasi-circular template, the value of each pixel based on the templa
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:3.15kb
    • 提供者:nana
  1. KernelTracking

    0下载:
  2. A new approach toward target representation and localization, the central component in visual tracking of non-rigid objects, is proposed. The feature histogram based target representations are regularized by spatial masking with an isotropic kern
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2.65mb
    • 提供者:
  1. Atoolbox

    0下载:
  2. A collection of functions is presented which includes 2nd generation wavelet decomposition and reconstruction tools for images as well as functions for the computation of moment invariants. The wavelet schemes rely on the lifting scheme of Sweldens.
  3. 所属分类:Wavelet

    • 发布日期:2017-03-26
    • 文件大小:579kb
    • 提供者:yuan
  1. Tracking

    0下载:
  2. 提出一种新的目标表示和定位方法,该方法是非刚体跟踪的核心技术.利用均质空间掩膜规范基于特征直方图的目标表示,该掩膜引入了适合于梯度优化的空间平滑相似函数,所以可以将目标定位问题转换为局部极大值求解问题.我们利用从Bhattacharyya系数倒出的规则作为相似度量,利用mean shift procedure完成优化求解.在给出的测试用例中, 本文方法成功解决了相机移动,阴影,以及其他的图象噪声干扰.文章对运动滤波和数据关联技术的集成也进行了讨论.-A new objective and pos
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-12
    • 文件大小:2.58mb
    • 提供者:maolei
  1. Separately_based_on_wavelet

    0下载:
  2. 基于小波变换的分开—合并图像分割matlab .采用多尺度小波变换系数作为四分树结构的分开一合并法图像分割的一致性度量 从而在大的图像块中。去除噪声的影响,在小的图像块中,以小波变换的局部极大值精确定位边缘,根据边缘信息进行分开一合并法图像分割 .实验表明.算法得到满意的结果 . -Separately based on wavelet transform- the combined image segmentation matlab. The use of multi-scale wa
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:123.38kb
    • 提供者:陳子力
  1. localmax_kill

    0下载:
  2. 基于概率推断的全局轮廓检测技术的研究中的部分程序,其中以canny源代码为主程序,可以自己下载-Probability-based global inference in contour detection technology to find local maxima and the removal of a small edge
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1.3kb
    • 提供者:pei
  1. localMaximum

    1下载:
  2. 利用膨胀的方法找到局部极大值,可用于一维或多维信号的处理。-Expansion of the method used to find local maxima, can be used for one-dimensional or multidimensional signal processing.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1.14kb
    • 提供者:zzg
  1. coraseHarrisMaxEx

    0下载:
  2. 利用opencv实现改进harris局部极大值抑制,针对opencv自带角点检测作出一定改进。-Improved Harris local maxima suppression
  3. 所属分类:OpenCV

    • 发布日期:2015-06-26
    • 文件大小:3kb
    • 提供者:王成
  1. sig

    0下载:
  2. 用于寻找信号峰值位置,返回信号峰值所在位置。-etect Peaks and Depressions in a signal returns peaks and depressions (local maxima and minimum) in the input signal.
  3. 所属分类:Wavelet

    • 发布日期:2017-04-12
    • 文件大小:1.45kb
    • 提供者:luoji
  1. persistence1d_v1.1

    0下载:
  2. Persistence1D is a class for finding local extrema and their persistence in one-dimensional data. Local minima and local maxima are extracted, paired, and sorted according to their persistence.
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-03
    • 文件大小:659.39kb
    • 提供者:nelfylee
  1. image-segmentation

    1下载:
  2. 采用分水岭算法对图像进行分割。直接对图像进行分水岭算法,效果并不理想。本方法使用形态学重建技术对前景对象进行标记,求局部极大值,最终将分割好的图像进行伪彩色显示,让结果更加明显。适用于较复杂的图像分割处理。-Using watershed algorithm for image segmentation. Watershed algorithm for image directly, the effect is not ideal. This method uses morphological
  3. 所属分类:Special Effects

    • 发布日期:2016-05-24
    • 文件大小:116kb
    • 提供者:
  1. Watershed-algorithm

    0下载:
  2. 改进的分水岭分割算法,其中使用开闭运算,修改局部极大值-Improved watershed segmentation algorithm, in which opening and closing operation, modify the local maxima
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1.37kb
    • 提供者:孙小明
  1. Corner

    0下载:
  2. 1。将Canny边缘检测器应用于灰度图像,得到二值边缘图。 2。从边缘图中提取边缘轮廓,填补等高线上的空白。 三.计算每个轮廓的低曲率以保持所有真实的角,所有曲率的局部极大值被认为是初始角点。 4。使用自适应局部阈值来去除初始角点,以去除圆角。 5。角候选的角度进行评估,以消除任何虚假角落由于量化噪声和琐碎的细节。上述评价基于一个动态的支持区域,该区域根据其相邻的角候选对象进行更改。 6。轮廓线的端点被认为有附加的标准。(1. Apply the Canny edge detector
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-05
    • 文件大小:107kb
    • 提供者:下一秒
搜珍网 www.dssz.com