Medical Imaging Interaction Toolkit
2023.04.00
Medical Imaging Interaction Toolkit
|
#include "mitkBaseData.h"
#include "mitkImageAccessorBase.h"
#include "mitkImageDataItem.h"
#include "mitkImageDescriptor.h"
#include "mitkImageVtkAccessor.h"
#include "mitkLevelWindow.h"
#include "mitkPlaneGeometry.h"
#include "mitkSlicedData.h"
#include <MitkCoreExports.h>
#include <mitkProportionalTimeGeometry.h>
#include <itkHistogram.h>
Go to the source code of this file.
Classes | |
class | itk::MutexLockHolder< T > |
class | mitk::Image |
Image class for storing images. More... | |
Namespaces | |
itk | |
SET FUNCTIONS. | |
mitk | |
DataCollection - Class to facilitate loading/accessing structured data. | |
Functions | |
MITKCORE_EXPORT bool | mitk::Equal (const mitk::Image &leftHandSide, const mitk::Image &rightHandSide, ScalarType eps, bool verbose) |
Equal A function comparing two images for being equal in meta- and imagedata. More... | |