Skip to content

Microprocessors parallel programming for image processing, used MPI Library to transform an image to greyscale by dividing the image and giving each core a part of the image and then each processor will convert their parts to grey scale and then send it to processor 0 which will join the image again

Notifications You must be signed in to change notification settings

MohamedAboushnief/Parallel_imageProcessing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MegaTeam

Microprocessors course parallel programming for image processing project

Milestone 1: Converting an image to grey scale the normal way without using MPI

Milestone 2: Converting an image to grey scale by using MPI_Send and MPI_Recv

steps: -use git clone to download the repo -cd inside the milestone you want to run -type the command : cmake . -type the command : make -type the command : mpirun -n 4 ./MicroM2 ( for milestone 2 only)

OpenCV version 3.2.0

About

Microprocessors parallel programming for image processing, used MPI Library to transform an image to greyscale by dividing the image and giving each core a part of the image and then each processor will convert their parts to grey scale and then send it to processor 0 which will join the image again

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published