Difference between revisions of "2016 Winter Project Week/Projects/DigitalPathologyNuclearSegmentation"

From NAMIC Wiki
Jump to: navigation, search
 
(4 intermediate revisions by one other user not shown)
Line 12: Line 12:
 
* Nicole Aucoin - [http://www.brighamandwomens.org/ Brigham and Women's Hospital]
 
* Nicole Aucoin - [http://www.brighamandwomens.org/ Brigham and Women's Hospital]
 
* Andrey Fedorov - [http://www.brighamandwomens.org/ Brigham and Women's Hospital]
 
* Andrey Fedorov - [http://www.brighamandwomens.org/ Brigham and Women's Hospital]
* Kelli Xu - [http://www.mit.edu/ MIT]
 
  
 
==Project Description==
 
==Project Description==
Line 34: Line 33:
 
|
 
|
 
<!-- Progress and Next steps bullet points (fill out at the end of project week -->
 
<!-- Progress and Next steps bullet points (fill out at the end of project week -->
*
+
* initial work-flow module created
 +
* editor module wrapped and including in one of the step tabs of the work-flow module
 +
* label mask saved, still need to add additional meta data (algorithm parameters) as JSON-LD export
 +
* username/password entries added to work-flow module for future web authentication
 +
* original single editor-effect refactored into separate effects.  Further cleaning of of code needed
 +
* future work - allow image tiles to be select via web interface and resultant label masks and meta data to be exported directly to web services using OAuth2 authenication
 +
* remove unneeded GUI elements and set additional field automatically.  Create better tab icons!
 +
* test SlicerPathology with new OpenCV Extension
 
|}
 
|}
  
 
[[File:SlicerPathologybeginworkweek2016.png|600px|thumb|left|SlicerPathology extension at the start of Winter Work Week 2016]]
 
[[File:SlicerPathologybeginworkweek2016.png|600px|thumb|left|SlicerPathology extension at the start of Winter Work Week 2016]]
 +
[[File:Afterworkweek.png|600px|thumb|left|SlicerPathology extension at the end of Winter Work Week 2016]]
  
 
==Background and References==
 
==Background and References==

Latest revision as of 13:56, 8 January 2016

Home < 2016 Winter Project Week < Projects < DigitalPathologyNuclearSegmentation

Key Investigators

Project Description

Objective Approach and Plan Progress and Next Steps
  • Create intuitive and user-friendly GUI
  • make meta-data exportable
  • Prepare extension for Phase II cloud work and future modules
  • create work-flow module walking user through needed steps
  • wrap editor module to allow for customization for segmentation purposes without interfering with global editor instance
  • capture needed data elements and export them as JSON-LD supplementing exporting of masks
  • augment GUI by requesting authentication information for OAuth 2.0 and adding elements for image selection via web.
  • refactor existing extension modules into separate distinct editor effects modules (currently lumped as one)
  • initial work-flow module created
  • editor module wrapped and including in one of the step tabs of the work-flow module
  • label mask saved, still need to add additional meta data (algorithm parameters) as JSON-LD export
  • username/password entries added to work-flow module for future web authentication
  • original single editor-effect refactored into separate effects. Further cleaning of of code needed
  • future work - allow image tiles to be select via web interface and resultant label masks and meta data to be exported directly to web services using OAuth2 authenication
  • remove unneeded GUI elements and set additional field automatically. Create better tab icons!
  • test SlicerPathology with new OpenCV Extension
SlicerPathology extension at the start of Winter Work Week 2016
SlicerPathology extension at the end of Winter Work Week 2016

Background and References