HomeSort by relevance Sort by last modified time
    Searched refs:icvSetZero_32f (Results 1 - 4 of 4) sorted by null

  /external/opencv/cv/src/
_cvmatrix.h 49 #define icvSetZero_32f( dst, cols, rows ) memset((dst),0,(rows)*(cols)*sizeof(float))
186 icvSetZero_32f( dst, w, h );
cvcondens.cpp 171 icvSetZero_32f( ConDens->Temp, ConDens->DP, 1 );
  /external/opencv/cvaux/src/
cvhmm.cpp 897 icvSetZero_32f( hmm->transP, hmm->num_states, hmm->num_states );
900 icvSetZero_32f( hmm->u.ehmm[i].transP , hmm->u.ehmm[i].num_states, hmm->u.ehmm[i].num_states );
    [all...]
cvhmm1d.cpp 840 icvSetZero_32f( hmm->transP, hmm->num_states, hmm->num_states );
    [all...]

Completed in 37 milliseconds