VXLIB User Guide
VXLIB_accumulateImage_InitArgs Struct Reference

Detailed Description

Structure containing the parameters to initialize the kernel.

Definition at line 82 of file VXLIB_accumulateImage.h.

Data Fields

int8_t funcStyle
 Variant of the function, refer to VXLIB_FUNCTION_STYLE
More...
 
VXLIB_OVERFLOW_POLICY overFlowPolicy
 Overflow policy, refer to VXLIB_OVERFLOW_POLICY
More...
 

Field Documentation

◆ funcStyle

int8_t VXLIB_accumulateImage_InitArgs::funcStyle

Variant of the function, refer to VXLIB_FUNCTION_STYLE

Definition at line 84 of file VXLIB_accumulateImage.h.

◆ overFlowPolicy

VXLIB_OVERFLOW_POLICY VXLIB_accumulateImage_InitArgs::overFlowPolicy

Overflow policy, refer to VXLIB_OVERFLOW_POLICY

Definition at line 86 of file VXLIB_accumulateImage.h.