Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BabitMF/bmf
/ setParam
Method
setParam
bmf_lite/src/algorithm/bmf_algorithm.cpp:29–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
IAlgorithmInterface::~IAlgorithmInterface() {}
28
29
int IAlgorithmInterface::setParam(Param param) { return -1; }
30
31
int IAlgorithmInterface::processVideoFrame(VideoFrame videoframe, Param param) {
32
return -1;
Callers
2
Algorithm
Method · 0.45
test_algorithm
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_algorithm
Function · 0.36