Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 288 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 288 Bytes

Image-Processing

C++ code to process images. The code in this directory is to invert the pixels of the image. The code alter pixels by assuming the pixel as 2-D array and make changes to each block as suggested by the conditions in the loops. This project was done in a UWB C++ class.