Classes
contrib/oxl/mvl/HMatrix2DCompute.h File Reference

Abstract interface for classes that compute plane-to-plane projectivities from point and line correspondences. More...

#include <mvl/HomgPoint2D.h>
#include <mvl/HomgLine2D.h>
#include <vcl_vector.h>

Go to the source code of this file.

Classes

class  HMatrix2DCompute

Detailed Description

Abstract interface for classes that compute plane-to-plane projectivities from point and line correspondences.

   Modifications:
     08-02-98 FSM
        1. Added virtual compute methods that actually take arguments :
           generic estimator using points, lines or both.
        2. Obsoleted bool compute(HMatrix2D *). So don't use it!
        3. made arguments to compute method 'const ... &',
           thereby potentially breaking the code of certain other people.
   

Definition in file HMatrix2DCompute.h.