Difference between revisions of "2016 Winter Project Week/Projects/BatchImageAnalysis"
From NAMIC Wiki
| Line 38: | Line 38: | ||
| | | | ||
<!-- Fill this out at the end of Project Week; describe what you did this week and what you plan to do next --> | <!-- Fill this out at the end of Project Week; describe what you did this week and what you plan to do next --> | ||
| − | * | + | |
| + | Algorithm | ||
| + | |||
| + | * feature extraction (20 seconds per image) | ||
| + | |||
| + | * feature matching O(log N) indexing (< 1 second per image) | ||
| + | |||
| + | * code (Windows, Linux, Max) and read me | ||
| + | http://www.matthewtoews.com/fba/featExtract1.5.zip | ||
| + | |||
| + | Leave-one-out classification rate for HIE: moderate vs normal: 73% | ||
| + | |||
| + | Data | ||
| + | 231 subjects, Apparent Diffusion Coefficient (ADC) images. | ||
| + | |||
| + | |||
| + | |||
|} | |} | ||
Revision as of 06:33, 8 January 2016
Home < 2016 Winter Project Week < Projects < BatchImageAnalysisKey Investigators
- Kalli Retzepi (MGH)
- Yangming Ou (MGH)
- Matt Toews (ETS)
- Steve Pieper (BWH)
- Sandy Wells (BWH)
- Randy Gollub (MGH)
Project Description
| Objective | Approach and Plan | Progress and Next Steps |
|---|---|---|
|
|
Algorithm
http://www.matthewtoews.com/fba/featExtract1.5.zip Leave-one-out classification rate for HIE: moderate vs normal: 73% Data 231 subjects, Apparent Diffusion Coefficient (ADC) images.
|