예제 #1
0
        //
        // C++: static Ptr_DetectorParameters cv::aruco::DetectorParameters::create()
        //

        //javadoc: DetectorParameters::create()
        public static DetectorParameters create()
        {
#if ((UNITY_ANDROID || UNITY_IOS || UNITY_WEBGL) && !UNITY_EDITOR) || UNITY_5 || UNITY_5_3_OR_NEWER
            DetectorParameters retVal = DetectorParameters.__fromPtr__(aruco_DetectorParameters_create_10());

            return(retVal);
#else
            return(null);
#endif
        }
예제 #2
0
        //
        // C++: static Ptr_DetectorParameters cv::aruco::DetectorParameters::create()
        //

        public static DetectorParameters create()
        {
            return(DetectorParameters.__fromPtr__(aruco_DetectorParameters_create_10()));
        }