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