java.lang.Object
Calibration_Plugins_1.Validate_EasyCalib_Data
- All Implemented Interfaces:
PlugIn
,imagingbook.core.jdoc.JavaDocHelp
public class Validate_EasyCalib_Data
extends Object
implements PlugIn, imagingbook.core.jdoc.JavaDocHelp
This plugin projects opens an image stack containing the 5 Zhang test images, then outlines the positions of the
observed image points and finally projects the points of the calibration model using the calculated intrinsic camera
parameters (same for all views) and the extrinsic parameters calculated for each view. All data are part of Zhang's
demo data set that comes with the EasyCalib program. NO CALIBRATION is performed here!
Graphic elements are drawn as non-destructive vector overlays:
- BLUE circles: observed corner points (used for calibration),
- RED markers: the model reference points projected using the documented intrinsic camera and view parameters.
- Version:
- 2022/12/19
-
Constructor Details
-
Validate_EasyCalib_Data
public Validate_EasyCalib_Data()
-
-
Method Details