1#ifndef CVTRACK_TRACKED_OBJECT_H_
2#define CVTRACK_TRACKED_OBJECT_H_
12 int x, y, width, height;
21 uint64_t id()
const {
return id_; }
23 void set_box(
const BoundingBox &box) { box_ = box; }
Definition tracked_object.h:17
Definition tracked_object.h:11