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

  /external/opencv3/modules/python/test/
leak3.py 8 h = cv.CreateHist([40], cv.CV_HIST_ARRAY, [[0,255]], 1)
calchist.py 28 hist = cv.CreateHist([h_bins, s_bins], cv.CV_HIST_ARRAY, ranges, 1)
  /external/opencv/cv/src/
cvcalccontrasthistogram.cpp 75 if( hist->type != CV_HIST_ARRAY )
93 if( hist->type == CV_HIST_ARRAY )
189 if( hist->type != CV_HIST_ARRAY )
207 if( hist->type == CV_HIST_ARRAY )
cvthresh.cpp 343 CV_CALL( hist = cvCreateHist( 1, &hist_size, CV_HIST_ARRAY, &ranges ));
cvmotempl.cpp 328 CV_CALL( hist = cvCreateHist( 1, &hist_size, CV_HIST_ARRAY, &ranges ));
cvhistogram.cpp 63 if( type == CV_HIST_ARRAY )
696 !is_sparse ? CV_HIST_ARRAY : CV_HIST_SPARSE, 0, 0 ));
    [all...]
  /external/opencv3/modules/imgproc/test/
test_histograms.cpp 149 hist_type = cvtest::randInt(rng) % 2 ? CV_HIST_SPARSE : CV_HIST_ARRAY;
250 if( hist_type == CV_HIST_ARRAY )
360 if( hist_type == CV_HIST_ARRAY )
631 if( hist_type != CV_HIST_ARRAY && test_cpp )
729 if( hist_type != CV_HIST_ARRAY && test_cpp )
747 if( hist_type == CV_HIST_ARRAY )
841 if( hist_type == CV_HIST_ARRAY )
895 if( hist_type == CV_HIST_ARRAY )
906 if( hist_type == CV_HIST_ARRAY )
981 if( hist_type != CV_HIST_ARRAY && test_cpp
    [all...]
  /external/opencv/cvaux/src/
camshift.cpp 263 m_hist = cvCreateHist( c_dims, dims, CV_HIST_ARRAY, 0, 0 );
  /external/opencv/cxcore/include/
cxtypes.h 801 #define CV_HIST_ARRAY 0
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h 740 #define CV_HIST_ARRAY 0
    [all...]
  /external/opencv3/modules/imgproc/src/
histogram.cpp     [all...]

Completed in 197 milliseconds