Go to the documentation of this file.00001
00002 #ifndef PairSetCorner_h_
00003 #define PairSetCorner_h_
00004 #ifdef VCL_NEEDS_PRAGMA_INTERFACE
00005 #pragma interface
00006 #endif
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #include <vcl_vector.h>
00020 #include <mvl/HomgPoint2D.h>
00021 #include <mvl/PairMatchSetCorner.h>
00022
00023 class PairSetCorner
00024 {
00025 public:
00026 vcl_vector<HomgPoint2D> points1;
00027 vcl_vector<HomgPoint2D> points2;
00028
00029
00030 PairSetCorner(const PairMatchSetCorner& matches);
00031 };
00032
00033 #endif // PairSetCorner_h_