#include "ProjectiveBasis2D.h"
#include <vcl_iostream.h>
#include <vcl_vector.h>
#include <vcl_cassert.h>
#include <vnl/vnl_double_3.h>
#include <vnl/vnl_double_3x3.h>
#include <vnl/vnl_double_3x4.h>
#include <vnl/vnl_inverse.h>
#include <vnl/algo/vnl_svd.h>
Go to the source code of this file.
Definition in file ProjectiveBasis2D.cxx.