add bounding box
This commit is contained in:
parent
2e24f0314b
commit
7c383dc245
12 changed files with 153 additions and 4 deletions
6
src/pack.cpp
Normal file
6
src/pack.cpp
Normal file
|
@ -0,0 +1,6 @@
|
|||
#include "pack.h"
|
||||
|
||||
Frame pack(const Frame& in_frame, const std::vector<BoundingBox>& bboxes) {
|
||||
// TODO
|
||||
return Frame(1, 1);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue