SepFilter2D operator parameter。
Member
| Member Name | Description |
|---|---|
delta | Reserved parameter. |
pointLocX | Reserved parameter. |
pointLocY | Reserved parameter. |
borderType | Fill type, supports types in hbVPBorderType. |
The API for calling the SepFilter2D.
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.filterKernelX The filter coefficients per line of the operator, TYPE support F32C1, are of size 1xN and N is a positive odd number less than or equal to 9.filterKernelY The filter coefficients per line of the operator, TYPE support F32C1, are of size 1xN and N is a positive odd number less than or equal to 9.sepFilter2DParam Operator parameter.0 means the API was successfully executed, otherwise the execution failed.