#pragma once #include #include #include "bounding_box.h" #include "frame.h" namespace freling { std::optional pack(const Frame& in_frame, const std::vector& bboxes); }