Пример #1
0
 private void setitem(int index, CVPoint2DPair val)
 {
     LandmarkDetectorPINVOKE.CVPoint2DPairList_setitem(swigCPtr, index, CVPoint2DPair.getCPtr(val));
     if (LandmarkDetectorPINVOKE.SWIGPendingException.Pending)
     {
         throw LandmarkDetectorPINVOKE.SWIGPendingException.Retrieve();
     }
 }