Houdini 22.0 Nodes Copernicus nodes

Corner Detect Copernicus node

Detects corners in an input layer.

On this page
Since 22.0

This node detects corners in a mono layer.

Parameters

Type

The type of algorythm to use when determining what a corner is.

Neighbors

The number of adjacent pixels to consider when computing corner detection.

Threshold

Only values above this threshold will be considered when determining corners.

K

When using the Harris Stephens (fast) 1988 method, large values will be less sensitive to corners. Valid values are between 0.04 and 0.06.

Inputs

input

A mono layer.

Outputs

corners

A mono layer with blobs where corners were found.

See also

Copernicus nodes