#include <qlayout.h>
#include "QmitkExtExports.h"
#include <qtextedit.h>
#include <qdialog.h>
#include <qwt_plot.h>
#include <qwt_plot_marker.h>
#include <qwt_plot_zoomer.h>
#include <qwt_plot_picker.h>
#include "QmitkHistogram.h"
#include "mitkImage.h"
#include <itkHistogram.h>
Go to the source code of this file.
Classes | |
class | QmitkHistogramWidget |
Shows a histogram in a Qwt_Plot and a report (selectable) in a QTextEdit Makes the data Values from a itk::histogram suitable for a Qwt_Plot. Offers zoom possibility. A marker can be set and shows the frequency at his position. More... |