ImageProc

Image Processing

Simple utility to manipulate images

GitHub Project - Download

Screenshot

Features

How to run:

You’ll need:

How to build

This project uses Maven to manage dependencies. In fact, only OpenCV is required.

To install them:

mvn install

To create the runnable JAR file with dependencies:

mvn clean package