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

  /external/opencv3/modules/imgproc/test/
test_distancetransform.cpp 163 int tstep, count; local
193 tstep = temp->step / sizeof(float);
199 ofs[1] = -tstep-1; delta[1] = mask[1];
200 ofs[2] = -tstep; delta[2] = mask[0];
201 ofs[3] = -tstep+1; delta[3] = mask[1];
207 ofs[1] = -tstep-2; delta[1] = mask[2];
208 ofs[2] = -tstep-1; delta[2] = mask[1];
209 ofs[3] = -tstep; delta[3] = mask[0];
210 ofs[4] = -tstep+1; delta[4] = mask[1];
211 ofs[5] = -tstep+2; delta[5] = mask[2]
    [all...]
test_filter.cpp     [all...]
  /external/opencv/cv/src/
cvlkpyramid.cpp 137 int tstep = cvAlign(levelSize.width,ALIGN) * elem_size; local
138 pyrBytes += tstep * levelSize.height;
    [all...]
  /external/opencv3/modules/imgproc/src/
sumpixels.cpp 335 uchar* sqsum, size_t sqsumstep, uchar* tilted, size_t tstep,

Completed in 170 milliseconds