BoxFilter operator parameter.
Member
| Member Name | Description |
|---|---|
kernelHeight | The height of the filter kernel, the value is an odd number between [3,31) and the kernel height and width are equal. |
kernelWidth | The width of the filter kernel, the value is an odd number between [3,31) and the kernel width and height are equal. |
pointLocX | Reserved parameter. |
pointLocY | Reserved parameter. |
normalize | Reserved parameter. |
borderType | The fill type supports type in hbVPBorderType . |
The API for calling the boxFilter.
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, format supports Y.boxFilterParam Operator parameter.0 means the API was successfully executed, otherwise the execution failed.