Welcome![Sign In][Sign Up]
Location:
Search - SIFT

Search list

[2D Graphicsift

Description: SIFT算法,尺度不变特征变换,David G. Lowe教授原版。MATLAB和C混合编程。-SIFT algorithm, scale invariant feature transform, Professor David G. Lowe original. MATLAB and C mixed programming.
Platform: | Size: 2808832 | Author: KarmaSteins | Hits:

[OpenCVSIFT

Description: 一个基础的opencv的使用工程 其中包含基本的opencv调用 而且采用了sift和surf作为基本算子进行配准 代码可用于实际工程-A basic use of opencv opencv project which contains the basic calling and using sift and surf as the basic operator registration code can be used in practical engineering
Platform: | Size: 7267328 | Author: 熊一 | Hits:

[DocumentsAmnprt-kaur..cmfd-using--DCT-and-SIFT

Description: Digital images are the most prevalent way to spread a message. So the authenticity of images is very essential. But due to advancement of the technology the editing of images has become very effortless. Copy-move forgery is most basic technique to alter an image. In this one part of image is copied, called as snippet, and pasted within same image and most likely post-processing it. Considerable number of algorithms is proposed to detect different post-processing on snippet of image. In this paper novel approach is proposed to detect combination of different post-processing operations by single method. It is analyzed that block-based features method DCT is robust to Gaussian noise and JPEG compression, secondly the keypoint-based feature method SIFT is robust to rotation and scaling. Thus by combining SIFT and DCT we are able to detect forgery under post-processing operations of rotation, scaling, Gaussian noise, and JPEG compression and thus the efficiency to detect forgery improves.
Platform: | Size: 690176 | Author: Harmandeep Kaur | Hits:

[2D Graphicintroduction-to-SIFT-algorithm

Description: SIFT算法发明者写的文章,详细介绍了SIFT算法的实现-introduction to SIFT algorithm
Platform: | Size: 504832 | Author: 潘雄 | Hits:

[Special Effectssift-0.9.19-bin.tar

Description: SIFT源代码,MATLAB和C++两个版本的-SIFT source code, MATLAB and C++ two versions
Platform: | Size: 3658752 | Author: 唐志敏 | Hits:

[OpenCVSIFT

Description: sift可对两幅图像进行对齐,配准,找出对应的特征点,画线,对进行拼接-Sift the two images aligned to registration, find out the corresponding feature points, line drawing, for stitching
Platform: | Size: 15177728 | Author: benzhi | Hits:

[OpenCVSIFT

Description: SIFT算法的特征点提取与匹配,程序效果较好,亲测可用。-SIFT feature point extraction and matching algorithms, application effect is good, close test available.
Platform: | Size: 9930752 | Author: cold | Hits:

[OtherImproved-SIFT-feature

Description: 由于成像条件变化造成的遥感图像之间的几何形变和灰度差异给影像匹配带来了困难,深入研究了 SIFT特征描述符的生成方法,针对SIFT特征维数过高的问题进行改进,利用特征点邻域的圆形区域构造新 的描述符,增强了描述符自身的抗旋转性,并降低了特征描述符的维数。实验表明,改进的特征描述符是可行 有效的,在遥感影像目标匹配中取得满意的实验结果。-Remote sensing image geometric distortion caused by changes due to imaging conditions and grayscale differences between makes it difficult to image matching, in-depth study SIFT feature description generation method breaks, improved SIFT features for the problem of high dimensionality, feature points using a circular neighborhood new regional structure Descriptor, the descriptor itself enhances the anti-rotation resistance, and reduces the number of dimensions of feature descriptors. Experimental results show that the improved feature descriptor is feasible Effective and achieve satisfactory results in Remote Sensing Image Matching.
Platform: | Size: 334848 | Author: rfanddsp | Hits:

[OpenCVsift

Description: OPENCV C++写的SIFT 已注释和修改。-OPENCV C++ SIFT
Platform: | Size: 18643968 | Author: icanplay | Hits:

[matlabsift-final

Description: sift and ransac implementation
Platform: | Size: 955392 | Author: manish bhumarkar | Hits:

[Software EngineeringSIFT

Description: SIFT MATLAB SOURCE CODE
Platform: | Size: 4512768 | Author: PRANAV | Hits:

[Software EngineeringSIFT-pR@

Description: feature description using sift
Platform: | Size: 10801152 | Author: PRANAV | Hits:

[OpenCVsift

Description: sift算法,c++结合opencv2.44版本,具体实现了sift算法,含有具体的案例-SIFT algorithm is realized by c++ (vs2010) and opencv2.44
Platform: | Size: 14330880 | Author: 望天 | Hits:

[matlabsift

Description: 基于内容的图像检索的sift特征提取的相关代码的压缩文件-Content-based image retrieval sift feature extraction of the relevant code of compressed files
Platform: | Size: 15307776 | Author: 伍月莲 | Hits:

[CSharpSIFT-EMGUCV

Description: 基于C#上的EMGUCV编写的SIFT算法的代码,自己修改匹配库的文件图片即可,支持显示SIFT的关键点-EMGUCV C# based on SIFT algorithm written in code, make changes to the document image to match the library, support the display of the key points SIFT
Platform: | Size: 572416 | Author: 谭云月 | Hits:

[VC/MFCsift-1.1.1_20070330_win

Description: 图像在进行特征匹配时会大量用sift算子,希望对大家有帮助。-The image in the feature matching, a large number of using sift operator, hope to help everyone.
Platform: | Size: 419840 | Author: qq | Hits:

[Special Effectssift

Description: sift尺度不变特征转换,本PPT详细介绍了其原理和后续发展-sift Scale Invariant Feature Transform, this PPT introduces the principle and the subsequent development
Platform: | Size: 2532352 | Author: zhang | Hits:

[Special Effectssift-alghrithms

Description: SIFT算法大致有四个步骤: 1,尺度空间极值检测。在尺度空间通过高斯微分函数来检测潜在的对于尺度和旋转不变的兴趣点。 2,关键点定位。在兴趣点位置上,确定关键点的位置和尺度。3,方向确定。基于图像局部的梯度方向,给每个关键点分配方向。4,关键点描述。在每个关键点的领域内测量图像局部的梯度。最终用一个特征向量来表达。-SIFT algorithm roughly four steps: 1, the scale space extremum detection. In the scale space to detect potential points of interest for the scale and rotation invariant differential by a Gaussian function. 2, the key point positioning. In point of interest position, determine the location and scale of key points. 3, to determine the direction. Based on local gradient direction, the direction assigned to each key. 4, the key point description. Local image gradient measurements within each key field. With a final feature vector to express.
Platform: | Size: 376832 | Author: 梅兰竹菊 | Hits:

[Special Effectssift-match

Description: 图像匹配中sift方法的几篇不错的文章,可供学习。-Image matching methods sift several good articles available for learning.
Platform: | Size: 1869824 | Author: 破晓 | Hits:

[OtherSIFT

Description: Sift(Scale Invariant Feature Transform)是一个很好的图像匹配算法,同时能处理亮度、平移、旋转、尺度的变化,利用特征点来提取特征描述符,最后在特征描述符之间寻找匹配。本源码是用c语言实现的,代码简单易理解-Sift (Scale Invariant Feature Transform) is a good image matching algorithm, and can handle the brightness, pan, rotate, scale changes, the use of feature points extracted feature descriptor, and finally find a match between the characterization character.
Platform: | Size: 5197824 | Author: huangxiaoli | Hits:
« 1 2 ... 45 46 47 48 49 50»

CodeBus www.codebus.net