Masterarbeit - Linear Regression
Go to file
Armin Wolf 5a81fb0850
Gitea/algorithms-for-computing-line-estimators/pipeline/head Build queued... Details
some adjustments
2020-10-15 17:34:48 +02:00
dataset anpassung u.a. AboutPanel 2017-11-01 14:04:43 +01:00
gradle/wrapper some refactoring 2020-04-05 21:11:50 +02:00
src some adjustments 2020-10-15 17:34:48 +02:00
.gitattributes adjusted gui, adjusted line and point model classes 2020-04-05 19:28:38 +02:00
.gitignore some refactoring 2020-04-05 21:11:50 +02:00
README.md adjusted readme.md 2020-05-02 16:27:32 +02:00
build.gradle some adjustments 2020-10-15 17:34:48 +02:00
gradle.properties some refactoring 2020-04-05 21:11:50 +02:00
gradlew some refactoring 2020-04-05 21:11:50 +02:00
gradlew.bat some refactoring 2020-04-05 21:11:50 +02:00
settings.gradle some refactoring 2020-04-05 21:11:50 +02:00

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!