Package boofcv.alg.interpolate
package boofcv.alg.interpolate
-
ClassDescriptionBilinearPixelMB<T extends ImageInterleaved<T>>Performs bilinear interpolation to extract values between pixels in an image.BilinearPixelS<T extends ImageGray<T>>Performs bilinear interpolation to extract values between pixels in an image.Computes the line integral of a line segment across the image.InterpolatePixel<T extends ImageBase<T>>Interface for interpolation between pixels on a per-pixel basis.InterpolatePixel_S_to_MB<T extends ImageGray<T>>Wrapper that allows a
InterpolatePixelS
to be used as aInterpolatePixelMB
, input image has to beImageGray
.InterpolatePixelDistortS<T extends ImageGray<T>>Applies distortion to a coordinate then samples the image with interpolation.InterpolatePixelMB<T extends ImageBase<T>>Interface for interpolation between pixels on a per-pixel basis for a multi-band image.InterpolatePixelS<T extends ImageGray<T>>Interface for interpolation between pixels on a per-pixel basis for a single band image.InterpolateRectangle<T extends ImageGray<T>>Performs interpolation across a whole rectangular region inside the image.List of built in interpolation algorithms.NearestNeighborPixelMB<T extends ImageMultiBand<T>>Performs nearest neighbor interpolation to extract values between pixels in an image.NearestNeighborPixelS<T extends ImageGray<T>>Performs nearest neighbor interpolation to extract values between pixels in an image.PolynomialPixel<T extends ImageGray<T>>Polynomial interpolation usingNeville's
algorithm.