Struct ImageAlignProperties
Defined in File ImageAlignProperties.hpp
Inheritance Relationships
Base Type
public dai::PropertiesSerializable< Properties, ImageAlignProperties >(Template Struct PropertiesSerializable)
Struct Documentation
-
struct ImageAlignProperties : public dai::PropertiesSerializable<Properties, ImageAlignProperties>
Specify properties for ImageAlign
Public Types
-
using Interpolation = dai::Interpolation
Public Functions
-
~ImageAlignProperties() override
Public Members
-
ImageAlignConfig initialConfig
-
int numFramesPool = 4
Num frames in output pool.
-
int alignWidth = 0
Optional output width
-
int alignHeight = 0
Optional output height
-
std::vector<int> warpHwIds
Warp HW IDs to use, if empty, use auto/default.
-
Interpolation interpolation = Interpolation::AUTO
Interpolation type to use.
-
bool outKeepAspectRatio = true
Whether to keep aspect ratio of the input or not
-
std::int32_t numShaves = 2
Number of shaves reserved.
-
using Interpolation = dai::Interpolation