Sobel operator parameter。
Member
| Member Name | Description |
|---|---|
scale | Reserved parameter. |
delta | Reserved parameter. |
dx | The order of derivative X. |
dy | The order of derivative YUV_P. |
kernelSize | sobel extends the core size to support 3 and 5. |
borderType | Fill type, supports types in hbVPBorderType. |
The API for calling the Sobel.
taskHandle Task handles are responsible for the interaction of the operator with the UCP architecture.dstImg The output picture, format and size are the same as the input picture, type supports S16C1.srcImg The input picture type supports U8C1 and format supports Y.sobelParam Operator parameter.。0 means the API was successfully executed, otherwise the execution failed.