| 
    NVIDIA 2D Image And Signal Performance Primitives (NPP)
    Version 11.2.1.*
    
   | 
 
The NppiHOGConfig structure defines the configuration parameters for the HOG descriptor: More...
#include <nppdefs.h>
Data Fields | |
| int | cellSize | 
| square cell size (pixels).  More... | 
|
| int | histogramBlockSize | 
| square histogram block size (pixels).  More... | 
|
| int | nHistogramBins | 
| required number of histogram bins.  More... | 
|
| NppiSize | detectionWindowSize | 
| detection window size (pixels).  More... | 
|
The NppiHOGConfig structure defines the configuration parameters for the HOG descriptor:
| int NppiHOGConfig::cellSize | 
square cell size (pixels).
| NppiSize NppiHOGConfig::detectionWindowSize | 
detection window size (pixels).
| int NppiHOGConfig::histogramBlockSize | 
square histogram block size (pixels).
| int NppiHOGConfig::nHistogramBins | 
required number of histogram bins.