go-imageprocessing

command module
v0.0.0-...-89072e9 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2023 License: MIT Imports: 4 Imported by: 0

README

Image Processing in Go

This Go program converts an image to grayscale, and detects edges using the Canny edge detection algorithm.

Requirements

  • Go programming language
  • GoCV library (`go get -u -d gocv.io/x/gocv`)
  • Image file in JPEG format

How to run

  1. Clone this repository to your local machine.
  2. Install the required packages.
  3. Open a terminal window, navigate to the project folder, and run `go run main.go`.
  4. The program will generate a result file named `result.jpg` in the same folder, which will contain the grayscale image with edges detected.

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