- clone the github repository
- Import the project as a gradle project into your IDE (IntelliJ or Eclipse)
(Optional) Additional steps for Canny-Edge Detector (OpenCV)
- go to the OpenCV website and follow the install instructions for your operating system.
- follow the setup instructions for your IDE
Gradle should take care of the rest. Generally the code should be executable with JDK8 or higher.
In case your eclipse IDE version is old gradle might not be included as a plugin. Here you can find instructions on how to install the plugin and import a gradle project in eclipse:
If you are using IntelliJ and have issues importing the gradle project check this tutorial:
In case you have issues with gradle, follow these steps:
- Make sure the build tool gradle is install: https://gradle.org/install/
- run:
gradle build
in the project root directory