Location:
Search - gaussian dog
Search list
Description: DoG(Difference of Gaussian)滤波算子,主要用于边缘特征提取,用于模式识别中的分割预处理。其主要参数为两个高斯函数的方差,针对方差设计可以对不同的图像特征情况下有不同的表现。
Platform: |
Size: 1976 |
Author: wang |
Hits:
Description: 基于OPENCV的SIFT特征提取与匹配算法。包含完整的从图像高斯金字塔、DOG、空间极值点提取、关键点描述、KDtree匹配等关键步骤的全部函数实现,对全面深入理解Lowe的SIFT算法有莫大帮助。程序运行前须安装(1)OpenCV: http://opencvlibrary.sourceforge.net
(2)SIFT: http://web.engr.oregonstate.edu/~hess/index.html,并配置其环境参数。-OPENCV the SIFT-based feature extraction and matching algorithm. Contains a complete Gaussian pyramid from the image, DOG, space extremum point extraction, description of key points, KDtree matching key step in the realization of the full function of the comprehensive and in-depth understanding of Lowe s SIFT algorithm of tremendous help. Program to run before the installation of (1) OpenCV: http://opencvlibrary.sourceforge.net (2) SIFT: http://web.engr.oregonstate.edu/ ~ hess/index.html, and configure the parameters of their environment.
Platform: |
Size: 279552 |
Author: 马丁 |
Hits:
Description: DoG(Difference of Gaussian)滤波算子,主要用于边缘特征提取,用于模式识别中的分割预处理。其主要参数为两个高斯函数的方差,针对方差设计可以对不同的图像特征情况下有不同的表现。-DoG (Difference of Gaussian) filtering operator, the edge feature extraction is mainly used for pattern recognition of the partition pretreatment. The main parameters for the two Gaussian function of variance, the variance for design characteristics of the different images have different circumstances performance.
Platform: |
Size: 2048 |
Author: wang |
Hits:
Description: 运用拉普拉斯高斯金字塔方法进行景象匹配,实验证明该法能满足实时性和准确性.-The use of Gaussian Laplacian pyramid scene matching methods, experimental proof of the Act can satisfy the real-time performance and accuracy.
Platform: |
Size: 2048 |
Author: 小苏 |
Hits:
Description: sift算子中高斯金字塔和DOG的生成,只是该算子的最初步骤-sift operator:the generation of Gaussian pyramid and DOG。it is only the first steps
Platform: |
Size: 2048 |
Author: lili |
Hits:
Description: 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 lists. Finally keypoints are processed parallely to get their orientations and descriptors.-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 lists. Finally keypoints are processed parallely to get their orientations and descriptors.
Platform: |
Size: 6984704 |
Author: picab |
Hits:
Description: 改程序采用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, description of key points, KDtree match the key steps to achieve the full function of the comprehensive and in-depth understanding of Lowe' s SIFT algorithm has great帮助.
Platform: |
Size: 12288 |
Author: tjy |
Hits:
Description:
Platform: |
Size: 1930240 |
Author: denny |
Hits:
Description: DOG高斯差分实现物体识别中的特征提取,对不同尺度空间的图像进行差分,从而获得描述物体的特征值-difference of gaussian to achieve the feature point exaction of object recognition
Platform: |
Size: 2048 |
Author: lily |
Hits:
Description: 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 Keypoints. Based on GPU list generation, SiftGPU then uses a GPU/CPU mixed method to efficiently build compact keypoint lists. Finally keypoints are processed parallely to get their orientations and descriptors.
Platform: |
Size: 5048320 |
Author: RockZhou |
Hits:
Description: 使用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 then uses a GPU/CPU mixed method to efficiently build compact keypoint lists. Finally keypoints are processed parallely to get their orientations and descriptors.
SiftGPU is inspired by Andrea Vedaldi s sift++[2] and Sudipta N Sinha et al s GPU-SIFT[4] . Many parameters of sift++ ( for example, number of octaves, number of DOG levels, edge threshold, etc) are also available in SiftGPU. The shader programs are dynamically generated according to the parameters that user specified.
SiftGPU also includes a GPU exhaustive/guided sift matcher SiftMatchGPU. It basically multiplies the descriptor matrix on GPU and find closest feature matches on GPU. Both GLSL and CUDA implementations are provided.
Platform: |
Size: 5296128 |
Author: 周金强 |
Hits:
Description: SIFT图像特征提取的图像预处理步骤:构建图像构建高斯金字塔,相邻层相减得到DOG金字塔,在DOG金字塔3x3x3的邻域内寻找局部极值点,供进一步计算SIFT特征描述子使用。工程运行于VS2008环境,需要OpenCV支持。Debug目下exe文件可以直接双击运行查看结果。-SIFT image feature extraction image preprocessing steps: build image Gaussian pyramid, subtracting the adjacent layer get to DOG pyramid, in the DOG pyramid 3x3x3 neighborhood of finding local extreme point for further calculations using the SIFT feature descriptor. This project runs under VS2008 with OpenCV. Double click the exe file under Debug folder to check the final result.
Platform: |
Size: 2867200 |
Author: |
Hits:
Description: matlab 的 Difference of Gaussian 算法实现,很常用的算法-matlab the Difference of Gaussian algorithm, it is commonly used algorithm
Platform: |
Size: 2048 |
Author: 周凯 |
Hits:
Description: 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 descriptor generation
for SIFT. Compact feature list is efficiently build through a GPU/CPU mixed reduction.
Platform: |
Size: 5332992 |
Author: wangxi |
Hits:
Description: DOG检测算子,能够构造高斯尺度空间,并检测其中的极值,从而得到有价值的特征点位置-DOG detection operator, the Gaussian scale space can be constructed, and tested one of the extremes, resulting in valuable feature position
Platform: |
Size: 25600 |
Author: ll |
Hits:
Description: MATLAB编写的图像DOG处理程序。处理生成图像的高斯差分图-DOG written in MATLAB image processing program. Image processing for generating the Gaussian difference image
Platform: |
Size: 1929216 |
Author: shxdsg |
Hits:
Description: DOG高斯金字塔,用于图像处理的sift算法,surf算法等-DOG Gaussian pyramid, sift algorithm for image processing, surf algorithm
Platform: |
Size: 1024 |
Author: 贾宁 |
Hits:
Description: This a MATLAB implementation of the SIFT keypoint detector and descriptor -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 keypoints
do_extrefine: refine the keypoints by discarding the ones with low contrast and along an edge
do_orientation: compute the orientation of a support region of keypoint
do_descriptor: compute the descriptor of a keypoint based on image gradients.
do_match: match two images based on the nearest neighbor principle and spatial consistency.
do_sift: generate the SIFT descriptors for a given input image. It basically s all the functions above.
Platform: |
Size: 1257472 |
Author: 崔雪红 |
Hits:
Description: 高斯模糊是一种图像滤波器,它使用正态分布(高斯函数)计算模糊模板,并使用该模板与原图像做卷积运算,达到模糊图像的目的-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, achieve the goal of blurred image
Platform: |
Size: 1929216 |
Author: DAVID MORGAN |
Hits:
Description: A Neutrosophic Image segmentation book
Platform: |
Size: 169984 |
Author: erode
|
Hits: