Proposals:Refactoring Statistics Framework 2007 Action Items: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
Line 4: Line 4:


* ImageToCoocurrenceListAdaptor
* ImageToCoocurrenceListAdaptor
** Create a Generator for this operation, in this class the Compute() method will be used.
** Create a Filter for this operation, in this class the Compute() method will be used.
** Fix the API so it is a real Adaptor : must have a GetMeasurementVector(unsigned int id) method.
** Fix the API so it is a real Adaptor : must have a GetMeasurementVector(unsigned int id) method.
*
*

Revision as of 20:31, 4 April 2007

Action Items

API Fixes

  • ImageToCoocurrenceListAdaptor
    • Create a Filter for this operation, in this class the Compute() method will be used.
    • Fix the API so it is a real Adaptor : must have a GetMeasurementVector(unsigned int id) method.