Update the TimeScale member variable
| 228 | |
| 229 | // Update the TimeScale member variable |
| 230 | void TrackedObjectBBox::ScalePoints(double time_scale){ |
| 231 | this->TimeScale = time_scale; |
| 232 | } |
| 233 | |
| 234 | // Load the bounding-boxes information from the protobuf file |
| 235 | bool TrackedObjectBBox::LoadBoxData(std::string inputFilePath) |