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 TypeClassDescriptionclassImageDistortBasic<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 TypeClassDescriptionclassAbstractInterpolatePixelS<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 TypeInterfaceDescriptioninterfaceInterpolatePixelMB<T extends ImageBase<T>>Interface for interpolation between pixels on a per-pixel basis for a multi-band image.interfaceInterpolatePixelS<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 TypeClassDescriptionclassBilinearPixelMB<T extends ImageInterleaved<T>>Performs bilinear interpolation to extract values between pixels in an image.classBilinearPixelS<T extends ImageGray<T>>Performs bilinear interpolation to extract values between pixels in an image.classInterpolatePixel_S_to_MB<T extends ImageGray<T>>Wrapper that allows aInterpolatePixelSto be used as aInterpolatePixelMB, input image has to beImageGray.classInterpolatePixelDistortS<T extends ImageGray<T>>Applies distortion to a coordinate then samples the image with interpolation.classNearestNeighborPixelMB<T extends ImageMultiBand<T>>Performs nearest neighbor interpolation to extract values between pixels in an image.classNearestNeighborPixelS<T extends ImageGray<T>>Performs nearest neighbor interpolation to extract values between pixels in an image.classPolynomialPixel<T extends ImageGray<T>>Polynomial interpolation usingNeville'salgorithm.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 TypeClassDescriptionclassImplementation ofBilinearPixelSfor a specific image type.classImplementation ofBilinearPixelSfor a specific image type.classImplementation ofBilinearPixelMBfor a specific image type.classImplementation ofBilinearPixelMBfor a specific image type.classImplementation ofBilinearPixelMBfor a specific image type.classImplementation ofBilinearPixelMBfor a specific image type.classImplementation ofBilinearPixelMBfor a specific image type.classImplementation ofBilinearPixelMBfor a specific image type.classImplementation ofBilinearPixelSfor a specific image type.classImplementation ofBilinearPixelSfor a specific image type.classImplementation ofBilinearPixelSfor a specific image type.classImplementation ofBilinearPixelSfor a specific image type.classPerforms interpolation by convolving a continuous-discrete function across the image.classPerforms interpolation by convolving a continuous-discrete function across the image.classPerforms interpolation by convolving a continuous-discrete function across the image.classImplementation ofPolynomialPixel.classImplPolynomialPixel_I<T extends GrayI<T>>Implementation ofPolynomialPixel.classPerforms nearest neighbor interpolation to extract values between pixels in an image.classPerforms nearest neighbor interpolation to extract values between pixels in an image.classPerforms nearest neighbor interpolation to extract values between pixels in an image.classPerforms nearest neighbor interpolation to extract values between pixels in an image.classPerforms nearest neighbor interpolation to extract values between pixels in an image.classPerforms nearest neighbor interpolation to extract values between pixels in an image.classPerforms nearest neighbor interpolation to extract values between pixels in an image.classPerforms nearest neighbor interpolation to extract values between pixels in an image.classPerforms nearest neighbor interpolation to extract values between pixels in an image.classPerforms 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 aImageDistortfor 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)