Skip to content

thais-amorim/root-image-editor

Repository files navigation

Root Image Editor

master codecov MIT license

First project of the Digital Image Processing course.

Install dependencies

$ pip3 install -r requirements.txt

Running

$ python3 main.py

Testing

$ pytest test

Features

Implemented filters:

  • Negative
  • Logarithmic
  • Gamma Correction
  • Histogram Equalization
  • Median
  • Piecewise Linear
  • Arithmetic Mean
  • Geometric Mean
  • Harmonic Mean
  • Contra-harmonic Mean
  • Convolution
  • Laplacian
  • Sobel

Color filters:

  • Sepia
  • Chroma-Key

Color conversion:

  • RGB to gray via weighted average
  • RGB to gray via simple average
  • RGB <-> HSV
  • RGB <-> HSI

Other:

  • Draw histogram of any image

Contribute

License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

About

Project of the Digital Image Processing course

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages