Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
int IAlgorithmInterface::getVideoFrameOutput(VideoFrame &frame, Param ¶m) {
36
return -1;
37
}
38
39
int IAlgorithmInterface::processMultiVideoFrame(
40
std::vector<VideoFrame> videoframes, Param param) {
Callers
1
test_algorithm
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_algorithm
Function · 0.36