$customHeader
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Node Location: Composition

Summary Description:

Takes an input image and produces a binary output image, with white pixels representing edges in the input image. This output can be used as a mask.

Parameters:

Inputs:

  • The input image

Outputs:

  • Binary output image

Properties:

  • Tolerance: the threshold for an edge to be detected - higher values let smaller and smaller edges through to the output.

  • Details: the level of blur applied to the input image. Can be used to filter out noise.

  • Thickness: the width of the edge in pixels.

  • Roundness: if the edge forms an angular corner, bevel it out with a pixel radius of the value specified here.

  • Invert: apply the edge detection to the inverse of the image provided.

How to Use Detect Edges:

  1. Connect an input bitmap to theĀ  Detect Edges node.

  2. Execute the node and imbue the result.

UX/UI Example Interaction:

  • No labels