|
International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
|
| Volume 14 - Issue 5 |
| Published: January 2011 |
| Authors: Sushant Pawar, Prasad S.Halgaonkar, J.W.Bakal, V.M.Wadhai |
10.5120/1843-2489
|
Sushant Pawar, Prasad S.Halgaonkar, J.W.Bakal, V.M.Wadhai . Implementation of PPM Image Processing and Median Filtering. International Journal of Computer Applications. 14, 5 (January 2011), 6-9. DOI=10.5120/1843-2489
@article{ 10.5120/1843-2489,
author = { Sushant Pawar,Prasad S.Halgaonkar,J.W.Bakal,V.M.Wadhai },
title = { Implementation of PPM Image Processing and Median Filtering },
journal = { International Journal of Computer Applications },
year = { 2011 },
volume = { 14 },
number = { 5 },
pages = { 6-9 },
doi = { 10.5120/1843-2489 },
publisher = { Foundation of Computer Science (FCS), NY, USA }
}
%0 Journal Article
%D 2011
%A Sushant Pawar
%A Prasad S.Halgaonkar
%A J.W.Bakal
%A V.M.Wadhai
%T Implementation of PPM Image Processing and Median Filtering%T
%J International Journal of Computer Applications
%V 14
%N 5
%P 6-9
%R 10.5120/1843-2489
%I Foundation of Computer Science (FCS), NY, USA
Image consists of a rectangular array of discrete picture elements called pixels. The PPM (portable pixmap format (.ppm)) is a particularly simple way used to represent or encode a rectangular image as uncompressed data file. This .ppm file can be viewed with number of tools, including GIMP, gThumb image viewer etc. Reading and Writing PPM images are a difficult task which has been overcome successfully in our experiment.