![]() |
VXLIB User Guide
|
Header file for kernel's internal use. For the kernel's interface. Note: The VXLIB_accumulateImage does not contain any implementation. Instead, the implementation of VXLIB_add is used. For this reason, the kerenl's interfaces of VXLIB_add (defined in VXLIB_add_priv.h) are reused in this kernel. please see VXLIB_accumulateImage.
Definition in file VXLIB_accumulateImage_priv.h.
Go to the source code of this file.
Macros | |
| #define | VXLIB_ACCUMULATEIMAGE_I8U_O8U ((dTypeIn == VXLIB_UINT8) && (dTypeOut == VXLIB_UINT8)) |
| Macros that will be useful to check for datatype combinations. More... | |
| #define | VXLIB_ACCUMULATEIMAGE_I8U_O16S ((dTypeIn == VXLIB_UINT8) && (dTypeOut == VXLIB_INT16)) |
| #define | VXLIB_ACCUMULATEIMAGE_I16S_O16S ((dTypeIn == VXLIB_INT16) && (dTypeOut == VXLIB_INT16)) |
| #define VXLIB_ACCUMULATEIMAGE_I8U_O8U ((dTypeIn == VXLIB_UINT8) && (dTypeOut == VXLIB_UINT8)) |
Macros that will be useful to check for datatype combinations.
Definition at line 56 of file VXLIB_accumulateImage_priv.h.
| #define VXLIB_ACCUMULATEIMAGE_I8U_O16S ((dTypeIn == VXLIB_UINT8) && (dTypeOut == VXLIB_INT16)) |
Definition at line 57 of file VXLIB_accumulateImage_priv.h.
| #define VXLIB_ACCUMULATEIMAGE_I16S_O16S ((dTypeIn == VXLIB_INT16) && (dTypeOut == VXLIB_INT16)) |
Definition at line 58 of file VXLIB_accumulateImage_priv.h.