public class CameraCalibration extends CameraCalibrationZhang
cameras, points| Constructor and Description |
|---|
CameraCalibration(List<List<? extends IndependentPair<? extends Point2d,? extends Point2d>>> points,
int width,
int height) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.commons.math3.linear.RealVector |
buildObservedVector()
Stack the observed image locations of the calibration pattern points into
a vector
|
protected void |
performCalibration(int width,
int height) |
calculateError, estimateIntrisicAndExtrinsics, estimateRadialDistortion, getCameras, getIntrisicspublic CameraCalibration(List<List<? extends IndependentPair<? extends Point2d,? extends Point2d>>> points, int width, int height)
protected void performCalibration(int width, int height)
performCalibration in class CameraCalibrationZhangprotected org.apache.commons.math3.linear.RealVector buildObservedVector()
buildObservedVector in class CameraCalibrationZhang