ITK filtering plugins - Vaa3D/Vaa3D_Wiki GitHub Wiki

Status of development

There are currently 108 ITK filter plugins available from Vaa3D. 82 of them are standalone ITK filters. 26 of them are ITK filters that can be put into the super ITK plugin pipeline. More tests need to be done to fine tuning each plugins.

The pipeline filter plugins are in the subfolder "Plugin2Call", which contains a little bit specialization (than single filtering ITK plugins) to pass the output data to the next filter in the pipeline.

Simple build process

To build those plugins, go to "vaa3d_tools/hackathon/ITK-V3D-Plugins" and run the build script:

./build.sh

The script will kick off a process to download latest ITK and build it inside the ITK-V3D-Plugin folder, and all the vaa3d itk plugins will be built into "plugins_build" folder.

When the build process ends, just install the plugins into your local Vaa3d by:

cd plugins_build
make install

You will find all your ITK filter plugins together with all other Vaa3D plugins grouped in :

plugins/Vaa3D_ITK/