Giter VIP home page Giter VIP logo

median-filter's Introduction

This is a basic program which reads and writes PPM images. The utility functions store pixel data in basically the same format it is stored in a ppm; scanlines of 24-bit pixels (the colorRGB struct.)

The primary program that the class defined in Image.h was written for is CleanImage, which applys a median filter to a ppm image, and spits it out to a new ppm with the parameters used in its generation appended to the end of the filename.

Usage: CleanImage

A general sort of usage is:

CleanImage /home/myfile.ppm 5 100

This will create a new file, /home/myfile-f_5_t_100.ppm

Framesize of 5 and threshold of 100 generally seem like sane defaults, though you can certainly play around a bit and have some fun. A framesize of 2 can be effective, and is much faster - this code is definitely not optimized. It takes a few minutes to deal with an 800x600 image on framesize 5.

For some examples, see my blog.

I started to work in some jpeg reading functionality which puts a libjpeg dependency which should be pretty trivial to remove.

median-filter's People

Contributors

lukeschlather avatar

Stargazers

 avatar

Watchers

 avatar James Cloos 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.