NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Classes
itk::Functor Namespace Reference

Classes

class  AWhereNoneZeroOtherwiseB
 Function object that given two inputs A and B, will return A if A is not zero, and otherwise return B. More...
 
class  BinariseUsingPadding
 Provide the operator to binarise a pixel: return 0, if the pixel is equal to the padding value, return 1, otherwise. More...
 
class  BinaryIntersectWithPadding
 Provide the operator to calculate the intersection of two pixels using padding value: return 1, if both pixels do not equal to the padding value, return 0, otherwise. More...
 
class  BinaryUnionWithPadding
 Provide the operator to calculate the union of two pixels using padding value: return 1, if either pixels does not equal to the padding value, return 0, otherwise. More...
 
class  BWhereANonZeroOtherwiseZero
 Function object that given two inputs A and B, will return B if A is not zero, and otherwise return 0. More...
 
class  ConnectionBreak
 
class  InvertIntensityBetweenMaxAndMinTransform
 
class  MaximumCurvatureFunctor
 
class  MinimumCurvatureFunctor
 
class  Negate
 
class  Round
 
class  ScalarToRGBBIFPixelFunctor
 Function object which maps a scalar value into an RGB pixel value for basic image feature images according to Lewis Griffin's colour scheme. More...
 
class  ScalarToRGBOBIFPixelFunctor
 Function object which maps a scalar value into an RGB pixel value for basic image feature images according to Lewis Griffin's colour scheme. More...