Home | History | Annotate | Download | only in src

Lines Matching full:comstat

596     unsigned char *comStat = 0;
681 CV_CALL( comStat = (unsigned char*)cvAlloc(sizeof(unsigned char)*numPoints) );
693 comStat[i] = (unsigned char)(stats[0][i] * stats[1][i] * stats[2][i]);
694 numTripl += comStat[i];
715 if( comStat[i] )
739 if( comStat[i] )
756 if( comStat[i] )
775 cvFree( &comStat);