Struct Perspective

Inheritance Relationships

Base Type

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}