Searched refs:CV_IS_SPARSE_HIST (Results 1 - 4 of 4) sorted by relevance

/external/opencv/cv/src/
H A Dcvhistogram.cpp153 if( CV_IS_SPARSE_HIST( temp ))
234 if( !CV_IS_SPARSE_HIST(hist) )
290 if( !CV_IS_SPARSE_HIST(hist) )
797 int is_sparse = CV_IS_SPARSE_HIST( hist );
875 int is_sparse = CV_IS_SPARSE_HIST(hist);
1127 int is_sparse = CV_IS_SPARSE_HIST(hist);
1479 if( !CV_IS_SPARSE_HIST(hist))
1489 else if( !CV_IS_SPARSE_HIST(hist))
1527 if( !CV_IS_SPARSE_HIST(hist))
1558 int is_sparse = CV_IS_SPARSE_HIST(his
[all...]
H A Dcvpgh.cpp346 if( CV_IS_SPARSE_HIST( hist ))
H A Dcvthresh.cpp214 if( !CV_IS_HIST(hist) || CV_IS_SPARSE_HIST(hist) || hist->mat.dims != 1 )
/external/opencv/cxcore/include/
H A Dcxtypes.h827 #define CV_IS_SPARSE_HIST( hist ) \ macro

Completed in 232 milliseconds