Searched defs:detection_window_size (Results 1 – 4 of 4) sorted by relevance
/external/ComputeLibrary/src/core/ |
D | HOGInfo.cpp | 37 …HOGInfo(const Size2D &cell_size, const Size2D &block_size, const Size2D &detection_window_size, co… in HOGInfo() 44 …o::init(const Size2D &cell_size, const Size2D &block_size, const Size2D &detection_window_size, co… in init() 101 const Size2D &HOGInfo::detection_window_size() const in detection_window_size() function in HOGInfo
|
/external/ComputeLibrary/tests/datasets/ |
D | HOGDescriptorDataset.h | 87 … Size2D cell_size, Size2D block_size, Size2D detection_window_size, Size2D block_stride, in add_config()
|
/external/ComputeLibrary/src/core/NEON/kernels/ |
D | NEHOGDetectorKernel.cpp | 52 const Size2D &detection_window_size = hog->info()->detection_window_size(); in configure() local
|
/external/ComputeLibrary/src/core/CL/kernels/ |
D | CLHOGDetectorKernel.cpp | 60 const Size2D &detection_window_size = hog->info()->detection_window_size(); in configure() local
|