You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Gitea/algorithms-for-computing-line-estimators/pipeline/head Build queued...
Details
|
3 years ago | |
---|---|---|
dataset | 6 years ago | |
gradle/wrapper | 4 years ago | |
src | 3 years ago | |
.gitattributes | 4 years ago | |
.gitignore | 4 years ago | |
README.md | 3 years ago | |
build.gradle | 3 years ago | |
gradle.properties | 4 years ago | |
gradlew | 4 years ago | |
gradlew.bat | 4 years ago | |
settings.gradle | 4 years ago |
README.md
Algorithms for computing line estimators
This project was initially the practical part of my master thesis at WWU Münster. The git-Tag 'Release' marks the state of the source code at the deadline of submission.
Since then, I started to improve the code. I switched the source code compatibility to Java 11 and replaced the Swing GUI with JavaFX.
How to checkout the Tag Release
First of all, you have to clone the repository.
$ git clone git@git.armin-wolf.de:2222/generalbgh/algorithms-for-computing-line-estimators.git
After you cloned the project, switch to the directory (e.g. algorithms-for-computing-line-estimators) and use the git checkout
command.
$ git checkout tags/Release
To get the Application running, on the System needs to be OpenCV installed in the Version 3.2.0.
Alternatively you could update the version in the pom.xml
.
Cheers, Armin Wolf!