Compounds | |
class | BinaryThresholdImageFunction |
Returns true is the value of an image lies within a range of thresholds This ImageFunction returns true (or false) if the pixel value lies within (outside) a lower and upper threshold value. The threshold range can be set with the ThresholdBelow, ThresholdBetween or ThresholdAbove methods. The input image is set via method SetInputImage(). More... | |
class | BSplineInterpolateImageFunction |
Evaluates the B-Spline interpolation of an image. Spline order may be from 0 to 5. More... | |
class | BSplineResampleImageFunction |
Resample image intensity from a BSpline coefficient image. More... | |
class | CentralDifferenceImageFunction |
Calculate the derivative by central differencing. More... | |
class | ImageFunction |
Evaluates a function of an image at specified position. More... | |
class | InterpolateImageFunction |
Base class for all image interpolaters. More... | |
class | LinearInterpolateImageFunction |
Linearly interpolate an image at specified positions. More... | |
class | MeanImageFunction |
Calculate the mean value in the neighborhood of a pixel. More... | |
class | MedianImageFunction |
Calculate the median value in the neighborhood of a pixel. More... | |
class | NearestNeighborInterpolateImageFunction |
Nearest neighbor interpolation of a scalar image. More... | |
class | NeighborhoodBinaryThresholdImageFunction |
Determine whether all the pixels in the specified neighborhood meet a threshold criteria. More... | |
class | VarianceImageFunction |
Calculate the variance in the neighborhood of a pixel. More... | |
class | VectorInterpolateImageFunction |
Base class for all vector image interpolaters. More... | |
class | VectorLinearInterpolateImageFunction |
Linearly interpolate a vector image at specified positions. More... |