You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).