Home
last modified time | relevance | path

Searched refs:getDefaultName (Results 1 – 14 of 14) sorted by relevance

/external/opencv3/modules/core/src/
Dalgorithm.cpp59 fs << getDefaultName() << "{"; in save()
65 String Algorithm::getDefaultName() const in getDefaultName() function in cv::Algorithm
/external/opencv3/modules/java/src/
Dcore+Algorithm.java50 public String getDefaultName() in getDefaultName() method in Algorithm
Dcore.cpp4197 cv::String _retval_ = me->getDefaultName( ); in Java_org_opencv_core_Algorithm_getDefaultName_10()
/external/opencv3/modules/ml/
Dprecomp.hpp293 String getDefaultName() const { return "opencv_ml_dtree"; } in getDefaultName() function in cv::ml::DTreesImpl
/external/opencv3/modules/ml/src/
Dprecomp.hpp293 String getDefaultName() const { return "opencv_ml_dtree"; } in getDefaultName() function in cv::ml::DTreesImpl
Drtrees.cpp378 String getDefaultName() const { return "opencv_ml_rtrees"; } in getDefaultName() function in cv::ml::RTreesImpl
Dknearest.cpp499 String getDefaultName() const { return impl->getModelName(); } in getDefaultName() function in cv::ml::KNearestImpl
Dboost.cpp468 String getDefaultName() const { return "opencv_ml_boost"; } in getDefaultName() function in cv::ml::BoostImpl
Dnbayes.cpp446 String getDefaultName() const { return "opencv_ml_nbayes"; } in getDefaultName() function in cv::ml::NormalBayesClassifierImpl
Dlr.cpp107 virtual String getDefaultName() const { return "opencv_ml_lr"; } in getDefaultName() function in cv::ml::LogisticRegressionImpl
Dem.cpp230 String getDefaultName() const in getDefaultName() function in cv::ml::EMImpl
Dann_mlp.cpp1297 String getDefaultName() const in getDefaultName() function in cv::ml::ANN_MLPImpl
Dsvm.cpp2017 String getDefaultName() const in getDefaultName() function in cv::ml::SVMImpl
/external/opencv3/modules/core/include/opencv2/
Dcore.hpp3004 CV_WRAP virtual String getDefaultName() const;