Skip to content

Basic image processing program for grayscale images (.pgm format).

Notifications You must be signed in to change notification settings

rolandbetz/Image_processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image_processing

Basic image processing program for grayscale images (.pgm format).

In the implementation I used public inheritance. The base class -called ImageProcessor- contains the concept of a general image processing operation with a pure virtual function, named process_image(). The methods for read-in process and saving the processed image are also implemented here. All the derived classes do one specific image processing operation by defining their own version of process_image() function. Some minor addition to the program still needed, such as exception handling, but it's already fully operational. I also uploaded some sample images, and processed samples as well.

About

Basic image processing program for grayscale images (.pgm format).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages