Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WarmUpTill/SceneSwitcher
/ SetModelPath
Method
SetModelPath
plugins/video/parameter-wrappers.cpp:154–158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
152
}
153
154
bool ObjDetectParameters::SetModelPath(const std::string &path)
155
{
156
modelPath = path;
157
return LoadModelData();
158
}
159
160
std::shared_ptr<cv::CascadeClassifier> ObjDetectParameters::GetModel()
161
{
Callers
1
ModelPathChanged
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected