Function: dvpp_vpc_crop_async
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
x |
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Crops the input image based on a specified area and stores the cropped image to the output buffer as the output image. This API is asynchronous.
Prototype
- C Prototype
1aclError acldvppVpcCropAsync(acldvppChannelDesc *channelDesc, acldvppPicDesc *inputDesc, acldvppPicDesc *outputDesc, acldvppRoiConfig *cropArea, aclrtStream stream)
- Python Function
1ret = acl.media.dvpp_vpc_crop_async(dvpp_channel_desc, input_dvpp_pic_desc, output_dvpp_pic_desc, crop_area, stream)
Parameters
Parameter |
Description |
|---|---|
dvpp_channel_desc |
Int, pointer address of the channel description. The value must be the same as that of dvpp_channel_desc specified when the acl.media.dvpp_create_channel API is called to create a channel. |
input_dvpp_pic_desc |
Int, pointer address of the input image information.
|
output_dvpp_pic_desc |
When outputDesc is used as an input, the user needs to:
|
crop_area |
Int, pointer address of the position of the cropping area. Call acl.media.dvpp_create_roi_config to create an ROI configuration. |
stream |
Int, stream object. |
Return Value
Return Value |
Description |
|---|---|
ret |
Int, error code.
|
Restrictions
Version |
Restrictions |
|---|---|
|
|
|
|
|