www.pudn.com > OPENCV_SIFT_VC6.rar > MatchInfo.cpp


// 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() 
{ 
 
}