contrib/oxl/mvl/PairSetCorner.cxx
Go to the documentation of this file.
00001 // This is oxl/mvl/PairSetCorner.cxx
00002 #ifdef VCL_NEEDS_PRAGMA_INTERFACE
00003 #pragma implementation
00004 #endif
00005 
00006 #include "PairSetCorner.h"
00007 
00008 // Default ctor
00009 PairSetCorner::PairSetCorner(const PairMatchSetCorner& matches):
00010   points1(matches.count()),
00011   points2(matches.count())
00012 {
00013   matches.extract_matches(points1, points2);
00014 }