Skip to content

Commit

Permalink
ToDo update
Browse files Browse the repository at this point in the history
  • Loading branch information
romangrothausmann committed Sep 10, 2018
1 parent 3ef7511 commit ad75795
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions todo
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
TODOs for GWS:
ToDo:

- implement JoinCopyFilter (templated over dimension)
-- multi-threaded ImageRegionIterator
-- multi-threaded ImageScanlineIterator
-- FloodFilledImageFunctionConditionalIterator (Modules/Segmentation/RegionGrowing/include/itkConnectedThresholdImageFilter.hxx)
--- add 2D/3D option to GUI + implementation
- optimize CopySegementationToJdst and CopySegementationToJsrc
-- RMB functionality in JoinCopyFilter

- combine mode 2 with mode 0 and add extra button for "LoadImageToJsrc"
-- restructure JoinDataPanel to have two main buttons: CnJ from Seg. or File OR CnJ from gWS
Expand All @@ -15,9 +11,8 @@ TODOs for GWS:
-- gWS move use file/overlay to bottom
- set gWS input only if it changed on prepro. page
- make UnDo for CnJ/gWS possible
- parallelize iterators in CnJ and gWS, e.g. in CopySegementationToJsrc and on LMB/RMB
- destinguish RMB click from RMB drag (zoom)
- would be nice to let user choose which color representation should be used for Jsrc
- let user choose which color representation should be used for Jsrc
- make GUI parts more fool prove
- add a GUI progress for current stderr progress
- add an invert option for direct mode, see e.g. InvertFunctor in SNAPImageData
Expand All @@ -26,3 +21,9 @@ TODOs for GWS:

- add MorphlogicalWS from all Labels into PB, result as overlay
- change "load from file" to "load from overlay" in CnJ and gWS


Done:

-implement JoinCopyFilter (templated over dimension)
-- multi-threaded ImageRegionIterator

0 comments on commit ad75795

Please sign in to comment.