예제 #1
0
        public CVPoint2DPairList GetRange(int index, int count)
        {
            global::System.IntPtr cPtr = LandmarkDetectorPINVOKE.CVPoint2DPairList_GetRange(swigCPtr, index, count);
            CVPoint2DPairList     ret  = (cPtr == global::System.IntPtr.Zero) ? null : new CVPoint2DPairList(cPtr, true);

            if (LandmarkDetectorPINVOKE.SWIGPendingException.Pending)
            {
                throw LandmarkDetectorPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }