Ejemplo n.º 1
0
 public CVPoint2DPair(SWIGTYPE_p_cv__Point2d t, SWIGTYPE_p_cv__Point2d u) : this(LandmarkDetectorPINVOKE.new_CVPoint2DPair__SWIG_1(SWIGTYPE_p_cv__Point2d.getCPtr(t), SWIGTYPE_p_cv__Point2d.getCPtr(u)), true)
 {
     if (LandmarkDetectorPINVOKE.SWIGPendingException.Pending)
     {
         throw LandmarkDetectorPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
 public static System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_cv__Point2d obj)
 {
     return(new System.Runtime.InteropServices.HandleRef(obj, obj.swigCPtr));
 }