5.3.2.13. Struct RoIs_t¶
Defined in File features_struct.h
5.3.2.13.1. Struct Documentation¶
-
struct RoIs_t¶
Structure of RoI structures. This structure contains all previously defined RoI structures.
id,_sizeand_max_sizefields are shared with the sub-structures.See also
See also
See also
See also
Public Members
-
uint32_t *id¶
RoI unique identifiers. A RoI identifier should starts from 1 while 0 should be reserved for uninitialized structure.
-
RoIs_basic_t *basic¶
Basic features.
-
RoIs_asso_t *asso¶
Association features.
-
RoIs_motion_t *motion¶
Motion features.
-
RoIs_misc_t *misc¶
Miscellaneous features.
-
size_t _size¶
Current size/utilization of the fields.
-
size_t _max_size¶
Maximum capacity of data that can be contained in the fields.
-
uint32_t *id¶