Minutes 032406: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
No edit summary |
|||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=== Attendees: === | === Attendees: === | ||
* | * Jim Miller | ||
* Lydia Ng | |||
* Vincent Magnotta | |||
* Amy Squillacote | |||
* Luis Ibanez | |||
=== Discussions:=== | === Discussions:=== | ||
* | * Concept Checking | ||
** Vector/Scalar pixel types | |||
** Borland compiler seems to work | |||
* MetaImage | |||
** Does Backward compatibility apply to Utilities ? | |||
** Asymmetrical decision between ITK and VTK | |||
** Jim suggests to enumerate the use cases of Meta when used outside ITK API | |||
* Writing DICOM series from non-DICOM source | |||
** Use ITK standard MetaData tags ? | |||
** Use virtual methods in the ImageIO ? | |||
** Expand the set of tags to the MetaDataDictionary ? | |||
** Move the METADATA tags from Analyze into a centralized place ? | |||
* Gradient computation / Local / Physical | |||
* Insight Journal | |||
** Optimized Iterators | |||
** Distance Map Filter | |||
=== Action Items:=== | === Action Items:=== | ||
* | * Writing DICOM series from non-DICOM source | ||
** Try first to communicate using ITK tags through the MetaDataDictionary (Luis) | |||
** Use form Code/IO/itkIOCommon.cxx the tags | |||
*** ITK_Origin | |||
*** ITK_CoordinateOrientation | |||
*** ITK_Spacing (add this one) | |||
* Gradient computation / Local / Physical | |||
** Add a filter for converting Gradients from Local to Physical frame | |||
*** With flag that indicates whether to convert from/to Index/Local/Physical | |||
** Add a filter for converting Hessians from Local to Physical frame | |||
*** With flag that indicates whether to convert from/to Index/Local/Physical | |||
** State that all gradient/derivative computations are done in Local space (?) |
Latest revision as of 19:11, 24 March 2006
Attendees:
- Jim Miller
- Lydia Ng
- Vincent Magnotta
- Amy Squillacote
- Luis Ibanez
Discussions:
- Concept Checking
- Vector/Scalar pixel types
- Borland compiler seems to work
- MetaImage
- Does Backward compatibility apply to Utilities ?
- Asymmetrical decision between ITK and VTK
- Jim suggests to enumerate the use cases of Meta when used outside ITK API
- Writing DICOM series from non-DICOM source
- Use ITK standard MetaData tags ?
- Use virtual methods in the ImageIO ?
- Expand the set of tags to the MetaDataDictionary ?
- Move the METADATA tags from Analyze into a centralized place ?
- Gradient computation / Local / Physical
- Insight Journal
- Optimized Iterators
- Distance Map Filter
Action Items:
- Writing DICOM series from non-DICOM source
- Try first to communicate using ITK tags through the MetaDataDictionary (Luis)
- Use form Code/IO/itkIOCommon.cxx the tags
- ITK_Origin
- ITK_CoordinateOrientation
- ITK_Spacing (add this one)
- Gradient computation / Local / Physical
- Add a filter for converting Gradients from Local to Physical frame
- With flag that indicates whether to convert from/to Index/Local/Physical
- Add a filter for converting Hessians from Local to Physical frame
- With flag that indicates whether to convert from/to Index/Local/Physical
- State that all gradient/derivative computations are done in Local space (?)
- Add a filter for converting Gradients from Local to Physical frame