Răsfoiți Sursa

added preliminary new readme file

Sven Sickert 6 ani în urmă
părinte
comite
9f1df17ee1
1 a modificat fișierele cu 30 adăugiri și 0 ștergeri
  1. 30 0
      README.md

+ 30 - 0
README.md

@@ -0,0 +1,30 @@
+## NICE Libary
+by Computer Vision Group Jena
+
+#### Dependencies
+
+* Qt4 (mandatory)
+* libPNG or ImageMagick (mandatory)
+* OpenGL (mandatory)
+* OpenMP (optional)
+* MATIO (optional)
+* Boost (optional)
+
+#### Installation
+
+For installation of the library the cross-platform compiling tool CMake is used.
+After cloning the repository from GitHub, by e.g.
+
+	git clone git@github.com:cvjena/nice-core.git
+
+navigate to the repository directory using the terminal and run the following commands
+
+	mkdir build
+	cd build
+	cmake ..
+	make
+
+Alternatively, you can use 'ccmake ..' to modfiy the install configuration.
+
+Please note, there are additional library modules for optimzation, segmentation, semantic segmentation and visual learning available.
+If you are interested in using them, contact the authors.