mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
Wrappers for load methods of EM, LR, SVMSGD and Normal Bayes Classifier
This commit is contained in:
@@ -458,6 +458,11 @@ Ptr<NormalBayesClassifier> NormalBayesClassifier::create()
|
||||
return p;
|
||||
}
|
||||
|
||||
Ptr<NormalBayesClassifier> NormalBayesClassifier::load(const String& filepath, const String& nodeName)
|
||||
{
|
||||
return Algorithm::load<NormalBayesClassifier>(filepath, nodeName);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user