ImageAlignProperties.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include <vector>
4 
9 
10 namespace dai {
11 
15 struct ImageAlignProperties : PropertiesSerializable<Properties, ImageAlignProperties> {
17 
19  int numFramesPool = 4;
20 
24  int alignWidth = 0;
28  int alignHeight = 0;
29 
31  std::vector<int> warpHwIds;
38  bool outKeepAspectRatio = true;
39 
43  std::int32_t numShaves = 2;
44 };
45 
46 DEPTHAI_SERIALIZE_EXT(ImageAlignProperties, initialConfig, numFramesPool, alignWidth, alignHeight, warpHwIds, interpolation, outKeepAspectRatio, numShaves);
47 
48 } // namespace dai
Interpolation.hpp
optional.hpp
dai::ImageAlignProperties::initialConfig
RawImageAlignConfig initialConfig
Definition: ImageAlignProperties.hpp:16
dai::DEPTHAI_SERIALIZE_EXT
DEPTHAI_SERIALIZE_EXT(CameraSensorConfig, width, height, minFps, maxFps, fov, type)
dai::ImageAlignProperties::warpHwIds
std::vector< int > warpHwIds
Warp HW IDs to use, if empty, use auto/default.
Definition: ImageAlignProperties.hpp:31
dai::ImageAlignProperties::outKeepAspectRatio
bool outKeepAspectRatio
Definition: ImageAlignProperties.hpp:38
dai::ImageAlignProperties::interpolation
Interpolation interpolation
Interpolation type to use.
Definition: ImageAlignProperties.hpp:34
dai::ImageAlignProperties::alignWidth
int alignWidth
Definition: ImageAlignProperties.hpp:24
dai::RawImageAlignConfig
RawImageAlignConfig configuration structure.
Definition: RawImageAlignConfig.hpp:13
dai::ImageAlignProperties::numShaves
std::int32_t numShaves
Definition: ImageAlignProperties.hpp:43
dai::Interpolation
Interpolation
Definition: Interpolation.hpp:10
Properties.hpp
RawImageAlignConfig.hpp
dai::Interpolation::AUTO
@ AUTO
dai::ImageAlignProperties::numFramesPool
int numFramesPool
Num frames in output pool.
Definition: ImageAlignProperties.hpp:19
dai::PropertiesSerializable
Serializable properties.
Definition: Properties.hpp:16
dai
Definition: CameraExposureOffset.hpp:6
dai::ImageAlignProperties::alignHeight
int alignHeight
Definition: ImageAlignProperties.hpp:28
dai::ImageAlignProperties
Definition: ImageAlignProperties.hpp:15


depthai
Author(s): Martin Peterlin
autogenerated on Sat Mar 22 2025 02:58:19