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

  /external/opencv/cv/src/
cvdistransform.cpp 53 int* tbottom = (int*)(temp + (size.height + border*2 - i - 1)*tempstep); local
58 tbottom[j] = ICV_INIT_DIST0;
  /external/opencv3/modules/imgproc/src/
distransform.cpp 58 int* tbottom = temp.ptr<int>(size.height - i - 1); local
63 tbottom[j] = INIT_DIST0;

Completed in 134 milliseconds