hi_point_pair_info
Description
Defines the pixel coordinates in the input and output images.
Prototype
typedef struct {
hi_float_point src_point[4];
hi_u32 src_point_count;
hi_float_point dest_point[4];
hi_u32 dest_point_count;
} hi_point_pair_info;
Members
Member |
Description |
|---|---|
src_point |
Pixel coordinates of the input image. |
src_point_count |
Number of pixel coordinates of the input image. |
dest_point |
Pixel coordinates of the output image. |
dest_point_count |
Number of pixel coordinates of the output image. |
Parent topic: VPC Image Processing