KWScene/Documentation/JHU Open Questions: Difference between revisions
From KitwarePublic
< KWScene | Documentation
Jump to navigationJump to search
No edit summary |
|||
Line 3: | Line 3: | ||
== Planned use-cases under Paraview == | == Planned use-cases under Paraview == | ||
* VTK-based visualization feasible, but... Use-case for ITK-based image analysis? | * VTK-based visualization feasible, but... Use-case for ITK-based image analysis? (Also Paraview-based?) | ||
* Structure & use-case of writing classes? | |||
* | == Other general open questions == | ||
* Annotations: scenario evoked by Joe Hennessey involving .vti format. (What is JHU, what is Kitware?) | |||
https://mail.google.com/a/kitware.com/#search/vti+file/127d01aa4fe98047 | |||
== Remaining formats to test == | == Remaining formats to test == | ||
Line 20: | Line 24: | ||
== Doxygen == | == Doxygen == | ||
*Just begun. Need to flesh out entry for existing classes. | |||
== Successful Tests == | == Successful Tests == |
Revision as of 17:23, 25 April 2010
Open Questions
Planned use-cases under Paraview
- VTK-based visualization feasible, but... Use-case for ITK-based image analysis? (Also Paraview-based?)
- Structure & use-case of writing classes?
Other general open questions
- Annotations: scenario evoked by Joe Hennessey involving .vti format. (What is JHU, what is Kitware?)
https://mail.google.com/a/kitware.com/#search/vti+file/127d01aa4fe98047
Remaining formats to test
- Scalar-valued data
- BYU surface: ITK Generators.
- Vector-valued data
- VTP surface: VTK & ITK Generators
- VTI image: VTK & ITK Generators
- Landmarks
- Annotations
Doxygen
- Just begun. Need to flesh out entry for existing classes.
Successful Tests
- Scalar-valued data
- VTK Generators
- BYU surface: VTK Generators.
- kwsVTKBYUSurfaceGeneratorTest1
- render all surfaces from JHU atlas, itself downloaded from MIDAS.
- Analyze image: VTK Generators.
- kwsVTKAnalyzeImageGeneratorTest1
- volume-render JHU right ventricle data
- kwsVTKAnalyzeImageGeneratorTest2
- open synthetic Analyze files of various pixel-type successfully, and report image size.
- kwsVTKAnalyzeImageGeneratorTest3
- coverage (use .hdr instead of .img)
- VTK Generators
- ITK Generators
- Analyze image: ITK Generators.
- kwsITKImageNodeGeneratorTestAnalyze
- open Analyze file of JHU right ventricle data, and report image size; fail if wrong size (not 256x256x256).
- ITK Generators