Struct Crop

Inheritance Relationships

Base Type

Struct Documentation

struct Crop : public dai::OpBase

Public Functions

~Crop() override
inline Crop()
inline Crop(float width, float height, bool normalized = false, bool center = false)
inline Crop clone() const
inline virtual std::string toStr() const override
DEPTHAI_SERIALIZE(Crop, width, height, normalized, center)

Public Members

float width
float height
bool normalized
bool center