Page MenuHomePhabricator

[Image Statistic] Histogram is only supported with one image and <=1 ROI
Open, NormalPublic

Description

Currently the view supports histogramms only with one image and <=1 ROI.
Should also be flexibel for n images and m ROIs.

Things todo:

  • Histogram widget needs to support IDs besides labels and histograms. Reason: Labels are constructed by node names and may not be unique. The IDs of historgrams should be constructed out of the IDs of image (and ROI).
  • refine QmitkChartWidget (see sub task)
  • adapt ImageStatisticsView to add all historgrams to the histogram widget. The widget should add, update charts or remove obsolete ones from the chart widget
  • in addition HistogramWidget must be reworked to properly allow to be updated/changed.

Event Timeline

floca triaged this task as Normal priority.Apr 1 2020, 9:52 PM
floca created this task.
kalali renamed this task from ImageStatisticView Histogram is only supported with one image and <=1 ROI to [Image Statistic] Histogram is only supported with one image and <=1 ROI.Nov 2 2021, 12:42 PM

Should be done after(!) we have moved to Qt6 as we then have QtCharts to our disposal and migrate to that.