Method LoadClassifierNM1
- Namespace
- OpenCvSharp.Text
- Assembly
- OpenCvSharp.dll
LoadClassifierNM1(string)
Loads the default classifier used by the 1st stage of the N&M algorithm from the given XML or YAML file (e.g. trained_classifierNM1.xml).
public static ERFilterCallback LoadClassifierNM1(string filename)
Parameters
filenamestringThe XML or YAML file with the classifier model.