hbVPRoiResize
Parameters of the RoiResize operator.
-
Member
The API for calling the RoiResize, , where the valid scaling range for the width and height is [0.25, 4].
- Parameter
- [out]
taskHandleTask handles are responsible for the interaction of the operator with the UCP architecture. - [out]
dstImgThe output picture, type, format and size are the same as the input picture. - [in]
srcImgThe input picture, format supports Y and nv12 when type is U8C1, format supports rgb_p and bgr_p when type is S16C1. - [in]
roiROI region, the valid range takes the intersection of the ROI region and srcImg. - [in]
roiResizeParamOperator parameter.
- [out]
- Return Value
- Return
0means the API was successfully executed, otherwise the execution failed.
- Return
