Exemplo n.º 1
0
 /// <summary>
 /// Save the FaceRecognizer to a file
 /// </summary>
 /// <param name="fileName">The file name to be saved to</param>
 public void Save(String fileName)
 {
     using (CvString s = new CvString(fileName))
         ContribInvoke.CvFaceRecognizerSave(_ptr, s);
 }