Skip to content

Implementation of the Non-Local Means (NLM) and the Gaussian filters with OpenMPI in a distributed processing cluster with one master and two slave nodes

Notifications You must be signed in to change notification settings

ErickOF/CE4302-NLM-and-Gaussian-Filters-in-Distributed-Processing-Cluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CE4302-NLM-and-Gaussian-Filters-in-Distributed-Processing-Cluster

Overview

Implementation of the Non-Local Means (NLM) and the Gaussian filter with OpenMPI in a distributed processing cluster with one master and two slave nodes

Dependencies

How to use

Non-Local Means Filter

make nlm w=3 sw=5 sigma=2.5 imgs="img1 img2 img3 etc"
make nlm-mpi w=3 sm=5 sigma=2.5 imgs="img1 img2 img3 etc"

Gaussian Filter

make gaussian w=5 sigma=1.5 imgs="img1 img2 img3 etc"
make gaussian-mpi w=5 sigma=1.5 imgs="img1 img2 img3 etc"

About

Implementation of the Non-Local Means (NLM) and the Gaussian filters with OpenMPI in a distributed processing cluster with one master and two slave nodes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages