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

  /external/opencv/cvaux/src/
cvhmm1d.cpp 255 hmm->obsProb = NULL;
267 if (hmm->obsProb != NULL)
269 int* tmp = ((int*)(hmm->obsProb)) - 3;
548 if ( hmm->obsProb == NULL )
558 hmm->obsProb = (float**) (buffer + 3);
565 int* total= (int*)(((int*)(hmm->obsProb)) - 3);
573 int* buffer = ((int*)(hmm->obsProb)) - 3;
580 hmm->obsProb = (float**)(buffer + 3);
587 int* obsx = ((int*)(hmm->obsProb)) - 1;
588 //int* obsy = ((int*)(hmm->obsProb)) - 2
    [all...]
cvhmm.cpp 191 hmm[i].obsProb = NULL;
209 if (hmm->obsProb != NULL)
211 int* tmp = ((int*)(hmm->obsProb)) - 3;
615 if ( hmm->obsProb == NULL )
625 hmm->obsProb = (float**) (buffer + 3);
632 int* total= (int*)(((int*)(hmm->obsProb)) - 3);
640 int* buffer = ((int*)(hmm->obsProb)) - 3;
647 hmm->obsProb = (float**)(buffer + 3);
654 int* obsx = ((int*)(hmm->obsProb)) - 1;
655 int* obsy = ((int*)(hmm->obsProb)) - 2
    [all...]
  /external/opencv/cvaux/include/
cvaux.h 133 float** obsProb; /* if level == 0 - array of brob matrices corresponding to hmm
    [all...]

Completed in 91 milliseconds