CropRoiConfig

Function

It defines the cropping range.

Structure Definition

struct CropRoiConfig {
    uint32_t x0;
    uint32_t x1;
    uint32_t y1;
    uint32_t y0;
};

Parameter Description

Parameter

Input/Output

Description

x0

Input

Horizontal coordinate of the upper left corner.

x1

Input

Horizontal coordinate of the lower right corner.

y1

Input

Vertical coordinate of the lower right corner.

y0

Input

Vertical coordinate of the upper left corner.