Definition at line 41 of file ImageTransformation.h.
Data Fields | |
uint8_t | ignoreAspectRatio |
Boolean indicating whether the aspect ratio of the input image should be kept (0) or the image should be stretched to the roi specified (>0>). More... | |
uint8_t | useNvMedia |
Boolean indicating whether to use NvMedia (>0) or not (0). Default is 1. More... | |
uint8_t dwImageTransformationParameters::ignoreAspectRatio |
Boolean indicating whether the aspect ratio of the input image should be kept (0) or the image should be stretched to the roi specified (>0>).
Default is 0.
Definition at line 45 of file ImageTransformation.h.
uint8_t dwImageTransformationParameters::useNvMedia |
Boolean indicating whether to use NvMedia (>0) or not (0). Default is 1.
Definition at line 47 of file ImageTransformation.h.