java.lang.Object
imagingbook.calibration.zhang.ExtrinsicViewEstimator
This class defines methods for estimating the extrinsic camera parameters from multiple homographies.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedThe only constructor. -
Method Summary
Modifier and TypeMethodDescriptionprotected ViewTransform[]getExtrinsics(RealMatrix[] homographies) Estimates the extrinsic camera parameters for a sequence of homographies.
-
Constructor Details
-
ExtrinsicViewEstimator
The only constructor.- Parameters:
A- the 3 x 3 matrix with intrinsic camera parameters
-
-
Method Details
-
getExtrinsics
Estimates the extrinsic camera parameters for a sequence of homographies.- Parameters:
homographies- a set of homographies given as 3 x 3 matrices- Returns:
- the sequence of extrinsic camera parameters (views), one view for each homography
-