Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef mitkCompareImageDataFilter_h
14 #define mitkCompareImageDataFilter_h
68 itkSimpleNewMacro(
Self);
80 bool GetResult(
size_t threshold = 0);
92 void GenerateData()
override;
95 void ResetCompareResultsToInitial();
98 template <
typename TPixel,
unsigned int VImageDimension>
99 void EstimateValueDifference(
const itk::Image<TPixel, VImageDimension> *itkImage1,
const MITKCORE_EXPORT ScalarType eps
double m_MaximumDifference
Image class for storing images.
Find image slices visible on a given plane.
A simple struct to hold the result of the comparison filter.
Superclass of all classes generating some kind of mitk::BaseData.
CompareFilterResults m_CompareDetails
double m_MinimumDifference
CompareFilterResults GetCompareResults()
Get the detailed results of the comparison run.
~CompareImageDataFilter() override
#define mitkClassMacro(className, SuperClassName)
size_t m_PixelsWithDifference
std::string m_ExceptionMessage
void SetTolerance(double eps)
Superclass of all classes having one or more Images as input and generating Images as output.
Filter for comparing two mitk::Image objects by pixel values.