Giter Site home page Giter Site logo

hpc_parallelmedianfilterproject's Introduction

Parallel Median Filter

The median filter is a nonlinear digital filtering technique, often used to remove noise from an image or signal. Such noise reduction is a typical pre-processing step to improve the results of later processing.

Requirements

• Size of window is dynamic (9,25,49,..).

• Render your results.

• Test your code with these different conditions:

1- different image sizes (e.g if the image size is N * N, so test your code if the image size is 5N * 5N and 10N * 10N).

2- different image size with multiple images (e.g 10 images of size 5N * 5N).

• Record your Results.

requirment 1 pic N* N 1 pic 5N* 5N 1 pic 10N* 10N
sequential code 799 18748 38289
MPI Sol1 734 13260 30118

Notes

1- For 1 pic (N * N) and 1 pic (5N * 5N), we use (7 * 7) mask.

2- For 1 pic (10N * 10N), we use (5 * 5) mask.

hpc_parallelmedianfilterproject's People

Contributors

nourhan-mahmoud avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.