Package boofcv.alg.interpolate
-
Interface Summary Interface Description InterpolatePixel<T extends ImageBase> Interface for interpolation between pixels on a per-pixel basis.InterpolatePixelMB<T extends ImageBase> Interface for interpolation between pixels on a per-pixel basis for a multi-band image.InterpolatePixelS<T extends ImageGray> Interface for interpolation between pixels on a per-pixel basis for a single band image.InterpolateRectangle<T extends ImageGray> Performs interpolation across a whole rectangular region inside the image. -
Class Summary Class Description BilinearPixelMB<T extends ImageInterleaved> Performs bilinear interpolation to extract values between pixels in an image.BilinearPixelS<T extends ImageGray> Performs bilinear interpolation to extract values between pixels in an image.ImageLineIntegral Computes the line integral of a line segment across the image.InterpolatePixel_S_to_MB<T extends ImageGray> Wrapper that allows aInterpolatePixelSto be used as aInterpolatePixelMB, input image has to beImageGray.NearestNeighborPixelMB<T extends ImageMultiBand> Performs nearest neighbor interpolation to extract values between pixels in an image.NearestNeighborPixelS<T extends ImageGray> Performs nearest neighbor interpolation to extract values between pixels in an image.PolynomialPixel<T extends ImageGray> Polynomial interpolation usingNeville'salgorithm. -
Enum Summary Enum Description TypeInterpolate List of built in interpolation algorithms.
DataMelt 3.0 © DataMelt by jWork.ORG