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

  /external/opencv3/modules/imgproc/test/
test_histograms.cpp 149 hist_type = cvtest::randInt(rng) % 2 ? CV_HIST_SPARSE : CV_HIST_ARRAY;
718 if( hist_type == CV_HIST_SPARSE &&
930 if( code > 0 && hist_type == CV_HIST_SPARSE )
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 802 #define CV_HIST_SPARSE 1
803 #define CV_HIST_TREE CV_HIST_SPARSE
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h 741 #define CV_HIST_SPARSE 1
742 #define CV_HIST_TREE CV_HIST_SPARSE
    [all...]
  /external/opencv/cv/src/
cvhistogram.cpp 69 else if( type == CV_HIST_SPARSE )
696 !is_sparse ? CV_HIST_ARRAY : CV_HIST_SPARSE, 0, 0 ));
    [all...]
  /external/opencv3/modules/imgproc/src/
histogram.cpp     [all...]

Completed in 74 milliseconds