Class ExtrinsicViewEstimator

java.lang.Object
imagingbook.calibration.zhang.ExtrinsicViewEstimator

public class ExtrinsicViewEstimator extends Object
This class defines methods for estimating the extrinsic camera parameters from multiple homographies.
  • Constructor Details

    • ExtrinsicViewEstimator

      The only constructor.
      Parameters:
      A - the 3 x 3 matrix with intrinsic camera parameters
  • Method Details

    • getExtrinsics

      protected ViewTransform[] getExtrinsics(RealMatrix[] homographies)
      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