MCPcopy Create free account
hub / github.com/BabitMF/bmf / getVideoFrameOutput

Method getVideoFrameOutput

bmf_lite/src/algorithm/bmf_algorithm.cpp:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35int IAlgorithmInterface::getVideoFrameOutput(VideoFrame &frame, Param &param) {
36 return -1;
37}
38
39int IAlgorithmInterface::processMultiVideoFrame(
40 std::vector<VideoFrame> videoframes, Param param) {

Callers 1

test_algorithmFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_algorithmFunction · 0.36