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

搜索资源列表

  1. DoGfilters

    1下载:
  2. DoG(Difference of Gaussian)滤波算子,主要用于边缘特征提取,用于模式识别中的分割预处理。其主要参数为两个高斯函数的方差,针对方差设计可以对不同的图像特征情况下有不同的表现。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1.93kb
    • 提供者:wang
  1. scale-space.rar

    0下载:
  2. sift算子中高斯金字塔和DOG的生成,只是该算子的最初步骤,sift operator:the generation of Gaussian pyramid and DOG。it is only the first steps
  3. 所属分类:matlab例程

    • 发布日期:2017-03-28
    • 文件大小:1.66kb
    • 提供者:lili
  1. Implementation-of-SIFT-detection

    0下载:
  2. 摘要:针对SIFT 特征提取的硬件实现结构复杂、难以达到实时性的问题,提出一种改进的高斯金字塔构建方法,该方法从 构建高斯金字塔的原始意义出发,大幅减少了所需的运算时间和存储单元。同时提出并验证了合适的SIFT 参数配置,以及 具体的硬件优化和并行实现方案,使整个系统可以在一片单独的FPGA 芯片上实现。该系统读入串行像素数据流,输出关键 点的特征描述符,并采用256×256 的图像对其进行了仿真验证,结果表明完全达到了实时的效果。 关键词:特征点 实时 尺度不变特征变换 现场可
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:236.19kb
    • 提供者:李齐贤
  1. LaplaceGaussianPyramid

    0下载:
  2. 运用拉普拉斯高斯金字塔方法进行景象匹配,实验证明该法能满足实时性和准确性.-The use of Gaussian Laplacian pyramid scene matching methods, experimental proof of the Act can satisfy the real-time performance and accuracy.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2.09kb
    • 提供者:小苏
  1. SiftGPU_V340

    0下载:
  2. SiftGPU is an implementation of SIFT [1] for GPU. SiftGPU processes pixels parallely to build Gaussian pyramids and detect DoG Keypoints. Based on GPU list generation, SiftGPU then uses a GPU/CPU mixed method to efficiently build compact keypoint lis
  3. 所属分类:Other systems

    • 发布日期:2017-05-22
    • 文件大小:6.66mb
    • 提供者:picab
  1. siftdemo

    0下载:
  2. 改程序采用C语言编写SIFT算法,包含完整的从图像高斯金字塔、DOG、空间极值点提取、关键点描述、KDtree匹配等关键步骤的全部函数实现,对全面深入理解Lowe的SIFT算法有莫大帮助。-Change the use of C language program SIFT algorithm, contains the complete Gaussian pyramid from the image, DOG, space extremum point extraction, descr ipt
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:12.34kb
    • 提供者:tjy
  1. DoG

    0下载:
  2. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:1.84mb
    • 提供者:denny
  1. DoGfilters

    0下载:
  2. DOG高斯差分实现物体识别中的特征提取,对不同尺度空间的图像进行差分,从而获得描述物体的特征值-difference of gaussian to achieve the feature point exaction of object recognition
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1.93kb
    • 提供者:lily
  1. SiftGPU-V360

    0下载:
  2. SiftGPU 是SIFT特征为GPU执行。 SiftGPU进程像素平行建立高斯金字塔的技术要点。基于GPU的清单生成,SiftGPU然后使用的GPU / CPU的混合方法,有效地建立紧密特征点的名单。并行处理技术要点最后得到他们的方向和描述。-SiftGPU is an implementation of SIFT for GPU. SiftGPU processes pixels parallely to build Gaussian pyramids and detect DoG Key
  3. 所属分类:Graph program

    • 发布日期:2017-05-17
    • 文件大小:4.81mb
    • 提供者:RockZhou
  1. SiftGPU-V370

    0下载:
  2. 使用gpu、cpu并行进行sift算子计算匹配,能够在原来的基础上加速处理,但对显卡要求较高,具体环境配置使用方法可以参照mannual-SiftGPU is an implementation of SIFT [1] for GPU. SiftGPU processes pixels parallely to build Gaussian pyramids and detect DoG Keypoints. Based on GPU list generation[3], SiftGPU th
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5.05mb
    • 提供者:周金强
  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. DoG-filters

    0下载:
  2. matlab 的 Difference of Gaussian 算法实现,很常用的算法-matlab the Difference of Gaussian algorithm, it is commonly used algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:1.75kb
    • 提供者:周凯
  1. SiftGPU-V380

    0下载:
  2. GPU版的klt光流算法,能够快速的完成sift 算法 ,需要显卡支持-SIFTGPU is an implementation of SIFT for GPU. SiftGPU uses GPU to process pixels and features parallely in Gaussian pyramid construction, DoG keypoint detection and descr iptor generation for SIFT. Compac
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-19
    • 文件大小:5.09mb
    • 提供者:wangxi
  1. DoG

    0下载:
  2. DOG检测算子,能够构造高斯尺度空间,并检测其中的极值,从而得到有价值的特征点位置-DOG detection operator, the Gaussian scale space can be constructed, and tested one of the extremes, resulting in valuable feature position
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:24.72kb
    • 提供者:ll
  1. avito

    0下载:
  2. 基于OPENCV的SIFT特征提取与匹配算法。包含完整的从图像高斯金字塔、DOG、空间极值点提取、关键点描述、KDtree匹配等关键步骤的全部函数实现,对全面深入理解Lowe的SIFT算法有莫大帮助。-OPENCV based SIFT feature extraction and matching algorithms. Extracted from the image Gaussian pyramid, DOG, space extremum point contains a complet
  3. 所属分类:CSharp

    • 发布日期:2017-11-11
    • 文件大小:3.82mb
    • 提供者:张余
  1. DoG

    0下载:
  2. MATLAB编写的图像DOG处理程序。处理生成图像的高斯差分图-DOG written in MATLAB image processing program. Image processing for generating the Gaussian difference image
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1.84mb
    • 提供者:shxdsg
  1. DOG

    0下载:
  2. DOG高斯金字塔,用于图像处理的sift算法,surf算法等-DOG Gaussian pyramid, sift algorithm for image processing, surf algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1.36kb
    • 提供者:贾宁
  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. DoG

    0下载:
  2. 高斯模糊是一种图像滤波器,它使用正态分布(高斯函数)计算模糊模板,并使用该模板与原图像做卷积运算,达到模糊图像的目的-Gaussian blur filter is a kind of image, it uses the normal distribution (gaussian function) to calculate fuzzy template, and use the template and the original image for convolution operation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1.84mb
    • 提供者:DAVID MORGAN
  1. How to apply Difference of Gaussian(DoG)

    0下载:
  2. A Neutrosophic Image segmentation book
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:166kb
    • 提供者:erode
« 12 »
搜珍网 www.dssz.com