The PMatrixDec class is a subclass of PMatrix. More...
Go to the source code of this file.
Classes | |
| class | PMatrixDec |
The PMatrixDec class is a subclass of PMatrix.
It just adds decomposition of the projection matrix, P, into 2 matrices: J (3x3) and D (4x4), with intrinsic and extrinsic parameters, respectively, where P=[J O_3]D.
References:
pp 50 and 52-54, or more widely, CHAPTER 3 in (Faugeras, 1993):
@Book{ faugeras:93,
author = {Faugeras, Olivier},
title = {Three-Dimensional Computer Vision: a Geometric Viewpoint},
year = {1993},
publisher = mit-press
}
Modifications:
15-May-97, A.Lopez -> Provide access methods for intrinsic
parameters, denoted by AlphaU, AlphaV, U0 & V0.
Definition in file PMatrixDec.h.
1.7.5.1