Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Smorodov/Multitarget-tracker
/ Init
Function
Init
src/python_bind/mtracker.cpp:191–194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
189
}
190
191
bool Init(const config_t& config) override
192
{
193
PYBIND11_OVERLOAD_PURE(bool, BaseDetector, Init, config);
194
}
195
196
void DetectMat(cv::Mat frame) override
197
{
Callers
1
BackgroundSubtract
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected