Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 260 Bytes

File metadata and controls

5 lines (4 loc) · 260 Bytes

Photo-processing

Parallel and sequential photo processing

The sequential program processes photos pixel by pixel using the OpenCV library. The parallel program breaks the photo into blocks and distributes them between processes (OpenCV and MPI libraries).