Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvhmm.cpp1103 int m_ProbType = prob_type; /* _CV_LAST_STATE or _CV_BEST_STATE */ in icvViterbiSegmentation() local
1226 if ( m_ProbType == _CV_LAST_STATE ) in icvViterbiSegmentation()
1231 else if( m_ProbType == _CV_BEST_STATE ) in icvViterbiSegmentation()