Home
last modified time | relevance | path

Searched refs:CV_WRAP_SAME_PROPERTY (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/modules/ml/src/
Dprecomp.hpp279 CV_WRAP_SAME_PROPERTY(int, MaxCategories, params)
280 CV_WRAP_SAME_PROPERTY(int, MaxDepth, params)
281 CV_WRAP_SAME_PROPERTY(int, MinSampleCount, params)
282 CV_WRAP_SAME_PROPERTY(int, CVFolds, params)
283 CV_WRAP_SAME_PROPERTY(bool, UseSurrogates, params)
284 CV_WRAP_SAME_PROPERTY(bool, Use1SERule, params)
285 CV_WRAP_SAME_PROPERTY(bool, TruncatePrunedTree, params)
286 CV_WRAP_SAME_PROPERTY(float, RegressionAccuracy, params)
Drtrees.cpp365 CV_WRAP_SAME_PROPERTY(int, MaxCategories, impl.params)
366 CV_WRAP_SAME_PROPERTY(int, MaxDepth, impl.params)
367 CV_WRAP_SAME_PROPERTY(int, MinSampleCount, impl.params)
368 CV_WRAP_SAME_PROPERTY(int, CVFolds, impl.params)
369 CV_WRAP_SAME_PROPERTY(bool, UseSurrogates, impl.params)
370 CV_WRAP_SAME_PROPERTY(bool, Use1SERule, impl.params)
371 CV_WRAP_SAME_PROPERTY(bool, TruncatePrunedTree, impl.params)
372 CV_WRAP_SAME_PROPERTY(float, RegressionAccuracy, impl.params)
Dboost.cpp458 CV_WRAP_SAME_PROPERTY(int, MaxCategories, impl.params)
459 CV_WRAP_SAME_PROPERTY(int, MaxDepth, impl.params)
460 CV_WRAP_SAME_PROPERTY(int, MinSampleCount, impl.params)
461 CV_WRAP_SAME_PROPERTY(int, CVFolds, impl.params)
462 CV_WRAP_SAME_PROPERTY(bool, UseSurrogates, impl.params)
463 CV_WRAP_SAME_PROPERTY(bool, Use1SERule, impl.params)
464 CV_WRAP_SAME_PROPERTY(bool, TruncatePrunedTree, impl.params)
465 CV_WRAP_SAME_PROPERTY(float, RegressionAccuracy, impl.params)
/external/opencv3/modules/ml/
Dprecomp.hpp279 CV_WRAP_SAME_PROPERTY(int, MaxCategories, params)
280 CV_WRAP_SAME_PROPERTY(int, MaxDepth, params)
281 CV_WRAP_SAME_PROPERTY(int, MinSampleCount, params)
282 CV_WRAP_SAME_PROPERTY(int, CVFolds, params)
283 CV_WRAP_SAME_PROPERTY(bool, UseSurrogates, params)
284 CV_WRAP_SAME_PROPERTY(bool, Use1SERule, params)
285 CV_WRAP_SAME_PROPERTY(bool, TruncatePrunedTree, params)
286 CV_WRAP_SAME_PROPERTY(float, RegressionAccuracy, params)
/external/opencv3/modules/superres/src/
Doptical_flow.cpp338 CV_WRAP_SAME_PROPERTY(double, Tau, (*alg_))
339 CV_WRAP_SAME_PROPERTY(double, Lambda, (*alg_))
340 CV_WRAP_SAME_PROPERTY(double, Theta, (*alg_))
341 CV_WRAP_SAME_PROPERTY(int, ScalesNumber, (*alg_))
342 CV_WRAP_SAME_PROPERTY(int, WarpingsNumber, (*alg_))
343 CV_WRAP_SAME_PROPERTY(double, Epsilon, (*alg_))
345 CV_WRAP_SAME_PROPERTY(bool, UseInitialFlow, (*alg_))
/external/opencv3/modules/core/include/opencv2/core/
Dprivate.hpp186 #define CV_WRAP_SAME_PROPERTY(type, name, internal_obj) CV_WRAP_PROPERTY(type, name, name, internal… macro