Không có mô tả

Sven Sickert d9578e23f5 typo corrected 6 năm trước cách đây
cmake 496a57b485 cmake fix for recursive header file scan and filtering tests and progs targets 10 năm trước cách đây
core 857b02a5f4 updated ImageFile for use with newer (>1.2.x) libpng versions 7 năm trước cách đây
doxy 651c84c4b0 doxygen update 11 năm trước cách đây
libskel 7e01ba00c9 init 12 năm trước cách đây
libtests 7b979b60bb fixes (broken) 11 năm trước cách đây
slim-pkg-config ed2706ba01 new slim-pkg-config 11 năm trước cách đây
templates a4d048cf63 removed Qt3Support dependencies in Makefile and CMakelists 11 năm trước cách đây
.gitignore b3423472c2 cmake commit 12 năm trước cách đây
CMakeLists.txt c25bc58250 small formatting changes to CmakeLists.txt 6 năm trước cách đây
Doxyfile 651c84c4b0 doxygen update 11 năm trước cách đây
README.md d9578e23f5 typo corrected 6 năm trước cách đây

README.md

NICE Library

by Computer Vision Group Jena, 2004-2019

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 .. instead to modfiy the installation configuration.

Please note, there are additional library modules for optimization, segmentation, semantic segmentation and visual learning available. If you are interested in using them, contact the authors.