#include <RawImageManipConfig.hpp>
Public Member Functions | |
DEPTHAI_SERIALIZE (CropConfig, cropRect, cropRotatedRect, enableCenterCropRectangle, cropRatio, widthHeightAspectRatio, enableRotatedRect, normalizedCoords) | |
Public Attributes | |
float | cropRatio = 1.0f |
CropRect | cropRect |
RotatedRect | cropRotatedRect |
bool | enableCenterCropRectangle = false |
bool | enableRotatedRect = false |
bool | normalizedCoords = true |
float | widthHeightAspectRatio = 1.0f |
Definition at line 29 of file RawImageManipConfig.hpp.
dai::RawImageManipConfig::CropConfig::DEPTHAI_SERIALIZE | ( | CropConfig | , |
cropRect | , | ||
cropRotatedRect | , | ||
enableCenterCropRectangle | , | ||
cropRatio | , | ||
widthHeightAspectRatio | , | ||
enableRotatedRect | , | ||
normalizedCoords | |||
) |
float dai::RawImageManipConfig::CropConfig::cropRatio = 1.0f |
Definition at line 35 of file RawImageManipConfig.hpp.
CropRect dai::RawImageManipConfig::CropConfig::cropRect |
Definition at line 30 of file RawImageManipConfig.hpp.
RotatedRect dai::RawImageManipConfig::CropConfig::cropRotatedRect |
Definition at line 31 of file RawImageManipConfig.hpp.
bool dai::RawImageManipConfig::CropConfig::enableCenterCropRectangle = false |
Definition at line 33 of file RawImageManipConfig.hpp.
bool dai::RawImageManipConfig::CropConfig::enableRotatedRect = false |
Definition at line 37 of file RawImageManipConfig.hpp.
bool dai::RawImageManipConfig::CropConfig::normalizedCoords = true |
Definition at line 40 of file RawImageManipConfig.hpp.
float dai::RawImageManipConfig::CropConfig::widthHeightAspectRatio = 1.0f |
Definition at line 35 of file RawImageManipConfig.hpp.