Struct ImageAnnotations¶
Defined in File schemas.hpp
Struct Documentation¶
-
struct ImageAnnotations¶
Array of annotations for a 2D image.
Public Members
-
std::vector<CircleAnnotation> circles¶
Circle annotations.
-
std::vector<PointsAnnotation> points¶
Points annotations.
-
std::vector<TextAnnotation> texts¶
Text annotations.
-
std::vector<CircleAnnotation> circles¶