Home
last modified time | relevance | path

Searched refs:blockHist (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/objdetect/test/
Dtest_cascadeandhog.cpp825 float* blockHist = buf; in getBlock() local
847 blockHist = &blockCache[cacheIdx.y][cacheIdx.x*blockHistogramSize]; in getBlock()
850 return blockHist; in getBlock()
858 CV_Assert( blockHist != 0 ); in getBlock()
860 blockHist[k] = 0.f; in getBlock()
871 float* hist = blockHist + pk.histOfs[0]; in getBlock()
885 float* hist = blockHist + pk.histOfs[0]; in getBlock()
891 hist = blockHist + pk.histOfs[1]; in getBlock()
906 float* hist = blockHist + pk.histOfs[0]; in getBlock()
912 hist = blockHist + pk.histOfs[1]; in getBlock()
[all …]
/external/opencv3/modules/objdetect/src/
Dhog.cpp764 float* blockHist = buf; in getBlock() local
786 blockHist = &blockCache[cacheIdx.y][cacheIdx.x*blockHistogramSize]; in getBlock()
789 return blockHist; in getBlock()
798 memset(blockHist, 0, sizeof(float) * blockHistogramSize); in getBlock()
810 float* hist = blockHist + pk.histOfs[0]; in getBlock()
832 float* hist = blockHist + pk.histOfs[0]; in getBlock()
837 hist = blockHist + pk.histOfs[1]; in getBlock()
851 float* hist = blockHist + pk.histOfs[0]; in getBlock()
857 hist = blockHist + pk.histOfs[1]; in getBlock()
880 float* hist = blockHist + pk.histOfs[0]; in getBlock()
[all …]