netatmo-algo/src/pack.h

9 lines
154 B
C
Raw Normal View History

2022-02-12 00:28:54 +01:00
#pragma once
#include <vector>
#include "bounding_box.h"
#include "frame.h"
Frame pack(const Frame& in_frame, const std::vector<BoundingBox>& bboxes);