diff --git a/Plugins/org.mitk.gui.qt.measurementtoolbox/documentation/UserManual/QmitkImageStatistics.dox b/Plugins/org.mitk.gui.qt.measurementtoolbox/documentation/UserManual/QmitkImageStatistics.dox index bf9108b366..f371747b7c 100644 --- a/Plugins/org.mitk.gui.qt.measurementtoolbox/documentation/UserManual/QmitkImageStatistics.dox +++ b/Plugins/org.mitk.gui.qt.measurementtoolbox/documentation/UserManual/QmitkImageStatistics.dox @@ -1,55 +1,63 @@ /** \page org_mitk_views_imagestatistics The Image Statistics View \imageMacro{bar-chart2.svg,"Icon of the Image Statistics View",2.00} \section QmitkImageStatisticsUserManualSummary Summary This view provides an easy interface to quickly compute some features of a whole image or a region of interest. This document will tell you how to use this view, but it is assumed that you already know how to use MITK in general. Please see \ref QmitkImageStatisticsUserManualDetails for more detailed information on usage and supported filters. \section QmitkImageStatisticsUserManualDetails Details Manual sections: - \ref QmitkImageStatisticsUserManualOverview - \ref QmitkImageStatisticsUserManualUsage \section QmitkImageStatisticsUserManualOverview Overview This view provides an easy interface to quickly compute some features of a whole image or a region of interest. \imageMacro{QmitkMeasurementToolbox_Interface.png,"The interface",9.10} \section QmitkImageStatisticsUserManualUsage Usage To select the input data, either use the quick selection button (labeled "+"), or select the input data via the "Input Data" tab. \imageMacro{QmitkImageStatistics_InputData.png,"Select the input data via the \"Input data\" tab (marked red) or via the quick selection button (marked yellow)",10} +\subsection QmitkImageStatisticStatistics Statistics After selection of an image or a binary mask as input data, the image statistics are calculated and displayed in the "Statistics" section. If masks (ROIs: segmentations, planarfigures, ...) are selected, the statistics for these masks are shown. For time data the statistics for each time step are calculated correspondingly. An example of parts of the calculated statistical features (Mean, Median, StandardDeviation, RMS, Max, MaxPosition, Min, MinPosition, Voxel, Volume [mm^3], Skewness, Kurtosis, Uniformity, Entropy, MPP, UPP and Variance) for different timesteps and different masks is pictured below. \imageMacro{QmitkImageStatistics_statistics.png, "Example of parts of the statistics for different masks and timestamps", 1.00} Check "Ignore zero-valued voxels" to hide voxels with grayvalue zero. -Beneath the statistics window is the histogram window, which shows the histogram of the current selection. The histogram window is currently only available for a single image and/or mask: When selection multiple images and/or multiple masks, the histogram window is deactivated. +\subsection QmitkImageStatisticHistogram Histogram + +Beneath the statistics window is the histogram window, which shows the histogram of the current selection. + +The histogram window is currently only available for a single image and no or one ROI: When selection multiple images and/or multiple masks, the histogram window is deactivated! Draw a rectangular window with a pressed left button to zoom in on the histogram. With a double click in the view area you can zoom out to the default viewport. You can also pan the view in horizontal or vertical direction by dragging with the left mouse button in the respective direction. Additionally, different options like "Custom Zoom", to set the maximum and minimum value, or by adjusting the number of bins, can be used to modify the view. If the mask is not a closed planar figure or a segmentation an intensity profile is created instead of the histogram. A tooltip is available by hovering over one of the bins. +\subsection QmitkImageStatisticsUserManualCopytoClipboard Copy to Clipboard + At the bottom of each view is a "Copy to Clipboard" button, allowing to copy the respective data in csv format to the clipboard. +Be aware of the following information regarding this functionality: +\li The values are separated by tabulator. +\li Numeric values will be converted using the system language (e.g. with German as system language the decimal separator will be ",", with English it will be '.'). +\li One can directly copy'n'paste into Excel (and alike) as long as Excel supports/is configured to the system language -All other problems.
-Please report to the MITK mailing list. -See http://www.mitk.org/wiki/Mailinglist on how to do this. */