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

  /external/opencv/cvaux/include/
cvaux.hpp 127 float m_hist_ranges_data[CV_MAX_DIM][2];
128 float* m_hist_ranges[CV_MAX_DIM];
130 int m_min_ch_val[CV_MAX_DIM];
131 int m_max_ch_val[CV_MAX_DIM];
134 IplImage* m_color_planes[CV_MAX_DIM];
  /external/opencv/cvaux/src/
camshift.cpp 52 for( i = 0; i < CV_MAX_DIM; i++ )
73 for( i = 0; i < CV_MAX_DIM; i++ )
86 uchar* planes[CV_MAX_DIM];
88 int dims[CV_MAX_DIM];
103 for( i = 0; i < CV_MAX_DIM; i++ )
249 if( (unsigned)(c_dims-1) >= (unsigned)CV_MAX_DIM || dims == 0 )
254 int dims2[CV_MAX_DIM];
272 if( (unsigned)channel >= (unsigned)CV_MAX_DIM ||
  /external/opencv/cv/src/
cvhistogram.cpp 52 if( (unsigned)dims > CV_MAX_DIM )
283 int i, dims, size[CV_MAX_DIM];
410 int size1[CV_MAX_DIM], size2[CV_MAX_DIM], total = 1;
660 int size1[CV_MAX_DIM], size2[CV_MAX_DIM], total = 1;
661 float* ranges[CV_MAX_DIM];
727 int dims, size[CV_MAX_DIM], total = 0;
876 int dims, histsize[CV_MAX_DIM];
1068 int node_idx[CV_MAX_DIM];
    [all...]
cvpgh.cpp 340 int size[CV_MAX_DIM];
  /external/opencv/cxcore/include/
cxtypes.h 701 #define CV_MAX_DIM 32
726 dim[CV_MAX_DIM];
758 int size[CV_MAX_DIM];
813 float thresh[CV_MAX_DIM][2]; /* For uniform histograms. */
    [all...]
cxcore.h 299 int stack[CV_MAX_DIM]; /* for internal use */
    [all...]
  /external/opencv/ml/src/
ml_inner_functions.cpp     [all...]
  /external/opencv/cxcore/src/
cxarray.cpp 299 if( dims <= 0 || dims > CV_MAX_DIM )
365 if( dims <= 0 || dims > CV_MAX_DIM )
668 CV_CALL( arr = (CvSparseMat*)cvAlloc(sizeof(*arr)+MAX(0,dims-CV_MAX_DIM)*sizeof(arr->size[0])));
    [all...]
cxpersistence.cpp     [all...]

Completed in 141 milliseconds