#include <ImageManipProperties.hpp>

Public Attributes | |
| RawImageManipConfig | initialConfig |
| Initial configuration for ImageManip node. More... | |
| int | meshHeight = 0 |
| Custom warp mesh height. Set to zero to disable. More... | |
| std::string | meshUri = "" |
| Custom warp mesh uri. Set to empty string to disable. More... | |
| int | meshWidth = 0 |
| Custom warp mesh width. Set to zero to disable. More... | |
| int | numFramesPool = 4 |
| Num frames in output pool. More... | |
| int | outputFrameSize = 1 * 1024 * 1024 |
| Maximum output frame size in bytes (eg: 300x300 BGR image -> 300*300*3 bytes) More... | |
Additional Inherited Members | |
Public Member Functions inherited from dai::PropertiesSerializable< Properties, ImageManipProperties > | |
| virtual std::unique_ptr< Properties > | clone () const override |
| virtual void | serialize (std::vector< std::uint8_t > &data, SerializationType type=SerializationType::LIBNOP) const override |
Public Member Functions inherited from dai::Properties | |
| virtual std::unique_ptr< Properties > | clone () const =0 |
| virtual | ~Properties ()=default |
Specify properties for ImageManip
Definition at line 12 of file ImageManipProperties.hpp.
| RawImageManipConfig dai::ImageManipProperties::initialConfig |
Initial configuration for ImageManip node.
Definition at line 14 of file ImageManipProperties.hpp.
| int dai::ImageManipProperties::meshHeight = 0 |
Custom warp mesh height. Set to zero to disable.
Definition at line 25 of file ImageManipProperties.hpp.
| std::string dai::ImageManipProperties::meshUri = "" |
Custom warp mesh uri. Set to empty string to disable.
Definition at line 27 of file ImageManipProperties.hpp.
| int dai::ImageManipProperties::meshWidth = 0 |
Custom warp mesh width. Set to zero to disable.
Definition at line 23 of file ImageManipProperties.hpp.
| int dai::ImageManipProperties::numFramesPool = 4 |
Num frames in output pool.
Definition at line 20 of file ImageManipProperties.hpp.
| int dai::ImageManipProperties::outputFrameSize = 1 * 1024 * 1024 |
Maximum output frame size in bytes (eg: 300x300 BGR image -> 300*300*3 bytes)
Definition at line 17 of file ImageManipProperties.hpp.