搜索资源列表
demo_ASIFT_Win
- 使用VC++分别编译出WINCE和PC版的ASIFT算法DLL,再通过C#调用这两个平台的DLL,实现PC和WINCE平台做ASIFT图像识别-Compiled using VC++, respectively, and the PC version of the WINCE ASIFT algorithm DLL, and then through the C# calling the two platforms DLL, PC an
demo_ASIFT_src
- Affine SIFT 比SIFT匹配算法的精度到好多倍-Affine SIFT SIFT matching accuracy than to the good times
demo_ASIFT_src.tar
- 本代码用来计算一种局部描述子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
demo_ASIFT_src
- ASIFT相关原码,有详细说明,该算法可应用于图像检索,图像配准等-this is the original code of asift,this algorithm can be used in the area of image retrieval, image registration and so on
demo_ASIFT_src
- 提供一种改进的sift算法,即asift算法的实现代码,代码效率高。-Provide an improved sift algorithm, namely asift algorithm code, the code efficiency is high.
demo_ASIFT_src.tar
- ASIFT 快速提取特征点和 图像的快速匹配 -SATFT matching
demo_ASIFT_src
- 考虑了放射变换因素,比sift有更好的效果,但是速度由于增加了旋转的考虑会变慢很多!-A fully affine invariant image comparison method, Affine-SIFT (ASIFT) is introduced. While SIFT is fully invariant with respect to only four parameters namely zoom, rotation and
demo_ASIFT_src
- asift的matlab和c程序都在里面 大家慢慢研究吧 很好的程序-asift the matlab and c procedures are on the inside we study it slowly very good program
demo_ASIFT_src
- ASIFT算法的一个demo.相比SIFT,ASIFT通过对图像进行仿射变换,模型角度的变换,使得更具有仿射不变性.-ASIFT algorithm is a demo. Compared to the SIFT, ASIFT through the image affine transformation, perspective transformation model, making it more with the affine
demo_ASIFT_src
- 从asift官网下载的源码,经过CMake编译后在vs2008上能直接运行-asift resource which can excute in vs2008
demo_ASIFT_src.tar
- 得到图像的特征点以及对应的特 征向量后,采用关键点特征向量的欧式距离作为两幅图 像中关键点的相似性判定度量(The feature points and corresponding features of the image are obtained After the eigenvector, the Euclidean distance of the feature vector of the key points is us
demo_ASIFT_src
- Asift c++ implementation very efficient