8 #ifndef META_OCEAN_TRACKING_OCULUSTAGS_OCULUSTAG_H
9 #define META_OCEAN_TRACKING_OCULUSTAGS_OCULUSTAG_H
36 RT_REFLECTANCE_NORMAL = 0u,
42 RT_REFLECTANCE_UNDEFINED
75 inline uint32_t tagID()
const;
87 inline uint8_t intensityThreshold()
const;
94 template <
bool tOriginInCenter = false>
107 inline Scalar tagSize()
const;
112 static constexpr uint32_t numberOfModules = 8u;
159 template <
bool tOriginInCenter>
162 if constexpr (tOriginInCenter)
bool isValid() const
Returns whether this matrix is a valid homogeneous transformation.
Definition: HomogenousMatrix4.h:1806
float Scalar
Definition of a scalar type.
Definition: Math.h:128
VectorT3< Scalar > Vector3
Definition of a 3D vector.
Definition: Vector3.h:22
HomogenousMatrixT4< Scalar > HomogenousMatrix4
Definition of the HomogenousMatrix4 object, depending on the OCEAN_MATH_USE_SINGLE_PRECISION flag eit...
Definition: HomogenousMatrix4.h:37
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15