contrib/oxl/mvl/PMatrixCompute.h
Go to the documentation of this file.
00001 #ifndef _PMatrixCompute_h
00002 #define _PMatrixCompute_h
00003 
00004 //:
00005 //  \file
00006 
00007 //: Base class of classes to generate a perspective projection matrix from a set of 3D-to-2D point correspondences.
00008 struct PMatrixCompute {
00009 };
00010 
00011 #endif