https://github.com/ntinouldinho/cpp-image-filtering
An image editor with filters implemented with C++
https://github.com/ntinouldinho/cpp-image-filtering
software-engineering
Last synced: 12 months ago
JSON representation
An image editor with filters implemented with C++
- Host: GitHub
- URL: https://github.com/ntinouldinho/cpp-image-filtering
- Owner: ntinouldinho
- Created: 2021-03-27T17:03:50.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-27T17:17:11.000Z (almost 5 years ago)
- Last Synced: 2025-02-03T12:43:15.094Z (about 1 year ago)
- Topics: software-engineering
- Language: C++
- Homepage:
- Size: 10.3 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CPP-Image-Filtering
An image editor implemented with C++.
Apply different filters on PPM images through the terminal as seen below.
Gamma Filter:

Linear Filter:

Combination:

Laplace noise cancelation:
