Uses of Interface
boofcv.alg.interpolate.InterpolatePixelMB
Packages that use InterpolatePixelMB
Package
Description
-
Uses of InterpolatePixelMB in boofcv.abst.filter.interpolate
Classes in boofcv.abst.filter.interpolate that implement InterpolatePixelMBMethods in boofcv.abst.filter.interpolate that return InterpolatePixelMB -
Uses of InterpolatePixelMB in boofcv.alg.background.moving
Fields in boofcv.alg.background.moving declared as InterpolatePixelMBModifier and TypeFieldDescriptionprotected InterpolatePixelMB<InterleavedF32>BackgroundMovingBasic_IL_MT._interpolationBGprotected InterpolatePixelMB<InterleavedF32>BackgroundMovingBasic_IL._interpolationBGprotected InterpolatePixelMB<Planar<GrayF32>>BackgroundMovingBasic_PL_MT._interpolationBGprotected InterpolatePixelMB<Planar<GrayF32>>BackgroundMovingBasic_PL._interpolationBGprotected final InterpolatePixelMB<InterleavedF32>BackgroundMovingGaussian_IL_MT._interpolationBGprotected final InterpolatePixelMB<InterleavedF32>BackgroundMovingGaussian_IL._interpolationBGprotected InterpolatePixelMB<InterleavedF32>BackgroundMovingGaussian_PL_MT._interpolationBGprotected InterpolatePixelMB<InterleavedF32>BackgroundMovingGaussian_PL._interpolationBGprotected final InterpolatePixelMB<InterleavedF32>BackgroundMovingGaussian_SB_MT._interpolationBGprotected final InterpolatePixelMB<InterleavedF32>BackgroundMovingGaussian_SB._interpolationBGprotected InterpolatePixelMB<T>BackgroundMovingBasic_IL_MT._interpolationInputprotected InterpolatePixelMB<T>BackgroundMovingBasic_IL._interpolationInputprotected InterpolatePixelMB<Planar<T>>BackgroundMovingBasic_PL_MT._interpolationInputprotected InterpolatePixelMB<Planar<T>>BackgroundMovingBasic_PL._interpolationInputprotected final InterpolatePixelMB<T>BackgroundMovingGaussian_IL_MT._interpolationInputprotected final InterpolatePixelMB<T>BackgroundMovingGaussian_IL._interpolationInputprotected InterpolatePixelMB<Planar<T>>BackgroundMovingGaussian_PL_MT._interpolationInputprotected InterpolatePixelMB<Planar<T>>BackgroundMovingGaussian_PL._interpolationInput -
Uses of InterpolatePixelMB in boofcv.alg.distort
Constructors in boofcv.alg.distort with parameters of type InterpolatePixelMBModifierConstructorDescriptionImageDistortBasic_IL(AssignPixelValue_MB<Output> assigner, InterpolatePixelMB<Input> interp) Specifies configuration parametersImageDistortBasic_IL_MT(AssignPixelValue_MB<Output> assigner, InterpolatePixelMB<Input> interp) Specifies configuration parameters -
Uses of InterpolatePixelMB in boofcv.alg.interpolate
Classes in boofcv.alg.interpolate that implement InterpolatePixelMBModifier and TypeClassDescriptionclassBilinearPixelMB<T extends ImageInterleaved<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.classNearestNeighborPixelMB<T extends ImageMultiBand<T>>Performs nearest neighbor interpolation to extract values between pixels in an image.Methods in boofcv.alg.interpolate that return InterpolatePixelMB -
Uses of InterpolatePixelMB in boofcv.alg.interpolate.impl
Classes in boofcv.alg.interpolate.impl that implement InterpolatePixelMBModifier and TypeClassDescriptionclassImplementation 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.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.Methods in boofcv.alg.interpolate.impl that return InterpolatePixelMBModifier and TypeMethodDescriptionImplBilinearPixel_IL_F32.copy()ImplBilinearPixel_IL_F64.copy()ImplBilinearPixel_IL_S16.copy()ImplBilinearPixel_IL_S32.copy()ImplBilinearPixel_IL_U16.copy()ImplBilinearPixel_IL_U8.copy()NearestNeighborPixel_IL_F32.copy()NearestNeighborPixel_IL_S16.copy()NearestNeighborPixel_IL_S32.copy()NearestNeighborPixel_IL_U16.copy()NearestNeighborPixel_IL_U8.copy() -
Uses of InterpolatePixelMB in boofcv.alg.segmentation.ms
Fields in boofcv.alg.segmentation.ms declared as InterpolatePixelMBModifier and TypeFieldDescriptionprotected InterpolatePixelMB<T>SegmentMeanShiftSearchColor.interpolateConstructors in boofcv.alg.segmentation.ms with parameters of type InterpolatePixelMBModifierConstructorDescriptionSegmentMeanShiftSearchColor(int maxIterations, float convergenceTol, InterpolatePixelMB<T> interpolate, int radiusX, int radiusY, float maxColorDistance, boolean fast, ImageType<T> imageType) -
Uses of InterpolatePixelMB in boofcv.alg.tracker.meanshift
Constructors in boofcv.alg.tracker.meanshift with parameters of type InterpolatePixelMBModifierConstructorDescriptionLocalWeightedHistogramRotRect(int numSamples, double numSigmas, int numHistogramBins, int numBands, float maxPixelValue, InterpolatePixelMB<T> interpolate) Configures histogram calculation. -
Uses of InterpolatePixelMB in boofcv.factory.distort
Methods in boofcv.factory.distort with parameters of type InterpolatePixelMBModifier and TypeMethodDescriptionstatic <Input extends ImageInterleaved<Input>,Output extends ImageInterleaved<Output>>
ImageDistort<Input,Output> FactoryDistort.distortIL(boolean cached, InterpolatePixelMB<Input> interp, ImageType<Output> outputType) -
Uses of InterpolatePixelMB in boofcv.factory.interpolate
Methods in boofcv.factory.interpolate that return InterpolatePixelMBModifier and TypeMethodDescriptionstatic <T extends ImageMultiBand<T>>
InterpolatePixelMB<T>FactoryInterpolation.bilinearPixelMB(ImageType<T> imageType, BorderType borderType) static <T extends ImageMultiBand<T>>
InterpolatePixelMB<T>FactoryInterpolation.bilinearPixelMB(T image, BorderType borderType) static <T extends ImageBase<T>>
InterpolatePixelMB<T>FactoryInterpolation.createPixelMB(double min, double max, InterpolationType type, BorderType borderType, ImageType<T> imageType) Pixel based interpolation on multi-band imagestatic <T extends ImageGray<T>>
InterpolatePixelMB<Planar<T>>FactoryInterpolation.createPixelPL(InterpolatePixelS<T> singleBand) Converts a single band interpolation algorithm into a mult-band interpolation forPlanarimages.static <T extends ImageMultiBand<T>>
InterpolatePixelMB<T>FactoryInterpolation.nearestNeighborPixelMB(ImageType<T> imageType, BorderType borderType)