Enum PoseSelectorStrategy

Enum Documentation

enum class aruco_opencv::PoseSelectorStrategy

Strategy for selecting the best pose among multiple candidates.

Values:

enumerator REPROJECTION_ERROR

Select pose with the lowest reprojection error.

enumerator PLANE_NORMAL_PARALLEL

Select pose with the plane normal most parallel to camera view direction.