# Canny Edge Detection (https://docs.fuser.studio/docs/nodes/image/canny-edge-detection)

_Provided by [Fal](https://fal.ai) — [Learn More](https://fal.ai/models/fal-ai/workflowutils/canny)._

## Inputs [#inputs]

- **Image** (`image`) — The image to detect edges from.

- **Low Threshold** (`number`) — Low threshold for the hysteresis procedure. Edges with a strength higher than the low threshold will appear in the output image, if there are strong edges nearby.

   Optional: `true` • Default: `100`

- **High Threshold** (`number`) — High threshold for the hysteresis procedure. Edges with a strength higher than the high threshold will always appear as edges in the output image.

   Optional: `true` • Default: `200`

## Outputs [#outputs]

- **Edge Image** (`image`) — The image with edges detected using the Canny algorithm.