Пример #1
0
 public void SetRange(int index, CVPoint2DList values)
 {
     LandmarkDetectorPINVOKE.CVPoint2DList_SetRange(swigCPtr, index, CVPoint2DList.getCPtr(values));
     if (LandmarkDetectorPINVOKE.SWIGPendingException.Pending)
     {
         throw LandmarkDetectorPINVOKE.SWIGPendingException.Retrieve();
     }
 }