Пример #1
0
        private SWIGTYPE_p_cv__Point2d getitemcopy(int index)
        {
            SWIGTYPE_p_cv__Point2d ret = new SWIGTYPE_p_cv__Point2d(LandmarkDetectorPINVOKE.CVPoint2DList_getitemcopy(swigCPtr, index), true);

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