djelouze / Chiron

Medical Imaging plugin for ParaView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

              #################################################
              #               Chiron-0.0                      #
              #################################################

Copyright Jerome Velut 2009

Chiron is a Cxx library providing essentially ParaView(1) plugins. The main
plugin is a toolbar that activates different modules, aiming at giving to the
GUI a medical imaging software look-and-feel.

The idea behind this is to harness the parallel computing/rendering framework
natively handled by ParaView while providing an user-friendly GUI according to
the medical professionals habits.

Currently, no binaries are provided. You have to compile your own ParaView(3) 
and then compile Chiron. Use CMake(2) and read INSTALL.


(1) ParaView is an opensource software dedicated to parallel visualisation.
Go to http://www.paraview.org and simply enjoy.
(2) CMake is cross-plateform meta-compiler. Go to http://www.cmake.org and use
it.
(3) ParaView 3.6, 3.8 or git head 3.9

About

Medical Imaging plugin for ParaView


Languages

Language:C++ 62.4%Language:C 37.6%