GaussianBlur operator parameter.
Member
| Member Name | Description |
|---|---|
sigmaX | Reserved parameter. |
sigmaY | Reserved parameter. |
kernelSize | Filter kernel supports 3X3 and 5X5 sizes. |
borderType | The fill type supports type in hbVPBorderType. |
The API for calling the GaussianBlur.
taskHandle Task handles are responsible for the interaction of the operator with the UCP architecture.dstImg The output picture, type, format and size are the same as the input picture.srcImg The input picture type supports U8C1 and format supports Y.gaussianParam Operator parameter.0 means the API was successfully executed, otherwise the execution failed.