资源简介

运行前请自己在pro文件中配置OpenCV的头文件和lib文件 少积分转运,拿走不谢

资源截图

代码片段和文件信息

/*
Functions and structures for dealing with image features

Copyright (C) 2006-2010  Rob Hess 

@version 1.1.2-20100521
*/

/*
  此文件中有几个函数的实现:特征点的导入导出,特征点的绘制
*/

#include “utils.h“
#include “imgfeatures.h“

#include 

#include 

/************************ 未暴露接口的一些本地函数的声明 **************************/
static int import_oxfd_features( char* struct feature** );//导入OXFD格式特征点
static int export_oxfd_features( char* struct feature* int );//导出OXFD格式特征点
static void draw_oxfd_features( IplImage* struct feature* int );//画OXFD格式特征点
static void draw_oxfd_feature( IplImage* struct feature* CvScalar );//画单个点

static int import_lowe_features( char* struct feature** );//导入LOWE格式特征点
static int export_lowe_features( char* struct fe

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-11-15 19:31  sift_match_2\
     文件           0  2017-11-15 19:31  sift_match_2\nothing.txt
     目录           0  2017-11-15 19:32  sift_match_2\sift_match\
     文件        6152  2013-06-06 12:25  sift_match_2\sift_match\Makefile
     文件        7426  2013-06-06 12:25  sift_match_2\sift_match\Makefile.Debug
     文件        7547  2013-06-06 12:25  sift_match_2\sift_match\Makefile.Release
     文件      332835  2013-07-04 21:32  sift_match_2\sift_match\feature1.txt
     文件      286171  2013-07-04 21:32  sift_match_2\sift_match\feature2.txt
     文件       19583  2013-06-29 19:43  sift_match_2\sift_match\imgfeatures.c
     文件        6003  2013-06-29 19:56  sift_match_2\sift_match\imgfeatures.h
     文件       23338  2013-06-29 20:12  sift_match_2\sift_match\kdtree.c
     文件        4508  2013-06-29 19:56  sift_match_2\sift_match\kdtree.h
     文件         272  2013-06-18 21:06  sift_match_2\sift_match\main.cpp
     文件        5329  2013-06-14 10:33  sift_match_2\sift_match\minpq.c
     文件        2579  2013-06-29 19:56  sift_match_2\sift_match\minpq.h
     文件       60108  2013-06-29 11:06  sift_match_2\sift_match\sift.c
     文件        7676  2013-06-30 16:03  sift_match_2\sift_match\sift.h
     文件        1269  2013-06-06 12:25  sift_match_2\sift_match\sift_match.pro
     文件       18866  2013-07-04 21:40  sift_match_2\sift_match\sift_match.pro.user
     文件       22462  2013-07-04 21:39  sift_match_2\sift_match\siftmatch.cpp
     文件        2184  2013-07-04 19:15  sift_match_2\sift_match\siftmatch.h
     文件        4143  2013-07-04 21:40  sift_match_2\sift_match\siftmatch.ui
     文件        5894  2013-07-04 21:40  sift_match_2\sift_match\ui_siftmatch.h
     文件        8694  2013-06-17 10:24  sift_match_2\sift_match\utils.c
     文件        6768  2013-06-29 19:56  sift_match_2\sift_match\utils.h
     文件       29526  2013-06-30 16:39  sift_match_2\sift_match\xform.c
     文件       10256  2013-06-29 19:56  sift_match_2\sift_match\xform.h

评论

共有 条评论