Skip to content

Latest commit

 

History

History
39 lines (36 loc) · 1.18 KB

README.md

File metadata and controls

39 lines (36 loc) · 1.18 KB

Image-Clear

This project clears all obstructions found in PPM images and generates a clear PPM using ML.

To compile and Run Code:

  1. Download and move all Birds 1-17.ppm files to the main directory.
  2. Run the following commands:
     javac Blur.java
     java Blur
  3. Your Terminal Output:
    Opening birds1.ppm
    Opening birds2.ppm
    Opening birds3.ppm
    Opening birds4.ppm
    Opening birds5.ppm
    Opening birds6.ppm
    Opening birds7.ppm
    Opening birds8.ppm
    Opening birds9.ppm
    Opening birds10.ppm
    Opening birds11.ppm
    Opening birds12.ppm
    Opening birds13.ppm
    Opening birds14.ppm
    Opening birds15.ppm
    Opening birds16.ppm
    Opening birds17.ppm
    354, 684, 255
  4. To view your newly generated image, you can upload blurred.ppm here
Before After
Before After