Skip to content

turnerdaniel/Image-Manipulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Manipulation

A console application which performs image processing techniques on portable pixmap (.ppm) images with the aim of reducing visual noise. Functionality is also present which enables an image to be scaled to various sizes.

Getting Started

This program was developed using Visual Studio Community 2015. It is recommend to install the latest version of Visual Studio Community from the Visual Studio website in order to view this project.

Once installed, clone the repository to your computer. Now, open the Visual Studio solution file (.sln) to view the application code. From here, the program should be executed in release mode using the drop-down menu at the top.

Algorithms

  • Mean blending - uses mean to calculate the average pixel value.
  • Median blending - uses median to calculate average pixel value
  • Sigma clipped mean - removes values that are outside of median ± standard deviation (σ). Use the mean of the remaining pixel values.

Authors

Daniel Turner - turnerdaniel

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgements

About

Console application that performs image processing techniques on a set of images.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages