Home | History | Annotate | Download | only in src

Lines Matching full:start_step

135     switch( params.start_step )
148 CV_ERROR( CV_StsBadArg, "Unknown start_step" );
408 if( params.start_step == START_AUTO_STEP || nclusters == 1 || nclusters == nsamples )
410 else if( params.start_step == START_M_STEP )
428 CV_ASSERT( params.start_step == START_E_STEP && params.means );
793 int start_step = params.start_step;
865 if( start_step != START_M_STEP )
881 if( start_step == START_AUTO_STEP )
893 if( start_step == START_AUTO_STEP )
910 if( n > 0 || start_step != START_M_STEP )