-
Notifications
You must be signed in to change notification settings - Fork 12
Backlog
Richard Domander edited this page May 24, 2017
·
33 revisions
This page catalogues the items that need to be implemented in the BoneJ2 project
- Credits to authors of Skeletonize / AnalyzeSkeleton / Thickness in the wrappers? BoneJ not responsible, just wrapping in ImageJ2
- Implement dynamic setup dialogs by extending
DynamicCommand
? - Change
uiService.showDialog
tostatusService.showStatus
in case of warnings? Latter doesn't interrupt the plugin, but can that behaviour be relied on?
-
@Parameter ImagePlus
don't work without the legacy UI (because autoconversion / legacy input harvester is not activated..?) - Solve persistence issues (parameters stop remembering their changed values)
- Take in
ImgPlus / Dataset
, split to 3D and then convert toImagePlus
(solves input resolving issues without legacy UI)
-
MetadataViewer
tool for SCIFIO formats such as Kontron IMG (or wait ImageJ2/Fiji to implement support) - Tools to control the shared BoneJ result table, e.g. BoneJ>Results>Clear
- Add URL as a
@Parameter
in theHelp
plugin. Remove the staticopenHelpPage
method.