#include "FMatrixPlanar.h"
#include <vcl_cassert.h>
#include <vcl_iostream.h>
#include <vcl_cmath.h>
#include <vnl/vnl_double_3.h>
#include <vnl/algo/vnl_svd.h>
#include <vnl/vnl_math.h>
#include <vnl/algo/vnl_symmetric_eigensystem.h>
#include <mvl/FMatrix.h>
Go to the source code of this file.
Defines | |
#define | dot_n(a, b) (a.x()*b(0)/a.w()+a.y()*b(1)/a.w()+b(2)) |
Definition in file FMatrixPlanar.cxx.
#define dot_n | ( | a, | |
b | |||
) | (a.x()*b(0)/a.w()+a.y()*b(1)/a.w()+b(2)) |