contrib/oxl/mvl/HMatrix1DComputeOptimize1.h
Go to the documentation of this file.
00001 #ifndef _HMatrix1DComputeOptimize1_h_
00002 #define _HMatrix1DComputeOptimize1_h_
00003 
00004 #include <vgl/vgl_fwd.h>
00005 #include "HMatrix1DCompute.h"
00006 
00007 class HMatrix1DComputeOptimize1 : public HMatrix1DCompute
00008 {
00009  protected:
00010   bool compute_cool_homg(const vcl_vector<vgl_homg_point_1d<double> >&,
00011                          const vcl_vector<vgl_homg_point_1d<double> >&,
00012                          HMatrix1D *);
00013  public:
00014   HMatrix1DComputeOptimize1(void);
00015   ~HMatrix1DComputeOptimize1();
00016 };
00017 
00018 typedef HMatrix1DComputeOptimize1 HMatrix1DComputeOptimise1;
00019 
00020 #endif // _HMatrix1DComputeOptimize1_h_