ITK  4.2.0
Insight Segmentation and Registration Toolkit
Classes | Functions
itk::Function Namespace Reference

Classes

class  AutumnColormapFunction
 Function object which maps a scalar value into an RGB colormap value. More...
class  BinaryThresholdAccumulator
class  BlackmanWindowFunction
 Window function for sinc interpolation.

\[ w(x) = 0.42 + 0.5 cos(\frac{\pi x}{m}) + 0.08 cos(\frac{2 \pi x}{m}) \]

. More...

class  BlueColormapFunction
 Function object which maps a scalar value into an RGB colormap value. More...
class  ColormapFunction
 Function object which maps a scalar value into an RGB colormap value. More...
class  ConvergenceMonitoringFunction
 Abstract base class which monitors convergence during the course of optimization. More...
class  CoolColormapFunction
 Function object which maps a scalar value into an RGB colormap value. More...
class  CopperColormapFunction
 Function object which maps a scalar value into an RGB colormap value. More...
class  CosineWindowFunction
 Window function for sinc interpolation.

\[ w(x) = cos(\frac{\pi x}{2 m} ) \]

. More...

class  CustomColormapFunction
 Function object which maps a scalar value into an RGB colormap value. More...
class  GreenColormapFunction
 Function object which maps a scalar value into an RGB colormap value. More...
class  GreyColormapFunction
 Function object which maps a scalar value into an RGB colormap value. More...
class  HammingWindowFunction
 Window function for sinc interpolation.

\[ w(x) = 0.54 + 0.46 cos(\frac{\pi x}{m} ) \]

. More...

class  HistogramEntropyFunction
class  HistogramIntensityFunction
class  HistogramLogProbabilityFunction
class  HistogramProbabilityFunction
class  HotColormapFunction
 Function object which maps a scalar value into an RGB colormap value. More...
class  HSVColormapFunction
 Function object which maps a scalar value into an RGB colormap value. More...
class  JetColormapFunction
 Function object which maps a scalar value into an RGB colormap value. More...
class  LanczosWindowFunction
 Window function for sinc interpolation.

\[ w(x) = \textrm{sinc} ( \frac{x}{m} ) \]

Note: Paper referenced in WindowedSincInterpolateImageFunction gives an incorrect definition of this window function. More...

class  MorphologicalGradientHistogram
class  MorphologyHistogram
class  OverUnderColormapFunction
 Function object which maps a scalar value into an RGB colormap value. More...
class  RankHistogram
class  RedColormapFunction
 Function object which maps a scalar value into an RGB colormap value. More...
class  SpringColormapFunction
 Function object which maps a scalar value into an RGB colormap value. More...
class  SummerColormapFunction
 Function object which maps a scalar value into an RGB colormap value. More...
class  VectorMorphologicalGradientHistogram
class  VectorMorphologyHistogram
class  VectorRankHistogram
class  WelchWindowFunction
 Window function for sinc interpolation.

\[ w(x) = 1 - ( \frac{x^2}{m^2} ) \]

. More...

class  WindowConvergenceMonitoringFunction
 Class which monitors convergence during the course of optimization. More...
class  WinterColormapFunction
 Function object which maps a scalar value into an RGB colormap value. More...

Functions

unsigned Max3 (double x, double y, double z)
int Sign (double x)

Function Documentation

unsigned itk::Function::Max3 ( double  x,
double  y,
double  z 
)
inline

Definition at line 41 of file itkSpatialOrientationAdapter.h.

int itk::Function::Sign ( double  x)
inline

Definition at line 65 of file itkSpatialOrientationAdapter.h.