Ejemplo n.º 1
0
 /// <summary>
 /// Load the FaceRecognizer from the file
 /// </summary>
 /// <param name="fileName">The file where the FaceRecognizer will be loaded from</param>
 public void Read(String fileName)
 {
     using (CvString s = new CvString(fileName))
         ContribInvoke.CvFaceRecognizerRead(_ptr, s);
 }