Public Attributes | List of all members
dai::ImageManipProperties Struct Reference

#include <ImageManipProperties.hpp>

Inheritance diagram for dai::ImageManipProperties:
Inheritance graph
[legend]

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< Propertiesclone () 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< Propertiesclone () const =0
 
virtual ~Properties ()=default
 

Detailed Description

Specify properties for ImageManip

Definition at line 12 of file ImageManipProperties.hpp.

Member Data Documentation

◆ initialConfig

RawImageManipConfig dai::ImageManipProperties::initialConfig

Initial configuration for ImageManip node.

Definition at line 14 of file ImageManipProperties.hpp.

◆ meshHeight

int dai::ImageManipProperties::meshHeight = 0

Custom warp mesh height. Set to zero to disable.

Definition at line 25 of file ImageManipProperties.hpp.

◆ meshUri

std::string dai::ImageManipProperties::meshUri = ""

Custom warp mesh uri. Set to empty string to disable.

Definition at line 27 of file ImageManipProperties.hpp.

◆ meshWidth

int dai::ImageManipProperties::meshWidth = 0

Custom warp mesh width. Set to zero to disable.

Definition at line 23 of file ImageManipProperties.hpp.

◆ numFramesPool

int dai::ImageManipProperties::numFramesPool = 4

Num frames in output pool.

Definition at line 20 of file ImageManipProperties.hpp.

◆ outputFrameSize

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.


The documentation for this struct was generated from the following file:


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