Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
bordertrue


Column
width35

Node Location: Composition


Column
width30

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:


...