IntrinsicCalibrator State
SUMMARY
Read back the inputs and detection results of the last calibrate() call on an IntrinsicCalibrator.
| Method | Returns | Description |
|---|---|---|
corner_images() | list[ndarray] | Input images with detections drawn, one per successful view of the last calibrate() call. |
detections() | TargetDetections | Detections of the last calibrate() call, see find_corners(). |
target() | Target | The target passed at construction, see All Supported Targets. |
options() | IntrinsicOptions | The options passed at construction, see IntrinsicOptions. |