CornerHarris operator parameter.
Member
| Member Name | Description |
|---|---|
borderType | The fill type supports type in hbVPBorderType . |
kernelSize | Core sizes are supported in 3x3, 5x5 and 7x7. |
blockSize | Neighborhood dimensions take odd values within [3, 27] |
sensitivity | Detector free parameter are recommended values in the range [0.04, 0.06]. |
The API for calling the CornerHarris.
taskHandle Task handles are responsible for the interaction of the operator with the UCP architecture.dstImg The output picture format is the same as the input picture, the type supports S32C1, and the size is the same as the input.srcImg The input picture type supports U8C1 and format supports Y.cornerHarrisParam Operator parameter.0 means the API was successfully executed, otherwise the execution failed.