예제 #1
0
파일: CLNF.cs 프로젝트: zjmsky/SharpFace
 public void Read_CLNF(string clnf_location)
 {
     LandmarkDetectorPINVOKE.CLNF_Read_CLNF(swigCPtr, clnf_location);
     if (LandmarkDetectorPINVOKE.SWIGPendingException.Pending)
     {
         throw LandmarkDetectorPINVOKE.SWIGPendingException.Retrieve();
     }
 }