AprilTags
decisionMargin), and number of corrected error bits (hamming).Remapping
AprilTags is transformable, which means it can be remapped into another frame's coordinate system. See Remapping transformable messages for details.Reference
class
dai::AprilTags
variable
std::vector< AprilTag > aprilTags
variable
int64_t sequenceNum
variable
Timestamp ts
variable
Timestamp tsDevice
variable
std::optional< ImgTransformation > transformation
function
AprilTags()function
~AprilTags()function
AprilTags transformTo(const ImgTransformation & target)Returns a new AprilTags message with the tags transformed into the target image transformation.If the target transformation has a different coordinate system source (eg. different camera socket) then the remapping will be inaccurate due to the lack of depth information.
Parameters
- target: Target image transformation.
function
void serialize(std::vector< std::uint8_t > & metadata, DatatypeEnum & datatype)inline function
DatatypeEnum getDatatype()function
DEPTHAI_SERIALIZE(AprilTags, sequenceNum, ts, tsDevice, transformation, aprilTags)Need assistance?
Head over to Discussion Forum for technical support or any other questions you might have.