MCPcopy 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

27IAlgorithmInterface::~IAlgorithmInterface() {}
28
29int IAlgorithmInterface::setParam(Param param) { return -1; }
30
31int IAlgorithmInterface::processVideoFrame(VideoFrame videoframe, Param param) {
32 return -1;

Callers 2

AlgorithmMethod · 0.45
test_algorithmFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_algorithmFunction · 0.36