Welcome![Sign In][Sign Up]
Location:
Search - sift David Lowe

Search list

[Other resourcesift-latest_win

Description: Rob Hess 開發的SIFT Feature Detector程式 These functions also work with image feature files from both David Lowe s SIFT detector and the Oxford VGG s affine covariant feature detectors. http://web.engr.oregonstate.edu/~hess/index.html
Platform: | Size: 565225 | Author: Michael | Hits:

[Special Effectslibsift-1.8.tar

Description: The SIFT feature detection algorithm has been invented and published by David Lowe at the University of British Columbia. A detailed account of the complete algorithm is available at http://www.cs.ubc.ca/~lowe/papers/ijcv03-abs.html -The SIFT feature detection algorithm has been invented and published by DavidLowe at the University of British Columbia. A detailed account of the completealgorithm is available at http://www.cs.ubc.ca/ ~ lowe/papers/ijcv03-abs.html
Platform: | Size: 126976 | Author: painfulresult | Hits:

[Industry researchSIFT_Papers

Description: 自从David G. Lowe提出SIFT算法。有很多解释说明,应用和发展。这里搜集了主要有贡献的文章。
Platform: | Size: 7616512 | Author: Wei | Hits:

[.netsift-latest_win

Description: Rob Hess 開發的SIFT Feature Detector程式 These functions also work with image feature files from both David Lowe s SIFT detector and the Oxford VGG s affine covariant feature detectors. http://web.engr.oregonstate.edu/~hess/index.html-Rob Hess developed SIFT Feature Detector program These functions also work with image feature files from both David Lowe s SIFT detector and the Oxford VGG s affine covariant feature detectors.http:// web.engr.oregonstate.edu/~ hess/index. html
Platform: | Size: 565248 | Author: Michael | Hits:

[Special Effectslowe_keysV3.tar

Description: This directory contains a research implementation of the SIFT software for invariant keypoint detection described in papers by David Lowe. See the web page at http://www.cs.ubc.ca/~lowe/keypoints/ for references to the latest papers
Platform: | Size: 156672 | Author: chien | Hits:

[Special EffectsSIFTGPU

Description: A GPU implementation of David Lowe s Scale Invariant Feature Transform compiled on graphics cards 需要显卡芯片支持fp40/vp40,如nvidia 7900, 8800或以上-A GPU implementation of David Lowe s Scale Invariant Feature Transform compiled on graphics cards to support the needs of graphics chips fp40/vp40, such as the nvidia 7900, 8800 or more
Platform: | Size: 8174592 | Author: 马江林 | Hits:

[Multimedia DevelopJava_SIFT-src

Description: A lightweight SIFT-implementation for Java after the paper of David Lowe (2004). The ImageJ plugin can be used for rigidly aligning image stacks.
Platform: | Size: 68608 | Author: chenglong | Hits:

[Special EffectsSIFT

Description: Distinctive Image Features from Scale-Invariant Keypoints David G. Lowe 这是一个很好的图象匹配算法(SIFT),同时能处理亮度、平移、旋转、尺度的变化,利用特征点来提取特征描述符,最后在特征描述符之间寻找匹配。 -Distinctive Image Features from Scale-Invariant Keypoints David G. Lowe 这是一个很好的图象匹配算法(SIFT),同时能处理亮度、平移、旋转、尺度的变化,利用特征点来提取特征描述符,最后在特征描述符之间寻找匹配。
Platform: | Size: 51200 | Author: Deng Fu Qin | Hits:

[DocumentsDistinctiveImageFeaturesfromScale-Invariant

Description: David G. Lowe对SIFT算法进行完善的英文文章,研究图像拼接的应该仔细读一下。-David G. Lowe for SIFT algorithm to improve the English articles, research image mosaic should be read carefully.
Platform: | Size: 490496 | Author: quanshuiwusheng | Hits:

[Special Effectssiftdavidlowe

Description: 这是sift算法的创始人David Lowe的所有文章,很有用哦-This is the paper writed by David Lowe who introduced the sift 。
Platform: | Size: 31950848 | Author: yanyan | Hits:

[Special EffectsSIFT

Description: 两份SIFT的重要资料:Distinctive Image Features from Scale-Invariant Keypoints(by David G. Lowe),SIFT特征匹配技术讲义(by 赵辉)-SIFT two important information: Distinctive Image Features from Scale-Invariant Keypoints (by David G. Lowe), SIFT feature matching technical notes (by Zhao Hui)
Platform: | Size: 2062336 | Author: | Hits:

[OthersiftDemoV4

Description: David Lowe s SIFT Demo
Platform: | Size: 2211840 | Author: denny | Hits:

[Special Effectssift-C

Description: David G. Lowe 的SIFT算法实现。 这个用纯c编写,不实用matlab,方便调用。-David G. Lowe' s SIFT algorithm. The pure c written impractical matlab, easy call.
Platform: | Size: 243712 | Author: lyn | Hits:

[Graph program1object-recognition-from-sift-D.G.LOWE

Description: david lowe article about sift object recognition from sift D.G.LOWE-david lowe article about sift object recognition from sift D.G.LOWE
Platform: | Size: 456704 | Author: neomax | Hits:

[OpenCVSIFT

Description: Sift implementation with opencv, this method Applys David Lowe s Scale Invariant Feature Transform (SIFT) algorithm to a grayscale image. -Sift implementation with opencv, this method Applys David Lowe s Scale Invariant Feature Transform (SIFT) algorithm to a grayscale image.
Platform: | Size: 8192 | Author: mazoul82 | Hits:

[Special EffectsSIFT

Description: Apply David Lowe s Scale Invariant Feature Transform (SIFT) algorithm to a grayscale image. This algorithm takes a grayscale image as input and returns a set of scale- and rotationally invariant keypoints allong with their corresponding feature descriptors.-Apply David Lowe s Scale Invariant Feature Transform (SIFT) algorithm to a grayscale image. This algorithm takes a grayscale image as input and returns a set of scale- and rotationally invariant keypoints allong with their corresponding feature descriptors.
Platform: | Size: 9216 | Author: mazoul82 | Hits:

[matlabSIFT方法进行特征匹配

Description: 尺度不变特征转换是一种计算机视觉的算法用来侦测与描述影像中的局部性特征,它在空间尺度中寻找极值点,并提取出其位置、尺度、旋转不变量,此算法由 David Lowe 在1999年所发表,2004年完善总结。程序已调通,在match.m中改变所处理图片的名称即可。相关参考文献已上传本网站,Distinctive Image Features Scale-Invariant Keypoints
Platform: | Size: 3632441 | Author: baishibailing | Hits:

[Report papersDistinctive Image Features Scale-Invariant Keypoints

Description: sift算法由 David Lowe 在1999年所发表,2004年完善总结。该压缩文件包括他的经典论文,附带一篇中文翻译但不太准确,仅供参考。其对应开源代码已上传本网站并调通。
Platform: | Size: 1342972 | Author: baishibailing | Hits:

[Special Effectssift

Description: 原版的SIFT算法。SIFT,即尺度不变特征变换(Scale-invariant feature transform,SIFT),是用于图像处理领域的一种描述。这种描述具有尺度不变性,可在图像中检测出关键点,是一种局部特征描述子。 该方法于1999年由David Lowe 首先发表于计算机视觉国际会议(International Conference on Computer Vision,ICCV),2004年再次经David Lowe整理完善后发表于International journal of computer vision(IJCV) 。截止2014年8月,该论文单篇被引次数达25000余次(SIFT, the scale invariant feature transform (Scale-invariant feature transform, SIFT), is a description for image processing This description is scale invariant, and it can detect key points in images. It is a local feature descriptor. The method was first published by David Lowe in International Conference on Computer Vision (ICCV) in 1999. In 2004, it was finished by David Lowe again and was published in International Journal of computer vision (IJCV). As of August 2014, the citation number is more than 25000 times)
Platform: | Size: 1021952 | Author: fade-war | Hits:

[Special EffectsSIFT

Description: 尺度不变特征转换(Scale-invariant feature transform或SIFT)是一种电脑视觉的算法用来侦测与描述影像中的局部性特征,它在空间尺度中寻找极值点,并提取出其位置、尺度、旋转不变量,此算法由 David Lowe在1999年所发表,2004年完善总结。(SIFT predicts whether an amino acid substitution affects protein function. SIFT prediction is based on the degree of conservation of amino acid residues in sequence alignments derived from closely related sequences, collected through PSI-BLAST. SIFT can be applied to naturally occurring nonsynonymous polymorphisms or laboratory-induced missense mutations.)
Platform: | Size: 463872 | Author: lllllliiiii | Hits:
« 12 3 »

CodeBus www.codebus.net