Minutes 091208: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
Line 19: Line 19:
* Making ITK use Oriented images by default (Hans)
* Making ITK use Oriented images by default (Hans)
* Dealing with filters that internally instantiate images, and now hard code
* Dealing with filters that internally instantiate images, and now hard code
* Option A
** Having a common base class between Image & OrientedImage
** to make possible to use generically the base class and switch between Image & OrientedImage


== Pictures ==
== Pictures ==

Revision as of 17:44, 12 September 2008

Attendees

  • Hans Johnson
  • Kent Williams
  • Luis Ibanez
  • Yumin

Technical Topics

ImageIO support for GUI's

  • Suggestion by Kent
    • Have Query methods for discovering the capabilities of the ImageIO
    • Have an option for: given a filename, return information about what the ImageIO class could do with that filename
      1. Set of boolean entries in a structure
      2. Set of CanDoThis() methods that return booleans

Image Orientation

  • Making ITK use Oriented images by default (Hans)
  • Dealing with filters that internally instantiate images, and now hard code
  • Option A
    • Having a common base class between Image & OrientedImage
    • to make possible to use generically the base class and switch between Image & OrientedImage

Pictures