Home
last modified time | relevance | path

Searched refs:CV_IMPL_PROPERTY (Results 1 – 13 of 13) sorted by relevance

/external/opencv3/modules/superres/src/
Doptical_flow.cpp183 CV_IMPL_PROPERTY(double, PyrScale, pyrScale_)
184 CV_IMPL_PROPERTY(int, LevelsNumber, numLevels_)
185 CV_IMPL_PROPERTY(int, WindowSize, winSize_)
186 CV_IMPL_PROPERTY(int, Iterations, numIters_)
187 CV_IMPL_PROPERTY(int, PolyN, polyN_)
188 CV_IMPL_PROPERTY(double, PolySigma, polySigma_)
189 CV_IMPL_PROPERTY(int, Flags, flags_)
489 CV_IMPL_PROPERTY(double, Alpha, alpha_)
490 CV_IMPL_PROPERTY(double, Gamma, gamma_)
491 CV_IMPL_PROPERTY(double, ScaleFactor, scaleFactor_)
[all …]
Dbtv_l1_cuda.cpp221 CV_IMPL_PROPERTY(int, Scale, scale_)
222 CV_IMPL_PROPERTY(int, Iterations, iterations_)
223 CV_IMPL_PROPERTY(double, Tau, tau_)
224 CV_IMPL_PROPERTY(double, Labmda, lambda_)
225 CV_IMPL_PROPERTY(double, Alpha, alpha_)
226 CV_IMPL_PROPERTY(int, KernelSize, btvKernelSize_)
227 CV_IMPL_PROPERTY(int, BlurKernelSize, blurKernelSize_)
228 CV_IMPL_PROPERTY(double, BlurSigma, blurSigma_)
229 CV_IMPL_PROPERTY(int, TemporalAreaRadius, temporalAreaRadius_)
Dbtv_l1.cpp473 CV_IMPL_PROPERTY(int, Scale, scale_)
474 CV_IMPL_PROPERTY(int, Iterations, iterations_)
475 CV_IMPL_PROPERTY(double, Tau, tau_)
476 CV_IMPL_PROPERTY(double, Labmda, lambda_)
477 CV_IMPL_PROPERTY(double, Alpha, alpha_)
478 CV_IMPL_PROPERTY(int, KernelSize, btvKernelSize_)
479 CV_IMPL_PROPERTY(int, BlurKernelSize, blurKernelSize_)
480 CV_IMPL_PROPERTY(double, BlurSigma, blurSigma_)
481 CV_IMPL_PROPERTY(int, TemporalAreaRadius, temporalAreaRadius_)
/external/opencv3/modules/ml/src/
Dlr.cpp91 CV_IMPL_PROPERTY(double, LearningRate, params.alpha)
92 CV_IMPL_PROPERTY(int, Iterations, params.num_iters)
93 CV_IMPL_PROPERTY(int, Regularization, params.norm)
94 CV_IMPL_PROPERTY(int, TrainMethod, params.train_method)
95 CV_IMPL_PROPERTY(int, MiniBatchSize, params.mini_batch_size)
96 CV_IMPL_PROPERTY(TermCriteria, TermCriteria, params.term_crit)
Dprecomp.hpp171 CV_IMPL_PROPERTY(bool, UseSurrogates, useSurrogates)
172 CV_IMPL_PROPERTY(bool, Use1SERule, use1SERule)
173 CV_IMPL_PROPERTY(bool, TruncatePrunedTree, truncatePrunedTree)
Dknearest.cpp437 CV_IMPL_PROPERTY(int, DefaultK, impl->defaultK)
438 CV_IMPL_PROPERTY(bool, IsClassifier, impl->isclassifier)
439 CV_IMPL_PROPERTY(int, Emax, impl->Emax)
Dboost.cpp454 CV_IMPL_PROPERTY(int, BoostType, impl.bparams.boostType)
455 CV_IMPL_PROPERTY(int, WeakCount, impl.bparams.weakCount)
456 CV_IMPL_PROPERTY(double, WeightTrimRate, impl.bparams.weightTrimRate)
Dann_mlp.cpp88 CV_IMPL_PROPERTY(TermCriteria, TermCriteria, params.termCrit)
89 CV_IMPL_PROPERTY(double, BackpropWeightScale, params.bpDWScale)
90 CV_IMPL_PROPERTY(double, BackpropMomentumScale, params.bpMomentScale)
91 CV_IMPL_PROPERTY(double, RpropDW0, params.rpDW0)
92 CV_IMPL_PROPERTY(double, RpropDWPlus, params.rpDWPlus)
93 CV_IMPL_PROPERTY(double, RpropDWMinus, params.rpDWMinus)
94 CV_IMPL_PROPERTY(double, RpropDWMin, params.rpDWMin)
95 CV_IMPL_PROPERTY(double, RpropDWMax, params.rpDWMax)
Drtrees.cpp361 CV_IMPL_PROPERTY(bool, CalculateVarImportance, impl.rparams.calcVarImportance)
362 CV_IMPL_PROPERTY(int, ActiveVarCount, impl.rparams.nactiveVars)
Dsvm.cpp1251 CV_IMPL_PROPERTY(int, Type, params.svmType)
1252 CV_IMPL_PROPERTY(double, Gamma, params.gamma)
1253 CV_IMPL_PROPERTY(double, Coef0, params.coef0)
1254 CV_IMPL_PROPERTY(double, Degree, params.degree)
1255 CV_IMPL_PROPERTY(double, C, params.C)
1256 CV_IMPL_PROPERTY(double, Nu, params.nu)
1257 CV_IMPL_PROPERTY(double, P, params.p)
/external/opencv3/modules/ml/
Dprecomp.hpp171 CV_IMPL_PROPERTY(bool, UseSurrogates, useSurrogates)
172 CV_IMPL_PROPERTY(bool, Use1SERule, use1SERule)
173 CV_IMPL_PROPERTY(bool, TruncatePrunedTree, truncatePrunedTree)
/external/opencv3/modules/video/src/
Dtvl1flow.cpp97 CV_IMPL_PROPERTY(double, Tau, tau)
98 CV_IMPL_PROPERTY(double, Lambda, lambda)
99 CV_IMPL_PROPERTY(double, Theta, theta)
100 CV_IMPL_PROPERTY(double, Gamma, gamma)
101 CV_IMPL_PROPERTY(int, ScalesNumber, nscales)
102 CV_IMPL_PROPERTY(int, WarpingsNumber, warps)
103 CV_IMPL_PROPERTY(double, Epsilon, epsilon)
104 CV_IMPL_PROPERTY(int, InnerIterations, innerIterations)
105 CV_IMPL_PROPERTY(int, OuterIterations, outerIterations)
106 CV_IMPL_PROPERTY(bool, UseInitialFlow, useInitialFlow)
[all …]
/external/opencv3/modules/core/include/opencv2/core/
Dprivate.hpp180 #define CV_IMPL_PROPERTY(type, name, member) CV_HELP_IMPL_PROPERTY(type, type, name, member) macro