Canny operator parameter.
Member
| Enumeration Name | Description |
|---|---|
HB_VP_NORM_L1 | norm L1 filter. |
Canny operator parameter.
Member
| Member Name | Description |
|---|---|
threshold1 | Low thresholds. |
threshold2 | High thresholds. |
kernelSize | Core sizes are supported in 3x3, 5x5 and 7x7. |
norm | Supports the types in hbVPCannyNorm. |
overlap | Reserved parameter. |
borderType | The fill type supports type in hbVPBorderType. |
The API for calling the Canny.
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.cannyParam Operator parameter.0 means the API was successfully executed, otherwise the execution failed.