项目作者: vaultah

项目描述 :
C++ implementations of edge detection algorithms
高级语言: C++
项目地址: git://github.com/vaultah/edge-detection.git
创建时间: 2017-01-14T08:52:22Z
项目社区:https://github.com/vaultah/edge-detection

开源协议:

下载


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