예제 #1
0
파일: CLNF.cs 프로젝트: zjmsky/SharpFace
        public SWIGTYPE_p_cv__Rect_T_double_t GetBoundingBox()
        {
            SWIGTYPE_p_cv__Rect_T_double_t ret = new SWIGTYPE_p_cv__Rect_T_double_t(LandmarkDetectorPINVOKE.CLNF_GetBoundingBox(swigCPtr), true);

            return(ret);
        }