edgeefy

command module
v0.0.0-...-7891ab7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 13, 2019 License: GPL-3.0 Imports: 15 Imported by: 0

README

edgeefy

Implementation of canny edge detection in Go

This projects implements edge detection in a given image using the so called canny algorithm. The implemented algorithm consists of the following steps:

  1. perform gaussian blur (optional)
  2. perform sobel filtering
  3. apply non-maximum suppression
  4. perform double thresholding
  5. track edges by hysteresis

The implementation supports the input and output of jpg and png images.

I started this project to get more familiar with the go programming language. In the future I would like to use the edge detection functionality to transform images into something that looks like a grid representation of the main features of the image.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL