https://github.com/jawadddd/apply_filters_on_pgmimages
This is my first semester's university project covering programming fundamentals concepts.We can apply filters on pgm images using this project.
https://github.com/jawadddd/apply_filters_on_pgmimages
image-filtering logic-building programming-fundamentals
Last synced: 4 months ago
JSON representation
This is my first semester's university project covering programming fundamentals concepts.We can apply filters on pgm images using this project.
- Host: GitHub
- URL: https://github.com/jawadddd/apply_filters_on_pgmimages
- Owner: jawadddd
- Created: 2023-01-02T10:13:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-02T11:15:49.000Z (over 2 years ago)
- Last Synced: 2024-12-31T02:42:54.398Z (6 months ago)
- Topics: image-filtering, logic-building, programming-fundamentals
- Language: C++
- Homepage:
- Size: 961 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Applying filters on .pgm images in c++
This repository is having the solution code wriiten in c++ to apply different filters on .pgm images.Code and pgm images both are present in the repository. Concept of irfan view,file handling,data structures,loops in c++ etc are used.