ClearVolume / imglib2-clearvolume

11 stars 3 forks source link

ImgLib2 support for ClearVolume

This repository contains

You would like to see the final plugins that rely on this repository?

Sneak peak at the GUI in Fiji/ImagJ2: Fiji plugin screenshot

The TableCellViewer plugin in KNIME: KNIME plugin screenshot

You would like to use ClearVolume plugin in Fiji/ImageJ2 or KNIME?

You would like a superficial explanation of how it all works?

Since ClearVolume can, to date, only show images stored in native byte arrays we need to translate imglib2 image container to native byte type images. While this is ok for 8bit images, 16bit images are represented as arrays of type short in imglib. Here you find two things that enable you to display every RealType image container coming from imglib2 into ClearVolume: