CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - local descriptor

搜索资源列表

  1. daisy

    2下载:
  2. daisy是08年新提出来的特征描述符算法,常用在图像匹配等领域中。文件包含算法的PDF文档和算法提出者编写的相应matlab程序,大家可以根据自己的需要来利用。-A Fast Local Descr iptor for Dense Matching,2008.
  3. 所属分类:Special Effects

    • 发布日期:2015-09-30
    • 文件大小:9.65mb
    • 提供者:newhope
  1. jjh.tar

    0下载:
  2. We show that i s possible to estimate depth from two wide baseline images using a dense descr iptor. Our local descr iptor, called DAISY, is very fast and efficient to compute. It depends on histograms of gradients like SIFT and GLOH but uses a Gauss
  3. 所属分类:Special Effects

    • 发布日期:2017-05-24
    • 文件大小:7.77mb
    • 提供者:na
  1. demo_ASIFT_src.tar

    0下载:
  2. 本代码用来计算一种局部描述子ASIFT,ASIFT是SIFT的改进。相比于SIFT,ASIFT具有更好的仿射不变性,但计算复杂度也更高。-ASIFT(affine sift)is a kind of local descr iptor, which has a better affine invariant property. But the computation complexity of ASIFT is higher than SIFT.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:763.88kb
    • 提供者:朱小小
  1. MARK_ImagePyramids

    0下载:
  2. SIFT图像特征提取的图像预处理步骤:构建图像构建高斯金字塔,相邻层相减得到DOG金字塔,在DOG金字塔3x3x3的邻域内寻找局部极值点,供进一步计算SIFT特征描述子使用。工程运行于VS2008环境,需要OpenCV支持。Debug目下exe文件可以直接双击运行查看结果。-SIFT image feature extraction image preprocessing steps: build image Gaussian pyramid, subtracting the adjacent
  3. 所属分类:Special Effects

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

    0下载:
  2. 论文,摄像机之间基于区域SIFT描述子的目标匹配,可以参考。-Thesis,the title is "objective matching based on local SIFT descr iptor between different camera"
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:971.35kb
    • 提供者:蓝天
  1. POEM

    0下载:
  2. POEM一种新提出的局部特征描述子,是对LBP的一种提升-POEM a new local feature descr iptor, an increase of LBP
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1.2mb
    • 提供者:杨贞
  1. siftDemoV4

    0下载:
  2. sift算子 图像局部特征描述子 可用于图像匹配-sift operator image local feature descr iptor can be used for image matching
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:368.21kb
    • 提供者:江淘
  1. src_mrogh

    0下载:
  2. 旋转不变描述子,在PAMI上发表,文章作者编写的源码。-An implementation of MROGH descr iptor For more information, refer to: Bin Fan, Fuchao Wu and Zhanyi Hu, Aggregating Gradient Distributions into Intensity Orders: A Novel Local Image Descr iptor,
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:5.4kb
    • 提供者:dong
  1. dominant_color_local

    1下载:
  2. 局部主颜色描述符实现源码,根据主颜色描述符来比较两张图片的相似度- Local dominant color descr iptor implementation source code, and the similarity of the operator to compare two pictures based on the dominant color descr iption
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-07-18
    • 文件大小:2.69kb
    • 提供者:周重重
  1. repeatability_demo

    0下载:
  2. 对应Mikolajczyk文章中关于局部描述子的重复率的计算-compute the repeatability of local descr iptor
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:13.44mb
    • 提供者:Nuoyoung
  1. flddm

    0下载:
  2. fast local descr iptor for dense matching
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:723.2kb
    • 提供者:LI HUA
  1. SIFT_matlabe1

    0下载:
  2. This a MATLAB implementation of the SIFT keypoint detector and descr iptor -do_gaussian: generate Gaussian scale space of input image do_diffofg: generate Difference of Gaussian (DoG) scale space do_localmax: local extrema as the potential keyp
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1.2mb
    • 提供者:崔雪红
  1. LineMatchingSourceCode

    0下载:
  2. 图像匹配是图像处理的基本问题,同时也一个难点,本代码是基于直线描述子的场景匹配。-Line segment matching plays an important role in image processing and computer vision, while it remains a challenging task for images under various transformations. In this work, we present a line matching alg
  3. 所属分类:Special Effects

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

    0下载:
  2. SIFT,即尺度不变特征变换(Scale-invariant feature transform,SIFT),是用于图像处理领域的一种描述。这种描述具有尺度不变性,可在图像中检测出关键点,是一种局部特征描述子。[1] 该方法于1999年由David Lowe[2] 首先发表于计算机视觉国际会议(International Conference on Computer Vision,ICCV),2004年再次经David Lowe整理完善后发表于International journal of c
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1.94mb
    • 提供者:terigen
  1. Fast-Local-Descriptor-

    0下载:
  2. DAISY has a matlab implementation now.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:192.77kb
    • 提供者:adamusi
  1. similarityDescriptor

    0下载:
  2. (cvpr)Matching Local Self-Similarities descr iptor自相似描述子-(cvpr)Matching Local Self-Similarities across Images and Videos
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2.38kb
    • 提供者:yanxingzhe
  1. one

    0下载:
  2. 基于叶片数字图像的植物识别是自动植物分类研究的热点。但是随着植物种类的增加,传统的分类方法由 于提取的特征比较单一或者分类器结构过于简单,导致叶片识别率较低。为此,本文提出使用纹理特征结合形状 特征进行识别,并且使用深度信念网络构架作为分类器。纹理特征通过局部二值模式、Gabor 滤波和灰度共生矩阵 方法得到。而形状特征向量由 Hu 氏不变量和傅里叶描述子组成。为了避免过拟合现象,使用“dropout”方法训练 深度信念网络。这种基于多特征融合的深度信念网络的植物识别方法-Plant based
  3. 所属分类:Special Effects

    • 发布日期:2017-05-05
    • 文件大小:369.1kb
    • 提供者:hahah
  1. siftDemoV4

    0下载:
  2. SIFT,即尺度不变特征变换(Scale-invariant feature transform,SIFT),是用于图像处理领域的一种描述。这种描述具有尺度不变性,可在图像中检测出关键点,是一种局部特征描述子。(SIFT, the scale invariant feature transform (Scale-invariant, feature, transform, SIFT), is a descr iption of the field of image processing. Thi
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-29
    • 文件大小:450kb
    • 提供者:勾践1
  1. Tper prentod

    1下载:
  2. This paper presents a novel active contour model in a variational level set formulation for simultaneous segmentation and bias field estimation of medical images. An energy function is formulated based on improved Kullback-Leibler distance (KLD) wi
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-26
    • 文件大小:2.33mb
    • 提供者:song86
  1. sift

    0下载:
  2. 原版的SIFT算法。SIFT,即尺度不变特征变换(Scale-invariant feature transform,SIFT),是用于图像处理领域的一种描述。这种描述具有尺度不变性,可在图像中检测出关键点,是一种局部特征描述子。 该方法于1999年由David Lowe 首先发表于计算机视觉国际会议(International Conference on Computer Vision,ICCV),2004年再次经David Lowe整理完善后发表于International journa
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-05
    • 文件大小:998kb
    • 提供者:fade-war
« 12 »
搜珍网 www.dssz.com