Giter Club home page Giter Club logo

2d-median-filter's Introduction

2D-Median-Filter

A SystemC model of a 2D Median Filter made as an assignment for the course FPGA-Based Hardware Accelerators and Hybrid Systems taken at the Technishe Universität Kaiserslautern.

Prerequisites

In order to run the program the SystemC library has to be installed.

First of all, you have to install a few dependencies:

$ sudo apt-get install build-essential
$ sudo apt-get install make

Then, you have to download the source file:

$ cd ~/Downloads
$ wget "http://www.accellera.org/images/downloads/standards/systemc/systemc-2.3.1a.tar.gz"

After that, you have to decompress it and create the folder where object files will be stored:

$ tar -xvf systemc-2.3.1a.tar.gz
$ cd systemc-2.3.1a.tar.gz
$ mkdir objdir
$ cd objdir

Before compilation you have to create the directory where you'll install the library and configure everything accordingly:

$ sudo mkdir /usr/local/systemc-2.3.1a
$ sudo ../configure -prefix=/usr/local/systemc-2.3.1a

Finally, you compile the source code and install the library:

$ sudo make
$ sudo make install

Running

In order to run the program, you first have to clone it and then compile it:

$ git clone https://github.com/AnesBenmerzoug/2D-Median-Filter.git
$ cd 2D-Median-Filter
$ make

and then you just have to run it and check the output in the img folder:

$ ./main

2d-median-filter's People

Contributors

anesbenmerzoug avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

wa9035148

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.