Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-03-27T17:17:11.000Z (over 3 years ago)
- Last Synced: 2024-03-08T17:32:04.377Z (10 months 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:
![image](https://user-images.githubusercontent.com/37417801/112728608-cb7b7500-8f30-11eb-81a6-8313c4552be3.png)
Linear Filter:
![image](https://user-images.githubusercontent.com/37417801/112728620-dd5d1800-8f30-11eb-91fd-9344968ab9cf.png)
Combination:
![image](https://user-images.githubusercontent.com/37417801/112728644-f36ad880-8f30-11eb-9270-e5157812c66e.png)
Laplace noise cancelation:
![image](https://user-images.githubusercontent.com/37417801/112728662-041b4e80-8f31-11eb-87d4-0fd3a829a9ec.png)