Searched refs:paddedImgSize (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/objdetect/test/ |
D | test_cascadeandhog.cpp | 1020 Size paddedImgSize(img.cols + padding.width*2, img.rows + padding.height*2); in detect() local 1025 nwindows = cache.windowsInImage(paddedImgSize, winStride).area(); in detect() 1048 pt0 = cache.getWindow(paddedImgSize, winStride, (int)i).tl() - Point(padding); in detect() 1122 Size paddedImgSize(img.cols + padding.width*2, img.rows + padding.height*2); in compute() local 1127 nwindows = cache.windowsInImage(paddedImgSize, winStride).area(); in compute() 1150 pt0 = cache.getWindow(paddedImgSize, winStride, (int)i).tl() - Point(padding); in compute()
|
/external/opencv3/modules/objdetect/src/ |
D | hog.cpp | 1408 Size paddedImgSize(imgSize.width + padding.width*2, imgSize.height + padding.height*2); in compute() local 1418 nwindows = cache.windowsInImage(paddedImgSize, winStride).area(); in compute() 1442 pt0 = cache.getWindow(paddedImgSize, winStride, (int)i).tl() - Point(padding); in compute() 1476 Size paddedImgSize(img.cols + padding.width*2, img.rows + padding.height*2); in detect() local 1481 nwindows = cache.windowsInImage(paddedImgSize, winStride).area(); in detect() 1508 pt0 = cache.getWindow(paddedImgSize, winStride, (int)i).tl() - Point(padding); in detect() 3344 Size paddedImgSize(img.cols + padding.width*2, img.rows + padding.height*2); in detectROI() local 3349 nwindows = cache.windowsInImage(paddedImgSize, winStride).area(); in detectROI()
|