|
CoreFlow 1.0.0
A modern orchestration and execution runtime
|
Functions | |
| vx_node | vxEuclideanNonMaxHarrisNode (vx_graph graph, vx_image input, vx_scalar strength_thresh, vx_scalar min_distance, vx_image output) |
| [Graph] Creates a Euclidean Non-Maximum Suppression Node for Harris Corners. | |
| vx_status | vxuEuclideanNonMaxHarris (vx_context context, vx_image input, vx_scalar strength_thresh, vx_scalar min_distance, vx_image output) |
| [Immediate] Computes Euclidean Non-Maximum Suppression for Harris Corners. | |
| vx_node vxEuclideanNonMaxHarrisNode | ( | vx_graph | graph, |
| vx_image | input, | ||
| vx_scalar | strength_thresh, | ||
| vx_scalar | min_distance, | ||
| vx_image | output ) |
#include <vx_lib_extras.h>
[Graph] Creates a Euclidean Non-Maximum Suppression Node for Harris Corners.
| [in] | graph | The handle to the graph. |
| [in] | input | The VX_DF_IMAGE_F32 image. |
| [in] | strength_thresh | The minimum threshold |
| [in] | min_distance | The euclidean distance from the considered pixel. |
| [out] | output | The VX_DF_IMAGE_F32 image. |
| vx_status vxuEuclideanNonMaxHarris | ( | vx_context | context, |
| vx_image | input, | ||
| vx_scalar | strength_thresh, | ||
| vx_scalar | min_distance, | ||
| vx_image | output ) |
#include <vx_lib_extras.h>
[Immediate] Computes Euclidean Non-Maximum Suppression for Harris Corners.
| [in] | context | The handle to the context. |
| [in] | input | The VX_DF_IMAGE_F32 image. |
| [in] | strength_thresh | The minimum threshold |
| [in] | min_distance | The euclidean distance from the considered pixel. |
| [out] | output | The VX_DF_IMAGE_F32 image. |