Пример #1
0
        public static CVPointList Repeat(SWIGTYPE_p_cv__Point value, int count)
        {
            global::System.IntPtr cPtr = LandmarkDetectorPINVOKE.CVPointList_Repeat(SWIGTYPE_p_cv__Point.getCPtr(value), count);
            CVPointList           ret  = (cPtr == global::System.IntPtr.Zero) ? null : new CVPointList(cPtr, true);

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