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

  /external/opencv3/modules/objdetect/test/
test_cascadeandhog.cpp 1195 Point roiofs; local
    [all...]
  /external/opencv3/modules/objdetect/src/
hog.cpp 236 Point roiofs; local
237 img.locateROI(wholeSize, roiofs);
278 xmap[x] = borderInterpolate(x - paddingTL.width + roiofs.x,
279 wholeSize.width, borderType) - roiofs.x;
281 ymap[y] = borderInterpolate(y - paddingTL.height + roiofs.y,
282 wholeSize.height, borderType) - roiofs.y;
    [all...]

Completed in 219 milliseconds