Parallel
& Distributed Computing System Development
That was the
final year project of my B.E. It was a combination of Networking and Image
processing.
Objective
The main Idea was to divide an image in four parts and
send them to four slave computers. They will process the image and send back
the processed data to the Master computer.
Explanation
As we all know that images are basically metrics. In this project I played a lot with Metrics. I divide the source image in four metrics at the Master computer. After that I send each metric to four slave computers. Each slave computer has different image processing filters. But same kind of filter used to be applied at the same time. After the processing of images, Slave computers send back the processed images. Master computer recollect the processed images, rearrange them and gave the proper output.
