CoreFlow 1.0.0
A modern orchestration and execution runtime
Loading...
Searching...
No Matches
Kernel: Harris Score

Functions

vx_node vxHarrisScoreNode (vx_graph graph, vx_image gx, vx_image gy, vx_scalar sensitivity, vx_scalar grad_size, vx_scalar block_size, vx_image score)
 [Graph] Creates a Harris Score Node.
 
vx_status vxuHarrisScore (vx_context context, vx_image gx, vx_image gy, vx_scalar sensitivity, vx_scalar grad_size, vx_scalar block_size, vx_image score)
 [Immediate] Computes a Harris Score.
 

Detailed Description

Function Documentation

◆ vxHarrisScoreNode()

vx_node vxHarrisScoreNode ( vx_graph graph,
vx_image gx,
vx_image gy,
vx_scalar sensitivity,
vx_scalar grad_size,
vx_scalar block_size,
vx_image score )

#include <vx_lib_extras.h>

[Graph] Creates a Harris Score Node.

Parameters
[in]graphThe handle to the graph.
[in]gxA VX_DF_IMAGE_S16 X Gradient
[in]gyA VX_DF_IMAGE_S16 Y Gradient
[in]sensitivitysensitivity
[in]grad_sizeA gradient size.
[in]block_sizeA block size.
[out]scoreA VX_DF_IMAGE_S32 corner score per pixel.

◆ vxuHarrisScore()

vx_status vxuHarrisScore ( vx_context context,
vx_image gx,
vx_image gy,
vx_scalar sensitivity,
vx_scalar grad_size,
vx_scalar block_size,
vx_image score )

#include <vx_lib_extras.h>

[Immediate] Computes a Harris Score.

Parameters
[in]contextThe handle to the context.
[in]gxA VX_DF_IMAGE_S16 X Gradient
[in]gyA VX_DF_IMAGE_S16 Y Gradient
[in]sensitivitysensitivity
[in]grad_sizeA gradient size.
[in]block_sizeA block size.
[out]scoreA VX_DF_IMAGE_S32 corner score per pixel.