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

  /external/opencv/cxcore/src/
cxmean.cpp 243 const uchar* mask, int maskstep, \
245 (src, step, mask, maskstep, size, mean)) \
249 for( ; size.height--; src += step, mask += maskstep ) \
274 const uchar* mask, int maskstep, \
276 (src, step, mask, maskstep, size, mean)) \
280 for( ; size.height--; src += step, mask += maskstep ) \
295 const uchar* mask, int maskstep, \
302 for( ; size.height--; src += step, mask += maskstep ) \
327 const uchar* mask, int maskstep, \
334 for( ; size.height--; src += step, mask += maskstep ) \
    [all...]
cxnorm.cpp 516 const uchar* mask, int maskstep, CvSize size, double* _norm ),\
517 (src, step, mask, maskstep, size, _norm) ) \
524 for( ; size.height--; src += step, mask += maskstep ) \
552 const uchar* mask, int maskstep, CvSize size, double* _norm ),\
553 (src, step, mask, maskstep, size, _norm) ) \
558 for( ; size.height--; src += step, mask += maskstep ) \
574 const uchar* mask, int maskstep, CvSize size, \
583 for( ; size.height--; src += step, mask += maskstep ) \
    [all...]
cxmeansdv.cpp 497 const uchar* mask, int maskstep, \
499 (src, step, mask, maskstep, size, mean, sdv))\
505 for( ; size.height--; src += step, mask += maskstep ) \
532 const uchar* mask, int maskstep, \
534 (src, step, mask, maskstep, size, mean, sdv))\
539 for( ; size.height--; src += step, mask += maskstep ) \
556 const uchar* mask, int maskstep, \
565 for( ; size.height--; src += step, mask += maskstep ) \
592 const uchar* mask, int maskstep, \
600 for( ; size.height--; src += step, mask += maskstep ) \
    [all...]
_cxipp.h 67 const uchar* mask, int maskstep )) \
71 const uchar* mask, int maskstep, \
151 int maskStep, CvSize size, double* mean )) \
155 int maskStep, CvSize size, double* mean )) \
159 int maskStep, CvSize size, double* mean )) \
163 int maskStep, CvSize size, double* mean ))
196 const uchar* mask, int maskStep, \
200 ( const srctype* img, int imgstep, const uchar* mask, int maskStep, \
205 const uchar* mask, int maskStep, \
210 const uchar* mask, int maskStep, \
    [all...]
cxcopy.cpp 154 CvSize size, const uchar* mask, int maskstep ), \
155 (src, srcstep, dst, dststep, size, mask, maskstep)) \
159 dst += dststep, mask += maskstep ) \
207 const uchar* mask, int maskstep, \
209 (dst, dststep, mask, maskstep, size, scalar))\
214 for( ; size.height--; mask += maskstep, \
    [all...]
  /external/opencv/cv/src/
cvaccum.cpp 154 name,( const srctype *src, int srcstep, const uchar* mask, int maskstep,\
156 (src, srcstep, mask, maskstep, dst, dststep, size )) \
162 dst += dststep, mask += maskstep ) \
191 const uchar* mask, int maskstep, dsttype *dst, int dststep, CvSize size ),\
192 (src1, step1, src2, step2, mask, maskstep, dst, dststep, size )) \
199 dst += dststep, mask += maskstep ) \
224 ( const srctype *src, int srcstep, const uchar* mask, int maskstep, \
226 (src, srcstep, mask, maskstep, dst, dststep, size, alpha )) \
233 dst += dststep, mask += maskstep ) \
258 name,( const srctype *src, int srcstep, const uchar* mask, int maskstep,\
    [all...]
_cvipp.h 120 ( const arrtype* src, int srcstep, const uchar* mask, int maskstep, \
124 ( const arrtype* src, int srcstep, const uchar* mask, int maskstep, \
129 const uchar* mask, int maskstep, acctype* dst, int dststep, CvSize size )) \
132 ( const arrtype* src, int srcstep, const uchar* mask, int maskstep, \
137 ( const arrtype* src, int srcstep, const uchar* mask, int maskstep, \
141 ( const arrtype* src, int srcstep, const uchar* mask, int maskstep, \
146 const uchar* mask, int maskstep, acctype* dst, int dststep, CvSize size )) \
149 ( const arrtype* src, int srcstep, const uchar* mask, int maskstep, \
    [all...]
cvhistogram.cpp 871 icvCalcHist_8u_C1R( uchar** img, int step, uchar* mask, int maskStep,
934 mask += maskStep;
978 mask += maskStep;
1016 mask += maskStep;
1057 mask += maskStep;
1110 mask += maskStep;
1124 icvCalcHist_32f_C1R( float** img, int step, uchar* mask, int maskStep,
1411 int maskstep = 0, step = 0; local
    [all...]

Completed in 130 milliseconds