pdarulewski / image-processing

A simple console application that I created with my friend to pass Signal and Image Processing course.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Signal and Image Processing application

To use this application you will need to download the CImg library from this link http://cimg.eu/download.shtml. Our application can perform several basic (e.g. making a negative) and more advanced operations (e.g. Fourier transform and morphological operations) on raster images. The application is written to be used in a console. To see a full list of functionalities just type --help. Enjoy toying with it :)

About

A simple console application that I created with my friend to pass Signal and Image Processing course.

License:The Unlicense


Languages

Language:C++ 100.0%