|
|
| MarkerConfigurationWidget (QWidget *parent=0) |
| |
|
void | setSupportChessboard (bool v) |
| | Specify whether controller should contain settings for Chessboard (needs to be set before the init method)
|
| |
|
bool | supportChessboard () const |
| |
|
void | setSupportCharucoBoard (bool v) |
| | Specify whether controller should contain settings for Charuco Board (needs to be set before the init method)
|
| |
|
bool | supportCharucoBoard () const |
| |
|
void | setSupportArucoBoard (bool v) |
| | Specify whether controller should contain settings for Aruco Board (needs to be set before the init method)
|
| |
|
bool | supportArucoBoard () const |
| |
|
void | setSupportArucoMarker (bool v) |
| | Specify whether controller should contain settings for single Aruco marker (needs to be set before the init method)
|
| |
|
bool | supportArucoMarker () const |
| |
|
void | setSupportCircleBoard (bool v) |
| | Specify whether controller should contain settings for Circle Board (needs to be set before the init method)
|
| |
|
bool | supportCircleBoard () const |
| |
|
void | setSupportAprilTag (bool v) |
| | Specify whether controller should contain settings for single AprilTag (needs to be set before the init method)
|
| |
|
bool | supportAprilTag () const |
| |
|
void | setSupportAprilTagBoard (bool v) |
| | Specify whether controller should contain settings for AprilTag Board (needs to be set before the init method)
|
| |
|
bool | supportAprilTagBoard () const |
| |
|
void | setSupportSTag (bool v) |
| | Specify whether controller should contain settings for single STag (needs to be set before the init method)
|
| |
|
bool | supportSTag () const |
| |
|
void | setSupportStartingMarker (bool v) |
| | Specify whether controller should contain setting for the starting marker for the dictionary of Charuco and Aruco board.
|
| |
|
bool | supportStartingMarker () const |
| |
|
void | setSupportCornerRefinementWindowSize (bool v) |
| | Specify whether controller should contain setting for the corner refinement window size.
|
| |
|
bool | supportCornerRefinementWindowSize () const |
| |
|
void | setSupportDetectionParameters (bool v) |
| | Specify whether controller should contain marker detection parameters.
|
| |
|
bool | supportDetectionParameters () const |
| |
|
void | init (MarkerConfiguration *config) |
| | Initialize controller with marker configuration.
|
| |