Proposals:Statistics Framework Runtime Vector Size
From KitwarePublic
Revision as of 20:21, 5 July 2005 by Karthik (talk | contribs) (→Rationale for having compile time length)
Refactoring the Statistics Framework to have Runtime Length
Currently, the Statistics Framework requires the MeasurementVector to have a length defined at compile time.
Rationale for having compile time length
The statistics classes in ITK have MeasurementVectorSize (length of each measurement vector) as a static const value. This has until now been sufficient since typical statistics operations involve sampling an image where the number of measurement vectors is a variable, but the measurement vector size is usually fixed and depends on the dimension of the parametric space.