Page MenuHomePhabricator

Make statistics classes independent of PlanarFigure framework
Closed, WontfixPublic

Description

Currently, mitk::ImageStatisticsCalculator and the histogram / line profile widgets are directly depending on PlanarFigure classes. PlanarFigures can be used to define the ROI in which statistics shall be calculated.

This dependency should be removed to make the interface of the statistics classes more simple and clear. Instead of passing PlanarFigure, more basic data types (mitk::Image) should be used to pass on the information. An adaptor class should be implemented to convert PlanarFigures to 2D mitk::Images, which can then be served to the mitk::ImageStatisticsCalculator.

Eventually, the statistics related classes could be externalized from PlanarFigure and MitkExt modules in a separate module

Event Timeline

kislinsk added a subscriber: kislinsk.
This task was automatically closed because it wasn't updated at least since July 2016 (over 2 years). Please re-open this task if you think that it is still relevant. This most probably means that you will resolve it.