Page MenuHomePhabricator

Implement new general purpose histogram widget
Closed, ResolvedPublic

Description

The current mitk::HistogramWidget ist based on Qwt and will sooner or later be removed from MITK. The attached wiki specification describes the required features for a new histogram widget based on the new vtkQtChart framework.

Event Timeline

[SVN revision 20028]
ENH (#2816): Added rudimentary version of new VTK based histogram widget

The first working version has a basic functionality for rendering and interacting with histograms. Still work in progress.

[SVN revision 20029]
COMP (#2816): disable QmitkVtkHistogram widget until VTK installer problem is solved

[SVN revision 20030]
COMP (#2816): copy all vtkQtChart* header to MITK source code until VTK T8583 is fixed

[SVN revision 20146]
FIX (#2816): Allow only one post-comma digit for histogram annotation

[SVN revision 20298]
ENH (#2816): Limit visible histogram value range to actual value min/max bounds; show nothing if histogram is empty

Basic feature working as required. Closing bug.