예제 #1
0
        private CVPoint2DPair getitem(int index)
        {
            CVPoint2DPair ret = new CVPoint2DPair(LandmarkDetectorPINVOKE.CVPoint2DPairList_getitem(swigCPtr, index), false);

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