Packaging Requirements for External Toolkit for Automatic Segmentation of Brain Tumor and Lesions in MR Images

Hello Everyone,

The Old Dominion University (ODU) Vision Lab has been working to develop an external toolkit, scripted with Python, for the purpose of automatic tumor segmentation with 3D-Slicer. Is there a preferred way to package this toolkit for release (i.e., file structure, cmake file, format, etc.) so it is consistent with 3D-Slicer requirements?

Thanks,
~ Carrie

Use the template generated by Extension wizard module in a recent nightly version of Slicer. Once you have an initial version of your extension in a public repository you can send a pull request to the https://github.com/Slicer/ExtensionsIndex/ repository and we’ll give you detailed feedback.

Sounds like a great contribution - thanks in advance.

This tutorial tells how it can be done:

https://www.slicer.org/wiki/Documentation/Nightly/Training#Developing_and_contributing_extensions_for_3D_Slicer