Houdini 20.5 Nodes Copernicus nodes

Edge Detect Copernicus node

Detects edges in the input image.

On this page

Image processing edge detection.

Parameters

Signature

The layer type that the source accepts.

See Signatures for more information.

Mode

Computes the edge based on the Luminance value of the input signal or Per Channel values of RGB and RGBA inputs.

Method

Choose an edge detection method.

Sobel

A 3×3 kernel detector of Sobel filter, which calculates horizontal and vertical approximations of the derivatives of the original image.

Prewitt

A 3×3 kernel detector with less contrast compared to Sobel.

Laplacian

A 3×3 kernel of Laplacian filter. Computes the second derivatives of an image, measuring the rate at which the first derivatives change.

Simple

A 3×3 kernel detector.

Canny

A more complex edge detection algorithm based on Gaussian pre-filter and suppression of the weak and not connected edges.

Details

Lets you control a level of details, re-sampling the initial image down (up) before edge detection image processing and returning the initial resolution back after edge detection.

Note

Values higher than 1 may consume lots of GPU memory, increasing the resolution before edge detection.

Blur Before

Blurs the initial image before edge detection.

High Threshold

Identifies the strong pixels with intensities higher than the adjusted value. Applicable for the Canny method only.

Inputs

source

An input for the initial image to process.

Outputs

edge

The result of edge detection image processing.

See also

Copernicus nodes