getBlock          508 modules/objdetect/src/hog.cpp     const float* getBlock(Point pt, float* buf);
getBlock         1452 modules/objdetect/src/hog.cpp             const float* src = cache.getBlock(pt, dst);
getBlock         1520 modules/objdetect/src/hog.cpp             const float* vec = cache.getBlock(pt, &blockHist[0]);
getBlock         3386 modules/objdetect/src/hog.cpp             const float* vec = cache.getBlock(pt, &blockHist[0]);
getBlock          613 modules/objdetect/test/test_cascadeandhog.cpp     const float* getBlock(Point pt, float* buf);
getBlock         1059 modules/objdetect/test/test_cascadeandhog.cpp             const float* vec = cache.getBlock(pt, &blockHist[0]);
getBlock         1160 modules/objdetect/test/test_cascadeandhog.cpp             const float* src = cache.getBlock(pt, dst);