Struct Perspective
Defined in File ImageManipConfig.hpp
Inheritance Relationships
Base Type
public dai::OpBase(Struct OpBase)
Struct Documentation
-
struct Perspective : public dai::OpBase
Public Functions
-
~Perspective() override
-
Perspective() = default
-
inline explicit Perspective(std::array<float, 9> matrix)
-
inline virtual std::string toStr() const override
-
DEPTHAI_SERIALIZE(Perspective, matrix)
Public Members
-
std::array<float, 9> matrix = {1, 0, 0, 0, 1, 0, 0, 0, 1}
-
~Perspective() override