Classes
contrib/brl/bmvl/brct/brct_epi_reconstructor.h File Reference

A class to attack structure from motion problem. More...

#include <vcl_vector.h>
#include <vnl/vnl_double_2.h>
#include <vnl/vnl_double_3.h>
#include <vnl/vnl_double_3x3.h>
#include <vnl/vnl_double_3x4.h>
#include <vnl/vnl_vector_fixed.h>
#include <vnl/vnl_matrix_fixed.h>
#include <vnl/vnl_matrix.h>
#include <vdgl/vdgl_digital_curve_sptr.h>
#include <bugl/bugl_gaussian_point_2d.h>
#include <vgl/vgl_point_2d.h>
#include <vgl/vgl_point_3d.h>
#include <bugl/bugl_curve_3d.h>

Go to the source code of this file.

Classes

class  brct_epi_reconstructor

Detailed Description

A class to attack structure from motion problem.

Input:

Internals: The camera translation is computed from the matched curves and an assumed epipolar geometry. This class is a heavily modified version of the original Kalman filter class written by Kongbin Kang.

Author:
J.L. Mundy
    Modifications
     Initial version Dec. 2003
     The class doe
   

Definition in file brct_epi_reconstructor.h.