Home
last modified time | relevance | path

Searched defs:maskstep (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/imgproc/src/
Daccum.cpp890 int srcstep = (int)src.step, dststep = (int)dst.step, maskstep = (int)mask.step; in accumulate() local
973 int srcstep = (int)src.step, dststep = (int)dst.step, maskstep = (int)mask.step; in accumulateSquare() local
1059 …ep = (int)src1.step, src2step = (int)src2.step, dststep = (int)dst.step, maskstep = (int)mask.step; in accumulateProduct() local
1147 int srcstep = (int)src.step, dststep = (int)dst.step, maskstep = (int)mask.step; in accumulateWeighted() local
/external/opencv/cv/src/
Dcvhistogram.cpp1411 int maskstep = 0, step = 0; in cvCalcArrHist() local