Projects
  • vmtk

    The Vascular Modeling Toolkit is a collection of libraries and tools for 3D reconstruction, geometric analysis, mesh generation and surface data analysis for image–based modeling of blood vessels. vmtk is actively maintained by Luca Antiga (OROBIX) and David Steinman (University of Toronto). Besides development, OROBIX is currently sponsoring vmtk documentation and packaging.

  • Bunjee

    Bunjee is a Cocoa framework developed by Orobix for imaging and visualization applications. It is written in ObjectiveC and leverages on its dynamic features to provide a powerful data management and representation mechanism. It allows for multiple cases (collections of data items) to be handled concurrently and for scenes (collections of representations of data items) to provide multiple views of data provening from different cases. It streamlines the implementation of algorithmic and interactive worflows and the management of quantitative data.

  • cyitk

    cyitk is a simple ITK–to–Python bridge written in Cython. It allows to write ITK code in C++ and to quickly make it available to Python and Numpy without modifications. It is mainly intended to be a rapid prototyping tool for those who use ITK in C++, but it could also be of use in production stages.