Edit Camera Calibration¶
The algorithm allows to add/modify/remove camera calibration data component.
Input¶
Takes a single image set.
Output¶
None. The input data will have its camera calibration data component modified.
Description¶
There are different widgets present that can be used to modify a camera calibration data component currently attached to the input data. These are the controls for Image Size, Intrinsics, Distortion and Registration. If there is no camera calibration data component present, these widgets will be disabled.
The Save and Load buttons can be used for saving and loading the camera calibration data component correspondingly. Currently supported formats are .xml, .json, .txt.
The Add and Remove buttons can be used for adding and removing the camera calibration data component correspondingly.
The Reset button should be used when the original state of the camera calibration data component (state when the algorithm has just been opened) should be restored.
If the camera calibration data component was changed from the outside, the widgets of this algorithm will be updated with the new values automatically.