Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 522 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 522 Bytes

Edge detection

C++ Qt implementation of edge detection algorithms.

Currently available algorithms:

  • Canny edge detector
  • Sobel edge detector
  • Prewitt edge detector
  • Roberts cross
  • Scharr operator

The project includes GUI for viewing results.

Examples

Original image

Photo by Michael Salisbury

original

Canny edge detector

canny

Sobel edge detector

sobel