NVIDIA 2D Image And Signal Performance Primitives (NPP)  Version 11.1.0.*
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
Data Fields
NppiHOGConfig Struct Reference

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...
 

Detailed Description

The NppiHOGConfig structure defines the configuration parameters for the HOG descriptor:

Field Documentation

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.


The documentation for this struct was generated from the following file:

Copyright © 2009-2020 NVIDIA Corporation