Start of trail apriltag_get_family navigation bar

Table of Contents

apriltag_get_families

Get a list of the April tag families currently available.

Syntax

f = apriltag_get_families; % Get a list of the April tag families
    

Description

Gets a cell array of strings containing the names of the April tag families currently available. To display the April tags in a family, use the apriltag_show_tag function.

Parameters

This function has no parameters.

Outputs

f

A cell array of strings containing the names of the April tag families.

Examples

f = apriltag_get_families % Get a list of the April tag families
    

See Also

 

navigation bar