Uses of Interface
boofcv.alg.interpolate.InterpolatePixelMB
Package
Description
-
Uses of InterpolatePixelMB in boofcv.abst.filter.interpolate
-
Uses of InterpolatePixelMB in boofcv.alg.background.moving
Modifier 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
ModifierConstructorDescriptionImageDistortBasic_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
Modifier 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. -
Uses of InterpolatePixelMB in boofcv.alg.interpolate.impl
Modifier 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.Modifier 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
Modifier and TypeFieldDescriptionprotected InterpolatePixelMB<T>
SegmentMeanShiftSearchColor.interpolate
ModifierConstructorDescriptionSegmentMeanShiftSearchColor
(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
ModifierConstructorDescriptionLocalWeightedHistogramRotRect
(int numSamples, double numSigmas, int numHistogramBins, int numBands, float maxPixelValue, InterpolatePixelMB<T> interpolate) Configures histogram calculation. -
Uses of InterpolatePixelMB in boofcv.factory.distort
Modifier 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
Modifier 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)