LaplacianFilter operator parameter.
Member
| Member Name | Description |
|---|---|
kernelSize | filter kernel,only supports 1. |
borderType | the fill type supports types in hbVPBorderType. |
normalize | normalize, non-zero represent true. |
The API for calling the LaplacianFilter.
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 support S16C1.srcImg The Input picture, type supports U8C1, format supports Y.laplacianParam operator parameters.0 means the API was successfully executed, otherwise the execution failed.