Home
last modified time | relevance | path

Searched defs:detection_window_size (Results 1 – 4 of 4) sorted by relevance

/external/ComputeLibrary/src/core/
DHOGInfo.cpp37 …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/
DHOGDescriptorDataset.h87 … Size2D cell_size, Size2D block_size, Size2D detection_window_size, Size2D block_stride, in add_config()
/external/ComputeLibrary/src/core/NEON/kernels/
DNEHOGDetectorKernel.cpp52 const Size2D &detection_window_size = hog->info()->detection_window_size(); in configure() local
/external/ComputeLibrary/src/core/CL/kernels/
DCLHOGDetectorKernel.cpp60 const Size2D &detection_window_size = hog->info()->detection_window_size(); in configure() local