| 97 | std::shared_ptr<Frame> GetFrame(std::shared_ptr<Frame> frame, int64_t frame_number) override; |
| 98 | |
| 99 | std::shared_ptr<openshot::Frame> GetFrame(int64_t frame_number) override { return GetFrame(std::make_shared<Frame>(), frame_number); } |
| 100 | |
| 101 | /// Load protobuf data file |
| 102 | bool LoadObjDetectdData(std::string inputFilePath); |
nothing calls this directly
no outgoing calls
no test coverage detected