8000 GitHub - TSchlosser13/UOCTE: Unofficial continuation of https://bitbucket.org/uocte/uocte
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

TSchlosser13/UOCTE

Repository files navigation

UOCTE - The Unified OCT Explorer

Setup

Linux

sudo aptitude install g++ cmake libqt5opengl5-dev libglew-dev libexpat-dev libarchive-dev libopenjpeg-dev

Windows

Install MSYS2: https://www.msys2.org/

pacman -S git openssh
pacman -S mingw-w64-x86_64-gcc mingw-w64-x86_64-make
pacman -S mingw-w64-x86_64-qt5
pacman -S mingw-w64-x86_64-glew
pacman -S mingw-w64-x86_64-cmake
pacman -S mingw-w64-x86_64-expat
pacman -S mingw-w64-x86_64-libarchive
pacman -S mingw-w64-x86_64-openjpeg
pacman -S mingw-w64-x86_64-openjpeg2
pacman -S mingw-w64-x86_64-jasper

Run C:/msys64/mingw64.exe

UCOTE

mkdir build
cd build
cmake ..
# cmake .. -G "MinGW Makefiles" -DCMAKE_SH="CMAKE_SH-NOTFOUND"
make
# mingw32-make
sudo make install

Usage

./bin/uocte

Citation

@inproceedings{rosenthal2016ophthalvis,
  title={OphthalVis-Making Data Analytics of Optical Coherence Tomography Reproducible.},
  author={Rosenthal, Paul and Ritter, Marc and Kowerko, Danny and Heine, Christian},
  booktitle={EuroRV$^3$@ EuroVis},
  pages={9--13},
  year={2016}
}

About

Unofficial continuation of https://bitbucket.org/uocte/uocte

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0