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

  /external/opencv/cvaux/src/
cvhmm.cpp 190 hmm[i].transP = icvCreateMatrix_32f( hmm[i].num_states, hmm[i].num_states );
    [all...]
cvhmm1d.cpp 254 hmm->transP = icvCreateMatrix_32f( hmm->num_states, hmm->num_states );
    [all...]
  /external/opencv/cv/src/
_cvmatrix.h 57 #define icvCreateMatrix_32f( w, h ) (float*)cvAlloc( (w)*(h)*sizeof(float))

Completed in 379 milliseconds