hbVPRoiResize
Parameters of the RoiResize operator.
-
Member
The API for calling the RoiResize. The effective scaling range of the length and width is [1/32, 32]. Both the minimum width and height of the image are 2 pixels.
- 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
