資源簡介
OpenCV 現實高斯金字塔的源碼,非常經典的SIFT算法
OpenCV 現實高斯金字塔的源碼,非常經典的SIFT算法

代碼片段和文件信息
/*
Displays?image?features?from?a?file?on?an?image
Copyright?(C)?2006??Rob?Hess?
@version?1.1.1-20070913
*/
#include?“imgfeatures.h“
#include?“utils.h“
#include?
#include?
#include?
/********************************?Globals?************************************/
char*?feat_file?=?“..\\beaver.sift“;
char*?img_file?=?“..\\beaver.png“;
int?feat_type?=?FEATURE_LOWE;
/**********************************?Main?*************************************/
int?main(?int?argc?char**?argv?)
{
IplImage*?img;
struct?feature*?feat;
char*?name;
int?n;
img?=?cvLoadImage(?img_file?1?);
if(?!?img?)
fatal_error(?“unable?to?load?image?from?%s“?img_file?);
n?=?import_features(?feat_file?feat_type?&feat?);
if(?n?==?-1?)
fatal_error(?“unable?to?import?features?from?%s“?feat_file?);
name?=?feat_file;
draw_features(?img?feat?n?);
cvNamedWindow(?name?1?);
cvShowImage(?name?img?);
cvWaitKey(?0?);
return?0;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????48824??2006-11-15?21:07??顯示高斯金字塔sift_openvc\sift-1.1.1_20071108_win\beaver.png
?????文件??????43721??2007-01-20?17:49??顯示高斯金字塔sift_openvc\sift-1.1.1_20071108_win\beaver.sift
?????文件??????39513??2006-11-15?21:07??顯示高斯金字塔sift_openvc\sift-1.1.1_20071108_win\beaver_xform.png
?????文件???????1160??2008-03-24?17:22??顯示高斯金字塔sift_openvc\sift-1.1.1_20071108_win\ChangeLog.txt
?????文件???????2448??2007-09-13?10:16??顯示高斯金字塔sift_openvc\sift-1.1.1_20071108_win\docs\html\annotated.html
?????文件???????8077??2007-09-13?10:16??顯示高斯金字塔sift_openvc\sift-1.1.1_20071108_win\docs\html\doxygen.css
?????文件???????1281??2007-09-13?10:16??顯示高斯金字塔sift_openvc\sift-1.1.1_20071108_win\docs\html\doxygen.png
?????文件???????2295??2007-09-13?10:16??顯示高斯金字塔sift_openvc\sift-1.1.1_20071108_win\docs\html\files.html
?????文件????????301??2007-09-13?10:16??顯示高斯金字塔sift_openvc\sift-1.1.1_20071108_win\docs\html\formula.repository
?????文件????????323??2007-09-13?10:16??顯示高斯金字塔sift_openvc\sift-1.1.1_20071108_win\docs\html\form_0.png
?????文件????????184??2007-09-13?10:16??顯示高斯金字塔sift_openvc\sift-1.1.1_20071108_win\docs\html\form_1.png
?????文件????????192??2007-09-13?10:16??顯示高斯金字塔sift_openvc\sift-1.1.1_20071108_win\docs\html\form_10.png
?????文件????????283??2007-09-13?10:16??顯示高斯金字塔sift_openvc\sift-1.1.1_20071108_win\docs\html\form_11.png
?????文件????????642??2007-09-13?10:16??顯示高斯金字塔sift_openvc\sift-1.1.1_20071108_win\docs\html\form_12.png
?????文件????????634??2007-09-13?10:16??顯示高斯金字塔sift_openvc\sift-1.1.1_20071108_win\docs\html\form_13.png
?????文件????????177??2007-09-13?10:16??顯示高斯金字塔sift_openvc\sift-1.1.1_20071108_win\docs\html\form_2.png
?????文件????????247??2007-09-13?10:16??顯示高斯金字塔sift_openvc\sift-1.1.1_20071108_win\docs\html\form_3.png
?????文件????????257??2007-09-13?10:16??顯示高斯金字塔sift_openvc\sift-1.1.1_20071108_win\docs\html\form_4.png
?????文件????????176??2007-09-13?10:16??顯示高斯金字塔sift_openvc\sift-1.1.1_20071108_win\docs\html\form_5.png
?????文件????????190??2007-09-13?10:16??顯示高斯金字塔sift_openvc\sift-1.1.1_20071108_win\docs\html\form_6.png
?????文件????????205??2007-09-13?10:16??顯示高斯金字塔sift_openvc\sift-1.1.1_20071108_win\docs\html\form_7.png
?????文件????????425??2007-09-13?10:16??顯示高斯金字塔sift_openvc\sift-1.1.1_20071108_win\docs\html\form_8.png
?????文件????????291??2007-09-13?10:16??顯示高斯金字塔sift_openvc\sift-1.1.1_20071108_win\docs\html\form_9.png
?????文件???????3800??2007-09-13?10:16??顯示高斯金字塔sift_openvc\sift-1.1.1_20071108_win\docs\html\functions.html
?????文件???????3701??2007-09-13?10:16??顯示高斯金字塔sift_openvc\sift-1.1.1_20071108_win\docs\html\functions_vars.html
?????文件???????7360??2007-09-13?10:16??顯示高斯金字塔sift_openvc\sift-1.1.1_20071108_win\docs\html\globals.html
?????文件???????7048??2007-09-13?10:16??顯示高斯金字塔sift_openvc\sift-1.1.1_20071108_win\docs\html\globals_func.html
?????文件???????1520??2007-09-13?10:16??顯示高斯金字塔sift_openvc\sift-1.1.1_20071108_win\docs\html\globals_type.html
?????文件??????14039??2007-09-13?10:16??顯示高斯金字塔sift_openvc\sift-1.1.1_20071108_win\docs\html\imgfeatures_8h.html
?????文件???????3505??2007-09-13?12:23??顯示高斯金字塔sift_openvc\sift-1.1.1_20071108_win\docs\html\index.html
............此處省略98個文件信息
評論
共有 條評論