Uses of Interface
boofcv.alg.interpolate.InterpolatePixel
Package
Description
-
Uses of InterpolatePixel in boofcv.abst.filter.interpolate
-
Uses of InterpolatePixel in boofcv.alg.distort
Modifier and TypeClassDescriptionclass
ImageDistortBasic<Input extends ImageBase<Input>,
Output extends ImageBase<Output>, Interpolate extends InterpolatePixel<Input>> Most basic implementation ofImageDistort
.Modifier and TypeClassDescriptionclass
AbstractInterpolatePixelS<T extends ImageGray<T>>
Implements all the functions but does nothing. -
Uses of InterpolatePixel in boofcv.alg.interpolate
Modifier and TypeInterfaceDescriptioninterface
InterpolatePixelMB<T extends ImageBase<T>>
Interface for interpolation between pixels on a per-pixel basis for a multi-band image.interface
InterpolatePixelS<T extends ImageGray<T>>
Interface for interpolation between pixels on a per-pixel basis for a single band image.Modifier and TypeClassDescriptionclass
BilinearPixelMB<T extends ImageInterleaved<T>>
Performs bilinear interpolation to extract values between pixels in an image.class
BilinearPixelS<T extends ImageGray<T>>
Performs bilinear interpolation to extract values between pixels in an image.class
InterpolatePixel_S_to_MB<T extends ImageGray<T>>
Wrapper that allows aInterpolatePixelS
to be used as aInterpolatePixelMB
, input image has to beImageGray
.class
InterpolatePixelDistortS<T extends ImageGray<T>>
Applies distortion to a coordinate then samples the image with interpolation.class
NearestNeighborPixelMB<T extends ImageMultiBand<T>>
Performs nearest neighbor interpolation to extract values between pixels in an image.class
NearestNeighborPixelS<T extends ImageGray<T>>
Performs nearest neighbor interpolation to extract values between pixels in an image.class
PolynomialPixel<T extends ImageGray<T>>
Polynomial interpolation usingNeville's
algorithm. -
Uses of InterpolatePixel in boofcv.alg.interpolate.impl
Modifier and TypeClassDescriptionclass
Implementation ofBilinearPixelS
for a specific image type.class
Implementation ofBilinearPixelS
for a specific image type.class
Implementation ofBilinearPixelMB
for a specific image type.class
Implementation ofBilinearPixelMB
for a specific image type.class
Implementation ofBilinearPixelMB
for a specific image type.class
Implementation ofBilinearPixelMB
for a specific image type.class
Implementation ofBilinearPixelMB
for a specific image type.class
Implementation ofBilinearPixelMB
for a specific image type.class
Implementation ofBilinearPixelS
for a specific image type.class
Implementation ofBilinearPixelS
for a specific image type.class
Implementation ofBilinearPixelS
for a specific image type.class
Implementation ofBilinearPixelS
for a specific image type.class
Performs interpolation by convolving a continuous-discrete function across the image.class
Performs interpolation by convolving a continuous-discrete function across the image.class
Performs interpolation by convolving a continuous-discrete function across the image.class
Implementation ofPolynomialPixel
.class
ImplPolynomialPixel_I<T extends GrayI<T>>
Implementation ofPolynomialPixel
.class
Performs nearest neighbor interpolation to extract values between pixels in an image.class
Performs nearest neighbor interpolation to extract values between pixels in an image.class
Performs nearest neighbor interpolation to extract values between pixels in an image.class
Performs nearest neighbor interpolation to extract values between pixels in an image.class
Performs nearest neighbor interpolation to extract values between pixels in an image.class
Performs nearest neighbor interpolation to extract values between pixels in an image.class
Performs nearest neighbor interpolation to extract values between pixels in an image.class
Performs nearest neighbor interpolation to extract values between pixels in an image.class
Performs nearest neighbor interpolation to extract values between pixels in an image.class
Performs nearest neighbor interpolation to extract values between pixels in an image. -
Uses of InterpolatePixel in boofcv.factory.distort
Modifier and TypeMethodDescriptionstatic <Input extends ImageBase<Input>,
Output extends ImageBase<Output>>
ImageDistort<Input,Output> FactoryDistort.distort
(boolean cached, InterpolatePixel<Input> interp, ImageType<Output> outputType) Creates aImageDistort
for the specified image type, transformation and interpolation instance. -
Uses of InterpolatePixel in boofcv.factory.interpolate
Modifier and TypeMethodDescriptionstatic <T extends ImageBase<T>>
InterpolatePixel<T>FactoryInterpolation.createPixel
(double min, double max, InterpolationType type, BorderType borderType, ImageType<T> imageType)