搜索资源列表
14235002196
- c++实现遥感图像的直方图匹配程序.请各位享用 .-c++ realization of remote sensing image histogram matching program. please enjoy.
libelas
- Libelas(大规模高效立体匹配库)是cross-platfrom c++ 图书馆与MATLAB计算包装差异大的地图图像。输入 是一双纠正灰度立体图像的大小相同。输出相应的 差距的地图。-Libelas (LIBrary for Efficient LArge-scale Stereo matching) is a cross-platfrom C++ library with MATLAB wrappers for computing disparity maps of la
SIFT
- OPENCV,对输入的两幅图像进行特征值提取并且匹配,连线,命令行下以project3.exe 图像1 图像2 方式运行,代码为main.c-SIFT
sift
- sift图像匹配,用C++写的,可以直接使用!我用的是vs2010,如果不行可以转换一下!-Sift image matching, written in c++, can be used directly!I am using vs2010, if not can convert a minute!
SIFT
- 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 ch
C#提取特征点并进行图像匹配
- 建立在Moravec算子基础上提取特征点后与另外一幅图像进行匹配计算,并输出特征点对应的匹配点像素坐标(Based on the Moravec operator, the feature points are extracted and matched with another image, and the matching pixel coordinates corresponding to the feature points are output)