GetEdges[]

✅ Works in Interactive Notebook

Category: Find.

Uses Sobel edge detection to find the edges in an image.

Syntax

GetEdges[]

Arguments

Examples

The following example loads an image, gets the edges of objects in the image using Sobel edge detection, and shows the results of the Sobel edge detection process.

Load["./tmp/bus.jpg"]
GetEdges[]
Show[]

A bus with Sobel edge detection applied to it

See Also

Made with ❤️ by capjamesg