Ejemplo n.º 1
0
 public bool Save(string path)
 {
     if (Matching == null)
     {
         Matching = new MatchingModule();
     }
     //string tempName = path + "ModelImage.shm";
     return(Matching.SaveShapeModel(path));
 }