Skip to content

latimagine/IGSIO

 
 

Repository files navigation

IGSIO

A collection of tools and algorithms for image guided systems

Prerequisites

  • C++ compiler

    • Windows
      • Visual Studio >= 2015
    • Linux
    • MacOSX
  • VTK >= 8

Build instructions

  • Clone IGSIO into a directory of your choice
  • Configure the project with CMake
    • Specify the generator
    • Enter VTK directory (VTK_DIR) pointing to the location of VTKConfig.cmake
    • Enable desired components
      • IGSIO_BUILD_SEQUENCEIO: Read/write sequence files to vtkIGSIOTrackedFrameList
        • IGSIO_SEQUENCEIO_ENABLE_MKV: Read/write sequence files using Matroska video format (MKV)
      • IGSIO_BUILD_VOLUMERECONSTRUCTION: Reconstruct volumes using images and transforms in vtkIGSIOTrackedFrameList
      • IGSIO_BUILD_CODECS: Codecs used for video compression
        • IGSIO_USE_VP9: VP9 codec

Support

If you encounter any issues or have any questions, feel free to submit an issue here.

Projects using IGSIO

About

A collection of tools and algorithms for image guided systems

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.2%
  • CMake 4.8%