|
@@ -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.
|