HomeSort by relevance Sort by last modified time
    Searched refs:CV_MAX_DIM (Results 1 - 23 of 23) 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/opencv3/modules/imgproc/test/
test_histograms.cpp 69 int dims[CV_MAX_DIM];
259 int idx[CV_MAX_DIM];
585 int min_idx[CV_MAX_DIM], max_idx[CV_MAX_DIM];
587 int min_idx0[CV_MAX_DIM], max_idx0[CV_MAX_DIM];
1131 IplImage* images[CV_MAX_DIM+1];
1132 int channels[CV_MAX_DIM+1];
1145 for( i = 0; i <= CV_MAX_DIM; i++ )
1163 for( i = 0; i <= CV_MAX_DIM; i++
    [all...]
  /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/opencv3/modules/imgproc/src/
histogram.cpp 760 int size[CV_MAX_DIM];
761 size_t hstep[CV_MAX_DIM];
    [all...]
  /external/opencv3/modules/core/src/
umatrix.cpp 129 CV_Assert( 0 <= _dims && _dims <= CV_MAX_DIM );
239 CV_Assert(0 <= d && d <= CV_MAX_DIM && _sizes);
636 size_t i, sz[CV_MAX_DIM], srcofs[CV_MAX_DIM], dstofs[CV_MAX_DIM], esz = elemSize();
matrix.cpp 74 int isz[CV_MAX_DIM];
105 int isz[CV_MAX_DIM];
135 int isz[CV_MAX_DIM];
266 CV_Assert( 0 <= _dims && _dims <= CV_MAX_DIM );
373 CV_Assert(0 <= d && d <= CV_MAX_DIM && _sizes);
557 int _sizes[CV_MAX_DIM];
558 size_t _steps[CV_MAX_DIM];
    [all...]
array.cpp 245 if( dims <= 0 || dims > CV_MAX_DIM )
284 if( dims <= 0 || dims > CV_MAX_DIM )
303 CV_Assert( src->dims <= CV_MAX_DIM );
304 int sizes[CV_MAX_DIM];
559 CvSparseMat* arr = (CvSparseMat*)cvAlloc(sizeof(*arr)+MAX(0,dims-CV_MAX_DIM)*sizeof(arr->size[0]));
    [all...]
copy.cpp 297 size_t i, sz[CV_MAX_DIM], dstofs[CV_MAX_DIM], esz = elemSize();
    [all...]
ocl.cpp     [all...]
persistence.cpp     [all...]
  /external/opencv3/modules/python/src2/
cv2.cpp 294 #ifndef CV_MAX_DIM
295 const int CV_MAX_DIM = 32;
299 if(ndims >= CV_MAX_DIM)
305 int size[CV_MAX_DIM+1];
306 size_t step[CV_MAX_DIM+1];
    [all...]
  /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/opencv3/modules/core/include/opencv2/core/
types_c.h 616 #define CV_MAX_DIM 32
648 dim[CV_MAX_DIM];
689 int size[CV_MAX_DIM];
752 float thresh[CV_MAX_DIM][2]; /**< For uniform histograms. */
    [all...]
core_c.h 446 @param dims Number of array dimensions. This must not exceed CV_MAX_DIM (32 by default, but can be
572 int stack[CV_MAX_DIM]; /**< for internal use */
612 int sizes[CV_MAX_DIM];
    [all...]
  /external/opencv3/modules/core/test/
test_io.cpp 14 int idx[CV_MAX_DIM];
test_umat.cpp 92 int _sz[CV_MAX_DIM];
164 int sz[CV_MAX_DIM];
  /external/opencv/ml/src/
ml_inner_functions.cpp     [all...]
  /external/opencv3/apps/traincascade/
old_ml_inner_functions.cpp 1094 int d, sizes[CV_MAX_DIM];
    [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 181 milliseconds