5.3.2.13. Struct RoIs_t

5.3.2.13.1. Struct Documentation

struct RoIs_t

Structure of RoI structures. This structure contains all previously defined RoI structures. id, _size and _max_size fields are shared with the sub-structures.

See also

RoIs_basic_t.

See also

RoIs_asso_t.

See also

RoIs_motion_t.

See also

RoIs_misc_t.

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.