Uses of Interface
boofcv.alg.interpolate.InterpolatePixel
Packages that use InterpolatePixel
Package
Description
-
Uses of InterpolatePixel in boofcv.abst.filter.interpolate
Classes in boofcv.abst.filter.interpolate that implement InterpolatePixel -
Uses of InterpolatePixel in boofcv.alg.distort
Classes in boofcv.alg.distort with type parameters of type InterpolatePixelModifier and TypeClassDescriptionclass
ImageDistortBasic<Input extends ImageBase<Input>,
Output extends ImageBase<Output>, Interpolate extends InterpolatePixel<Input>> Most basic implementation ofImageDistort
.Classes in boofcv.alg.distort that implement InterpolatePixelModifier and TypeClassDescriptionclass
AbstractInterpolatePixelS<T extends ImageGray<T>>
Implements all the functions but does nothing.Fields in boofcv.alg.distort declared as InterpolatePixel -
Uses of InterpolatePixel in boofcv.alg.interpolate
Subinterfaces of InterpolatePixel in boofcv.alg.interpolateModifier 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.Classes in boofcv.alg.interpolate that implement InterpolatePixelModifier 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.Methods in boofcv.alg.interpolate that return InterpolatePixel -
Uses of InterpolatePixel in boofcv.alg.interpolate.impl
Classes in boofcv.alg.interpolate.impl that implement InterpolatePixelModifier 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
Methods in boofcv.factory.distort with parameters of type InterpolatePixelModifier 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
Methods in boofcv.factory.interpolate that return InterpolatePixelModifier and TypeMethodDescriptionstatic <T extends ImageBase<T>>
InterpolatePixel<T>FactoryInterpolation.createPixel
(double min, double max, InterpolationType type, BorderType borderType, ImageType<T> imageType)