OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startStep
(Results
1 - 4
of
4
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
MotionBlurComponent.java
90
final int
startStep
= mCurrentStep > 0 ? mCurrentStep - 1 : STEP_COUNT - 1;
93
final int step = (
startStep
- x) < 0 ? (STEP_COUNT + (
startStep
- x)) : (
startStep
- x);
/external/opencv3/modules/ml/src/
em.cpp
235
static void checkTrainData(int
startStep
, const Mat& samples,
249
CV_Assert(
startStep
== START_AUTO_STEP ||
250
startStep
== START_E_STEP ||
251
startStep
== START_M_STEP);
284
if(
startStep
== START_E_STEP)
288
else if(
startStep
== START_M_STEP)
320
void setTrainData(int
startStep
, const Mat& samples,
328
checkTrainData(
startStep
, samples, nclusters, covMatType, probs0, means0, covs0, weights0);
330
bool isKMeansInit = (
startStep
== START_AUTO_STEP) || (
startStep
== START_E_STEP && (covs0 == 0 || weights0 == 0))
[
all
...]
/external/opencv3/modules/ml/test/
test_emknearestkmeans.cpp
358
: nclusters(_nclusters), covMatType(_covMatType),
startStep
(_startStep),
364
int
startStep
;
402
if( params.
startStep
== EM::START_AUTO_STEP )
404
else if( params.
startStep
== EM::START_E_STEP )
407
else if( params.
startStep
== EM::START_M_STEP )
476
params.
startStep
= EM::START_AUTO_STEP;
482
params.
startStep
= EM::START_AUTO_STEP;
488
params.
startStep
= EM::START_AUTO_STEP;
494
params.
startStep
= EM::START_M_STEP;
500
params.
startStep
= EM::START_M_STEP
[
all
...]
/external/ImageMagick/MagickCore/
accelerate-kernels-private.h
[
all
...]
Completed in 200 milliseconds