You are on page 1of 4

PROJECT PROPOSAL

Parallel & Distributed Computing

Project Name: Parallel Image comparison


Section: BCS-5B
Team Members:
20K-1689 Abdullah Jawed
20K-0274 Nashit Budhwani
20K-0264 Ali Hassan

Advisor:
Sir Danish
INTRODUCTION:
Using OpenMP for Parallel and Distributed Computing course. For this
purpose, we will be developing a serial and parallel implementation of a Image
comparison.
PARALLEL COUNTERPART OF THE PROJECT:
For processing on image, operations have to be performed on each pixel. If
this operations are performed sequentially it will take too much time. So to
reduce the time, there is need of parallel processing on all the pixels. So that
instead of operating on each pixel one by one, operations on all the pixels is
done parallely at a time. By performing Parallel operations speed of
processing is increased significantly as compared to sequential one.

iv) What functions should the system perform and how would it be done in parallel?

v) What would be the Source Data?


PROJECT SYSTEM DIAGARM:

You might also like