![]() |
ImFusion SDK 4.3
|
#include <ImFusion/Vision/CameraCalibrationSettingsWidget.h>
This widget allows specifying parameters for camera calibration. More...
Inheritance diagram for CameraCalibrationSettingsWidget:This widget allows specifying parameters for camera calibration.
Public Member Functions | |
| CameraCalibrationSettingsWidget (QWidget *parent=0) | |
| void | init (CameraCalibrationSettings *config) |
| Initialize controller with marker configuration. | |
| void | setSupportCameraLens (bool v) |
Specify whether controller should support camera lens option (needs to be set before the init method) | |
| bool | supportCameraLens () const |
| void | setSupportCalibrationWithInliers (bool v) |
Specify whether controller should support calibration with inliers option (needs to be set before the init method) | |
| bool | supportCalibrationWithInliers () const |
| void | setSupportUseAutoSelection (bool v) |
Specify whether controller should support image selection option (needs to be set before the init method) | |
| bool | supportUseAutoSelection () const |
| void | setSupportMinDetections (bool v) |
Specify whether controller should support min detections option (needs to be set before the init method) | |
| bool | supportMinDetections () const |
| void | setSupportMaxSelection (bool v) |
| bool | supportMaxSelection () const |
| void | setSupportStereo (bool v) |
Specify whether controller should support stereo specific options (needs to be set before the init method) | |
| bool | supportStereo () const |