5.3.2.14. Struct RoI_asso_t

5.3.2.14.1. Struct Documentation

struct RoI_asso_t

Associations between RoIs. \(RoI_{t - 1} \leftrightarrow RoI_{t}\) and \( RoI_{t} \leftrightarrow RoI_{t + 1}\). Generally these associations are computed by a \(k\)-Nearest Neighbors ( \(k\)-NN) matching algorithm.

Public Members

uint32_t prev_id

Previous corresponding RoI identifiers ( \(RoI_{t - 1} \leftrightarrow RoI_{t}\)).

uint32_t next_id

Next corresponding RoI identifiers ( \( RoI_{t} \leftrightarrow RoI_{t + 1}\)).