Skip to content

aravindev/PGM-improc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PGM-improc

This library contains functions that are required to read any PGM format image into a 2-D array. It also has functions to calculate the histgram and also to save the histogram as a PGM image of any given size.

USAGE :

to compile : g++ main.cpp -o test

to run : ./test refImage.pgm b.pgm

refImage.pgm is the input file

b.pgm is the output file

About

C++ library for PGM image I/O functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages