neurodial / OCT-Marker

a platform independent open source tool for open OCT images and create different labels on it

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OCT-Marker

a platform independent open source tool for open OCT images and create different labels on it

  • quality intervals
  • free form segmentation
  • edit layer segmentation
  • mark ONH in SLO image with rectangle
  • rectangles on bscans
  • classify bscans and volumes

License

This projekt is licensed under the GPL3 License - see license.txt file for details

Build OCT-Marker

On Windows - setup build enviroment

install

call bootstrap.bat
b2 -j8 toolset=msvc-14.1 address-model=64 architecture=x86 link=static threading=multi runtime-link=shared --build-type=complete stage 
mkdir build && cd build
cmake -G "Visual Studio 15 2017 Win64" ..
cmake --build . --config Release
  • Zlib

    Zlib download

    build with cmake simply

  • DCMTK (for experimentell Cirrus support)

  • OpenJPEG (for Topcon and experimental Cirrus support)

On Linux - setup build environment

Install from distribution repository

  • the standard c++ compiler (mostly the g++)
  • cmake

and the develop packages of

  • Qt5
  • OpenCV
  • Boost
  • Zlib
  • libtiff (for reading tiffstacks)
  • DCMTK (for experimental Cirrus reader)
  • OpenJPEG (for Topcon and experimental Cirrus reader)

Build

Get the projects

  • oct_cpp_framework
  • LibE2E (for reverse engineered E2E support)
  • LibOctData
  • Oct-Marker

Build all projekts in the above order on Windows with (git-bash recommend)

mkdir build && cd build
cmake -G "Visual Studio 15 2017 Win64" ..
cmake --build . --config Release

Build all projekts in the above order on Linux with

mkdir build && cd build
cmake  -DCMAKE_BUILD_TYPE=Release ..
make

About

a platform independent open source tool for open OCT images and create different labels on it

License:GNU General Public License v3.0


Languages

Language:C++ 97.8%Language:CMake 2.2%Language:C 0.0%Language:Shell 0.0%