Home | History | Annotate | Download | only in src

Lines Matching defs:uniform

45 cvCreateHist( int dims, int *sizes, CvHistType type, float** ranges, int uniform )
79 CV_CALL( cvSetHistBinRanges( hist, ranges, uniform ));
93 float *data, float **ranges, int uniform )
114 if( !uniform )
115 CV_ERROR( CV_StsBadArg, "Only uniform bin ranges can be used here "
117 CV_CALL( cvSetHistBinRanges( hist, ranges, uniform ));
721 cvSetHistBinRanges( CvHistogram* hist, float** ranges, int uniform )
740 if( uniform )
1128 int uniform = CV_IS_UNIFORM_HIST(hist);
1136 if( uniform )
1151 if( uniform )
1338 if( uniform )
1819 int uniform = CV_IS_UNIFORM_HIST(hist);
1828 if( uniform )
1844 if( uniform )
1989 if( uniform )