ImageInfo

Function

Stores widths and heights of models and images.

Structure Definition

struct ImageInfo {
    int modelWidth;
    int modelHeight;
    int imgWidth;
    int imgHeight;
};

Parameter Description

Parameter

Description

modelWidth

Model width.

modelHeight

Model height.

imgWidth

Image width.

imgHeight

Image height.