LaplacianFilter算子参数。
成员
| 成员名称 | 描述 |
|---|---|
kernelSize | 滤波核大小,支持大小为 1 。 |
borderType | 填充类型,支持 hbVPBorderType 中的类型。 |
normalize | 归一化,非零表示为真。 |
调用LaplacianFilter API。
taskHandle 任务句柄,负责算子与UCP架构的交互。dstImg 输出图像,format和大小与输入图像一致,tyep支持S16C1。srcImg 输入图像,type支持U8C1,format支持Y。laplacianParam 算子参数。0 则表示API成功执行,否则执行失败。