Searched refs:start_step (Results 1 – 2 of 2) sorted by relevance
135 switch( params.start_step ) in set_params()408 if( params.start_step == START_AUTO_STEP || nclusters == 1 || nclusters == nsamples ) in init_em()410 else if( params.start_step == START_M_STEP ) in init_em()428 CV_ASSERT( params.start_step == START_E_STEP && params.means ); in init_em()793 int start_step = params.start_step; in run_em() local865 if( start_step != START_M_STEP ) in run_em()881 if( start_step == START_AUTO_STEP ) in run_em()893 if( start_step == START_AUTO_STEP ) in run_em()910 if( n > 0 || start_step != START_M_STEP ) in run_em()
562 start_step(0/*CvEM::START_AUTO_STEP*/), probs(0), weights(0), means(0), covs(0) in CvEMParams()571 nclusters(_nclusters), cov_mat_type(_cov_mat_type), start_step(_start_step), in nclusters()577 int start_step; member