hi_mpi_vpc_crop
Applicability
|
Product |
Supported |
|---|---|
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
☓ |
Description
Crops one or more regions of interest (ROIs) from an image. This API is asynchronous.
Prototype
hi_s32 hi_mpi_vpc_crop (hi_vpc_chn chn, const hi_vpc_pic_info *source_pic, hi_vpc_crop_region_info crop_info[], hi_u32 count, hi_u32 *task_id, hi_s32 milli_sec)
Parameters
|
Parameter |
Input/Output |
Description |
|---|---|---|
|
chn |
Input |
Channel ID for image processing. |
|
source_pic |
Input |
Pointer to the source image information. |
|
crop_info |
Input |
Information array of cropped ROIs. The array length is the same as that of the count value. |
|
count |
Input |
Number of cropped ROIs. Value range: [1, 256]. |
|
task_id |
Output |
Pointer to the task ID, which is used to identify a task. |
|
milli_sec |
Input |
Timeout interval (ms):
|
Returns
- 0: success
- Other values: failure. For details, see VPC Return Codes.
Restrictions
|
Model |
Restriction |
|---|---|
|
|
|
|
|
|