contrib/oxl/mvl/FMatrixCompute8Point.h
Go to the documentation of this file.
00001 // This is oxl/mvl/FMatrixCompute8Point.h
00002 #ifndef FMatrixCompute8Point_h_
00003 #define FMatrixCompute8Point_h_
00004 //-----------------------------------------------------------------------------
00005 //:
00006 // \file
00007 // \brief FMatrix by linear least squares
00008 //
00009 //    FMatrixCompute8Point is actually Hartley's FMatrixComputeLinear
00010 //    ``8-point'' or linear least squares algorithm for estimation of
00011 //    the fundamental matrix.
00012 //
00013 
00014 #include <mvl/FMatrixComputeLinear.h>
00015 
00016 typedef FMatrixComputeLinear FMatrixCompute8Point;
00017 
00018 #endif // FMatrixCompute8Point_h_