Code Monkey home page Code Monkey logo

median-filter's Introduction

Median filter

Written in assembly

Program takes BMP image and applies median filter with 3x3 window to it.

There are two versions available:

  • First is written in MIPS architecture (32 registers, no stack usage). You need Mars simulator software to run this.
  • Second is written for linux x86 NASM style assembly. It can be compiled by make command (executing makefile). Make sure you have NASM installed and you have 32-bit libraries. You can satisfy those requirements with: apt-get install nasm and apt-get install gcc-multilib

Executing: ./median input.bmp output.bmp

You can see some examples in img folder (before and after filtering).

Original image Image after filtering

median-filter's People

Contributors

mmakos avatar

Watchers

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.