16 #ifndef __itkAdvancedKappaStatisticImageToImageMetric_h
17 #define __itkAdvancedKappaStatisticImageToImageMetric_h
53 template <
class TFixedImage,
class TMovingImage >
121 FixedImageType::ImageDimension );
125 MovingImageType::ImageDimension );
142 itkSetMacro( ForegroundValue,
RealType );
143 itkGetConstReferenceMacro( ForegroundValue,
RealType );
150 itkSetMacro( Complement,
bool );
151 itkGetConstReferenceMacro( Complement,
bool );
152 itkBooleanMacro( Complement );
156 itkGetConstReferenceMacro( Epsilon,
RealType );
163 void PrintSelf( std::ostream & os, Indent indent )
const;
194 std::size_t & fixedForegroundArea,
195 std::size_t & movingForegroundArea,
196 std::size_t & intersection,
214 #ifndef ITK_MANUAL_INSTANTIATION
215 #include "itkAdvancedKappaStatisticImageToImageMetric.hxx"
218 #endif // end #ifndef __itkAdvancedKappaStatisticImageToImageMetric_h