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._interpolationBG
protected InterpolatePixelMB<InterleavedF32>
BackgroundMovingBasic_IL._interpolationBG
protected InterpolatePixelMB<Planar<GrayF32>>
BackgroundMovingBasic_PL_MT._interpolationBG
protected InterpolatePixelMB<Planar<GrayF32>>
BackgroundMovingBasic_PL._interpolationBG
protected final InterpolatePixelMB<InterleavedF32>
BackgroundMovingGaussian_IL_MT._interpolationBG
protected final InterpolatePixelMB<InterleavedF32>
BackgroundMovingGaussian_IL._interpolationBG
protected InterpolatePixelMB<InterleavedF32>
BackgroundMovingGaussian_PL_MT._interpolationBG
protected InterpolatePixelMB<InterleavedF32>
BackgroundMovingGaussian_PL._interpolationBG
protected final InterpolatePixelMB<InterleavedF32>
BackgroundMovingGaussian_SB_MT._interpolationBG
protected final InterpolatePixelMB<InterleavedF32>
BackgroundMovingGaussian_SB._interpolationBG
protected InterpolatePixelMB<T>
BackgroundMovingBasic_IL_MT._interpolationInput
protected InterpolatePixelMB<T>
BackgroundMovingBasic_IL._interpolationInput
protected InterpolatePixelMB<Planar<T>>
BackgroundMovingBasic_PL_MT._interpolationInput
protected InterpolatePixelMB<Planar<T>>
BackgroundMovingBasic_PL._interpolationInput
protected final InterpolatePixelMB<T>
BackgroundMovingGaussian_IL_MT._interpolationInput
protected final InterpolatePixelMB<T>
BackgroundMovingGaussian_IL._interpolationInput
protected InterpolatePixelMB<Planar<T>>
BackgroundMovingGaussian_PL_MT._interpolationInput
protected 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 TypeClassDescriptionclass
BilinearPixelMB<T extends ImageInterleaved<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
NearestNeighborPixelMB<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 TypeClassDescriptionclass
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
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.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.interpolate
Constructors 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 forPlanar
images.static <T extends ImageMultiBand<T>>
InterpolatePixelMB<T>FactoryInterpolation.nearestNeighborPixelMB
(ImageType<T> imageType, BorderType borderType)