java.lang.Object
imagingbook.calibration.zhang.ViewTransform
Instances of this class represent extrinsic camera (view) parameters.
-
Constructor Summary
ConstructorsConstructorDescriptionViewTransform
(double[] w) ViewTransform
(double rX, double rY, double rZ, double tX, double tY, double tZ) ViewTransform
(Rotation rot, double[] t) -
Method Summary
-
Constructor Details
-
ViewTransform
public ViewTransform() -
ViewTransform
-
ViewTransform
-
ViewTransform
-
ViewTransform
-
ViewTransform
-
-
Method Details
-
getParameters
-
getRotation
-
getRotationAxis
-
getRotationMatrix
-
getTranslation
-
getTranslationVector
-
applyTo
Moves point XYZ from 3D world coordinates to 3D camera coordinates, as specified by the transformations of this view. No projection is involved.- Parameters:
XYZ
- a 3D (world) point- Returns:
- the given world point mapped to 3D camera coordinates
-
toString
-