MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / GetFrame

Method GetFrame

src/effects/ObjectDetection.h:99–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected