Aucune description

Sven Sickert 9f1df17ee1 added preliminary new readme file il y a 7 ans
cmake 496a57b485 cmake fix for recursive header file scan and filtering tests and progs targets il y a 11 ans
core 857b02a5f4 updated ImageFile for use with newer (>1.2.x) libpng versions il y a 7 ans
doxy 651c84c4b0 doxygen update il y a 12 ans
libskel 7e01ba00c9 init il y a 13 ans
libtests 7b979b60bb fixes (broken) il y a 11 ans
slim-pkg-config ed2706ba01 new slim-pkg-config il y a 12 ans
templates a4d048cf63 removed Qt3Support dependencies in Makefile and CMakelists il y a 11 ans
.gitignore b3423472c2 cmake commit il y a 13 ans
CMakeLists.txt c25bc58250 small formatting changes to CmakeLists.txt il y a 7 ans
Doxyfile 651c84c4b0 doxygen update il y a 12 ans
README.md 9f1df17ee1 added preliminary new readme file il y a 7 ans

README.md

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.