Skip to content

mikkelee/insight3d

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INSIGHT 3D NG, VERSION 0.4.0

COMPILING ON MACOS

Compiling on macOS requires Homebrew

brew install opencv@2 freetype sdl2 libxml2 lapack gtk+3

# the following three dependencies are not available in homebrew-core:
brew tap mikkelee/tap
brew install ann opensift sba

mkdir build; cd build
cmake ..
make

COMPILING ON LINUX

To compile insight3dng under Linux, you must have the following libraries:

- opencv2
- opengl
- SDL2
- libxml2 (to parse xml files)
- lapack 
- blas (min. 1.2-8 (Debian/Ubuntu))
- libgtk+-3.0

Compilation is done via cmake.

COMPILING ON WINDOWS

You'll need the same libraries. MSVC files can be generated via cmake.

Packages

No packages published

Languages

  • C++ 88.8%
  • C 10.8%
  • Other 0.4%