MatchInfo.cpp
上传用户:yli86818
上传日期:2014-07-15
资源大小:273k
文件大小:1k
- // MatchInfo.cpp: implementation of the CMatchInfo class.
- //
- //////////////////////////////////////////////////////////////////////
- #include "stdafx.h"
- #include "TestSIFT.h"
- #include "MatchInfo.h"
- #ifdef _DEBUG
- #undef THIS_FILE
- static char THIS_FILE[]=__FILE__;
- #define new DEBUG_NEW
- #endif
- //////////////////////////////////////////////////////////////////////
- // Construction/Destruction
- //////////////////////////////////////////////////////////////////////
- CMatchInfo::CMatchInfo() :
- m_distance(0),m_index0(-1),m_index1(-1)
- {
- }
- CMatchInfo::~CMatchInfo()
- {
- }