资源列表
SIFT-on-VC
- 用c++与OPENCV结合在一起的SIFT算法源码,看了后会很有用-OPENCV with c++ together with the SIFT algorithm source code, can be useful after reading
sift
- 利用c++语言一步 的实现了sift算法-utilize c++ to realize sift step by step
fdcm_matlab_wrapper_v0.2
- 快速chamfer matching的matlab demo code, 在matlab的開發環境下可使用-Fast chamfer matching the matlab demo code, in matlab development environment can be used
PLBP
- VC实现PLBP(分块LBP)算法,包括原始LBP算法,图像分块,中值滤波,统计直方图等具体功能-VC achieve PLBP (block LBP) algorithm, including the original LBP algorithm, the image block, median filtering, histogram and other specific functions
VC_pic
- 图形编程入门级的程序,内有程序详细说明,很适合初学者,高手勿下,否则浪费次数-Procedures for entry-level graphics programming, there are detailed procedures, it is suitable for beginners, experts do not, the number of otherwise wasted
vlfeat-0.9.14.tar
- lowe编写的sift算法c源代码, 好不容易才发现的,-c source code of sift by lowe
Bezier
- 绘制贝塞尔曲线,可以在指定任意多个点的情况下绘制贝塞尔曲线-Draw bezier, can be in specify any number of points draw bezier
LineChartControlDemo.rar
- 一个使用ChartControl来绘制曲线的程序,可以根据数据的大小来实时调整纵坐标,ChartControl to draw a curve using the procedure, based on the size of data in real time to adjust Ordinate
allfns.zip
- VGG MultiView Compute Library,包含各种图像插值算法的实现和图像变换矩阵参数估计,VGG MultiView Compute Library, contains a variety of image interpolation algorithm and image transformation matrix parameter estimation
ilog-elixir.rar
- actionscr ipt 语言下的图表框架。,chart framework under actionscr ipt language.
draw.rar
- Bresenham算法生成直线,中点算法生成直线,DDA算法生成直线,中点画圆,Bresenham画圆,中点画椭圆,画多边形,多边形填充,the detail information is above
RANSAC.rar
- :本文把星表匹配问题转化成计算机视觉中的对应点匹配问题,接着使用二维Delaunay三角化方法对星表进行三角化,然后用RANSAC方法对星表的自动匹配问题进行了研究。研究结果表明,我们的方法能够快速有效地完成星表匹配。在总共960个样本中,除了两幅不符合匹配的星表之外,全部获得了正确的匹配结果。,: In this paper, the Star into a matching problem in computer vision matching the corresponding point