Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 324 Bytes

File metadata and controls

18 lines (15 loc) · 324 Bytes

Image_Processing

Tasks Implemented

  1. Intensity Level Reduction
  2. Spatial Averaging
  3. Image Rotation
  4. Block Averaging

Results

All result images are saved in the Results/ folder.

How to Run

pip install opencv-python numpy matplotlib
python Task1.py
python Task2.py
python Task3.py
python Task4.py