Releases: tncytop/top-roaddetection
Releases · tncytop/top-roaddetection
Image Wrapper v. 1.0.0
This is the first release of the Image Wrapper API. The library is available for the following Scala versions:
- 2.9.2
- 2.10
- 2.11
Please make sure you use the version corresponding to the Scala version installed on your machine. If unsure, run
scala -version
on your machine to get the version number.
Documentation
The documentation can be found on the project homepage here.
Installation on Eclipse/ScalaIDE
To add the compiled jar to your Scala project follow these steps:
Right click on the project -> Build Path -> Configure Build Path
This opens the following dialog box:
- Navigate to
Java Build Path
, click onLibraries
, thenAdd External Jar
as shown. - Navigate to the location where you saved the jar and select it.
The result should look like this (the jar version and the path to it will change depending on your installation):
- Click on
OK
to validate