Exemplo n.º 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();
     }
 }
Exemplo n.º 2
0
 public CVPoint2DList(CVPoint2DList other) : this(LandmarkDetectorPINVOKE.new_CVPoint2DList__SWIG_1(CVPoint2DList.getCPtr(other)), true)
 {
     if (LandmarkDetectorPINVOKE.SWIGPendingException.Pending)
     {
         throw LandmarkDetectorPINVOKE.SWIGPendingException.Retrieve();
     }
 }