Exemplo n.º 1
0
        //
        // C++: static Ptr_ParamGrid cv::ml::SVM::getDefaultGridPtr(int param_id)
        //

        //javadoc: SVM::getDefaultGridPtr(param_id)
        public static ParamGrid getDefaultGridPtr(int param_id)
        {
#if UNITY_PRO_LICENSE || ((UNITY_ANDROID || UNITY_IOS || UNITY_WEBGL) && !UNITY_EDITOR) || UNITY_5 || UNITY_5_3_OR_NEWER
            ParamGrid retVal = ParamGrid.__fromPtr__(ml_SVM_getDefaultGridPtr_10(param_id));

            return(retVal);
#else
            return(null);
#endif
        }
Exemplo n.º 2
0
        //javadoc: ParamGrid::create()
        public static ParamGrid create()
        {
#if UNITY_PRO_LICENSE || ((UNITY_ANDROID || UNITY_IOS || UNITY_WEBGL) && !UNITY_EDITOR) || UNITY_5 || UNITY_5_3_OR_NEWER
            ParamGrid retVal = ParamGrid.__fromPtr__(ml_ParamGrid_create_11());

            return(retVal);
#else
            return(null);
#endif
        }