ITK  4.0.0
Insight Segmentation and Registration Toolkit
Classes
Module ITKImageCompare
Group Filtering
Collaboration diagram for Module ITKImageCompare:

Classes

class  itk::AbsoluteValueDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >
 Implements pixel-wise the computation of absolute value difference. More...
class  itk::CheckerBoardImageFilter< TImage >
 Combines two images in a checkerboard pattern. More...
class  itk::SimilarityIndexImageFilter< TInputImage1, TInputImage2 >
 Measures the similarity between the set of non-zero pixels of two images. More...
class  itk::SquaredDifferenceImageFilter< TInputImage1, TInputImage2, TOutputImage >
 Implements pixel-wise the computation of squared difference. More...
class  itk::STAPLEImageFilter< TInputImage, TOutputImage >
 The STAPLE filter implements the Simultaneous Truth and Performance Level Estimation algorithm for generating ground truth volumes from a set of binary expert segmentations. More...

Detailed Description

This modules provides classes for comparing images. They are typically used for comparing two images before and after registration, to perform regression testing or to compare the outcome of segmentations. In particular you will find here: checkerboard filter, absolute value differences, similarity index and STAPLE.

Dependencies: