vx_hog_t Struct Reference#
vx_hog_t Struct Reference
The HOG descriptor structure. More...
#include <vx_types.h>
Data Fields | |
vx_int32 | cell_width |
The histogram cell width of type VX_TYPE_INT32 . | |
vx_int32 | cell_height |
The histogram cell height of type VX_TYPE_INT32 . | |
vx_int32 | block_width |
The histogram block width of type VX_TYPE_INT32 . Must be divisible by cell_width. | |
vx_int32 | block_height |
The histogram block height of type VX_TYPE_INT32 . Must be divisible by cell_height. | |
vx_int32 | block_stride |
The histogram block stride within the window of type VX_TYPE_INT32 . Must be an integral number of cell_width and cell_height. | |
vx_int32 | num_bins |
The histogram size of type VX_TYPE_INT32 . | |
vx_int32 | window_width |
The feature descriptor window width of type VX_TYPE_INT32 | |
vx_int32 | window_height |
The feature descriptor window height of type VX_TYPE_INT32 | |
vx_int32 | window_stride |
The feature descriptor window stride of type VX_TYPE_INT32 | |
vx_float32 | threshold |
The threshold for the maximum L2-norm value for a histogram bin. It is used as part of block normalization. It defaults to 0.2. | |
Detailed Description
The HOG descriptor structure.
The documentation for this struct was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-mivisionx/checkouts/docs-5.7.1/amd_openvx/openvx/include/VX/vx_types.h