hi_coord

Description

Defines the rectangle region information.

Prototype

typedef enum {
    HI_COORD_ABS    = 0,
    HI_COORD_RATIO  = 1
} hi_coord;

Members

Member

Description

HI_COORD_ABS

Absolute coordinates.

HI_COORD_RATIO

Relative coordinates. That is, the coordinates are represented by the ratio of the image width to the image height. The specific ratio conversion is subject to the actual interface.