Minutes 032009: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
(New page: == Attendees == == Technical Topics == == Action Items ==) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
== Attendees == | == Attendees == | ||
* Brad Lowekamp | |||
* Luis Ibanez | |||
== Technical Topics == | == Technical Topics == | ||
* Discussion on findings from the ITK Statistics Refactoring | |||
** ImageToHistogram GraftOutput() ? functional ? | |||
** Const-correctness in GetOutput() | |||
*** How to do | |||
**** GetOutput()->Update() | |||
**** Getoutput()->DisconnectPipeline() | |||
**** maybe filter->HarvestOutput() | |||
* Migration | |||
** new Statistics1 namespace | |||
** Brad suggest : namespace Statistics { using namespace Statistics1; } | |||
* Lack of Regression Testing | |||
** Verification of output values | |||
== Action Items == | == Action Items == |
Latest revision as of 17:49, 20 March 2009
Attendees
- Brad Lowekamp
- Luis Ibanez
Technical Topics
- Discussion on findings from the ITK Statistics Refactoring
- ImageToHistogram GraftOutput() ? functional ?
- Const-correctness in GetOutput()
- How to do
- GetOutput()->Update()
- Getoutput()->DisconnectPipeline()
- maybe filter->HarvestOutput()
- How to do
- Migration
- new Statistics1 namespace
- Brad suggest : namespace Statistics { using namespace Statistics1; }
- Lack of Regression Testing
- Verification of output values