Home | History | Annotate | Download | only in src

Lines Matching refs:thresh2

61     hist->thresh2 = 0;
107 hist->thresh2 = 0;
161 if( temp->thresh2 )
162 cvFree( &temp->thresh2 );
709 thresh = src->thresh2;
756 if( !hist->thresh2 )
758 CV_CALL( hist->thresh2 = (float**)cvAlloc(
759 dims*sizeof(hist->thresh2[0])+
760 total*sizeof(hist->thresh2[0][0])));
762 dim_ranges = (float*)(hist->thresh2 + dims);
779 hist->thresh2[i] = dim_ranges;
830 double limit = hist->thresh2[i][0];
848 limit = hist->thresh2[i][idx+1];
1308 float* thresh = hist->thresh2[i];
1369 float* thresh = hist->thresh2[i];
1960 float* thresh = hist->thresh2[i];
2017 float* thresh = hist->thresh2[i];
2437 h->thresh2 = NULL;
2441 CV_CALL( h->thresh2 = (float**)cvAlloc(
2442 dims*sizeof(h->thresh2[0])+
2443 total*sizeof(h->thresh2[0][0])));
2444 dim_ranges = (float*)(h->thresh2 + dims);
2446 h->thresh2[i] = dim_ranges;
2498 cvWriteRawData( fs, hist->thresh2[i], sizes[i]+1, "f" );