The BilateralFilter operator parameter.
Member
| Member Name | Description |
|---|---|
sigmaColor | The sigma filter parameter in color space. |
sigmaSpace | The sigma filter parameters in coordinate space. |
kernelSize | The filter kernel size supports size 5 or 9. |
borderType | The fill type supports types in hbVPBorderType. |
The API for calling the BilateralFilter.
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.bilateralParam Operator parameter.0 means the API was successfully executed, otherwise the execution failed.