MCPcopy 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
154bool ObjDetectParameters::SetModelPath(const std::string &path)
155{
156 modelPath = path;
157 return LoadModelData();
158}
159
160std::shared_ptr<cv::CascadeClassifier> ObjDetectParameters::GetModel()
161{

Callers 1

ModelPathChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected