/fft-image-processing

Desktop app that applies effect on images by using the Fourier Transform

Primary LanguageJava

Fourier image Processing

This is an app that show an use case of Fourier series: image processing

Screenshots

alt text

alt text

alt text

Getting Started

These instructions will get you a copy of the project up and running on your local machine and assume that you are in a linux environment.

Prerequisite

You must have JavaFX installed (version 8.0.171)

Installing

You'll need to import the java-fft-library then, you can run this app from your IDE or generate the jar file by running

mvn install

Running

To start the program, run the generated jar file

java -jar target/fft-2d-1.0-SNAPSHOT-jar-with-dependencies.jar

Built With