Пример #1
0
        private SWIGTYPE_p_cv__Point2d getitem(int index)
        {
            SWIGTYPE_p_cv__Point2d ret = new SWIGTYPE_p_cv__Point2d(LandmarkDetectorPINVOKE.CVPoint2DList_getitem(swigCPtr, index), false);

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