Abstract interface for classes that compute plane-to-plane projectivities from point and line correspondences. More...
Go to the source code of this file.
Classes | |
| class | HMatrix2DCompute |
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.
1.7.5.1