Uses of Class
boofcv.struct.image.ImageInterleaved
Packages that use ImageInterleaved
Package
Description
-
Uses of ImageInterleaved in boofcv
Methods in boofcv with type parameters of type ImageInterleavedModifier and TypeMethodDescriptionstatic <T extends ImageInterleaved<T>>
TBoofTesting.createSubImageOf_I(T input) Methods in boofcv with parameters of type ImageInterleavedModifier and TypeMethodDescriptionstatic voidBoofTesting.assertEqualsBorder(ImageInterleaved imgA, ImageInterleaved imgB, double tol, int borderX, int borderY) Checks to see if only the image borders are equal to each other within tolerance -
Uses of ImageInterleaved in boofcv.alg
Methods in boofcv.alg with type parameters of type ImageInterleavedModifier and TypeMethodDescriptionstatic <T extends ImageInterleaved<T>>
TInputSanityCheck.declareOrReshape(T image, int width, int height, int numBands, Class<T> imageType) -
Uses of ImageInterleaved in boofcv.alg.background.moving
Classes in boofcv.alg.background.moving with type parameters of type ImageInterleavedModifier and TypeClassDescriptionclassBackgroundMovingBasic_IL<T extends ImageInterleaved<T>,Motion extends InvertibleTransform<Motion>> Implementation ofBackgroundMovingBasicforPlanar.classBackgroundMovingBasic_IL_MT<T extends ImageInterleaved<T>,Motion extends InvertibleTransform<Motion>> Implementation ofBackgroundMovingBasicforPlanar.classBackgroundMovingGaussian_IL<T extends ImageInterleaved<T>,Motion extends InvertibleTransform<Motion>> Implementation ofBackgroundMovingGaussianforImageInterleaved.classBackgroundMovingGaussian_IL_MT<T extends ImageInterleaved<T>,Motion extends InvertibleTransform<Motion>> Implementation ofBackgroundMovingGaussianforImageInterleaved. -
Uses of ImageInterleaved in boofcv.alg.background.stationary
Classes in boofcv.alg.background.stationary with type parameters of type ImageInterleavedModifier and TypeClassDescriptionclassBackgroundStationaryBasic_IL<T extends ImageInterleaved<T>>Implementation ofBackgroundStationaryBasicforImageGray.classBackgroundStationaryBasic_IL_MT<T extends ImageInterleaved<T>>Implementation ofBackgroundStationaryBasicforImageGray.classBackgroundStationaryGaussian_IL<T extends ImageInterleaved<T>>Implementation ofBackgroundStationaryGaussianforImageInterleaved.classBackgroundStationaryGaussian_IL_MT<T extends ImageInterleaved<T>>Implementation ofBackgroundStationaryGaussianforImageInterleaved. -
Uses of ImageInterleaved in boofcv.alg.distort
Classes in boofcv.alg.distort with type parameters of type ImageInterleavedModifier and TypeClassDescriptionclassImageDistortBasic_IL<Input extends ImageInterleaved<Input>,Output extends ImageInterleaved<Output>> Most basic implementation ofImageDistortforImageInterleaved.classImageDistortBasic_IL<Input extends ImageInterleaved<Input>,Output extends ImageInterleaved<Output>> Most basic implementation ofImageDistortforImageInterleaved.classImageDistortBasic_IL_MT<Input extends ImageInterleaved<Input>,Output extends ImageInterleaved<Output>> Most basic implementation ofImageDistortforImageInterleaved.classImageDistortBasic_IL_MT<Input extends ImageInterleaved<Input>,Output extends ImageInterleaved<Output>> Most basic implementation ofImageDistortforImageInterleaved. -
Uses of ImageInterleaved in boofcv.alg.filter.binary
Classes in boofcv.alg.filter.binary with type parameters of type ImageInterleavedModifier and TypeClassDescriptionclassThresholdBlockMinMax<T extends ImageGray<T>,I extends ImageInterleaved<I>> Applies a threshold to an image by computing the min and max values in a regular grid across the image. -
Uses of ImageInterleaved in boofcv.alg.interpolate
Classes in boofcv.alg.interpolate with type parameters of type ImageInterleavedModifier and TypeClassDescriptionclassBilinearPixelMB<T extends ImageInterleaved<T>>Performs bilinear interpolation to extract values between pixels in an image.Fields in boofcv.alg.interpolate declared as ImageInterleaved -
Uses of ImageInterleaved in boofcv.alg.transform.fft
Methods in boofcv.alg.transform.fft with type parameters of type ImageInterleavedModifier and TypeMethodDescriptionstatic <T extends GrayF<T>,W extends ImageInterleaved>
DiscreteFourierTransform<T,W> GDiscreteFourierTransformOps.createTransform(ImageDataType type) Creates aDiscreteFourierTransformfor the specified type.Methods in boofcv.alg.transform.fft with parameters of type ImageInterleavedModifier and TypeMethodDescriptionstatic voidDiscreteFourierTransformOps.checkImageArguments(ImageBase image, ImageInterleaved transform) Checks to see if the image and its transform are appropriate sizes .static voidGDiscreteFourierTransformOps.magnitude(ImageInterleaved transform, GrayF magnitude) Computes the magnitude of the complex image:
magnitude = sqrt( real2 + imaginary2 )static voidGDiscreteFourierTransformOps.multiplyComplex(ImageInterleaved complexA, ImageInterleaved complexB, ImageInterleaved complexC) Performs element-wise complex multiplication between two complex images.static voidGDiscreteFourierTransformOps.multiplyRealComplex(GrayF realA, ImageInterleaved complexB, ImageInterleaved complexC) Performs element-wise complex multiplication between a real image and a complex image.static voidGDiscreteFourierTransformOps.phase(ImageInterleaved transform, GrayF phase) Computes the phase of the complex image:
phase = atan2( imaginary , real )static voidGDiscreteFourierTransformOps.realToComplex(GrayF real, ImageInterleaved complex) Converts a regular image into a complex interleaved image with the imaginary component set to zero.static voidGDiscreteFourierTransformOps.shiftZeroFrequency(ImageInterleaved transform, boolean forward) Moves the zero-frequency component into the image center (width/2,height/2). -
Uses of ImageInterleaved in boofcv.core.image
Classes in boofcv.core.image with type parameters of type ImageInterleavedModifier and TypeClassDescriptionstatic classFactoryGImageMultiBand.IL<T extends ImageInterleaved<T>>Methods in boofcv.core.image with type parameters of type ImageInterleavedModifier and TypeMethodDescriptionstatic <T extends ImageInterleaved>
TGeneralizedImageOps.createInterleaved(ImageDataType type, int width, int height, int numBands) static <T extends ImageInterleaved<T>>
TGeneralizedImageOps.createInterleaved(Class<T> type, int width, int height, int numBands) Methods in boofcv.core.image with parameters of type ImageInterleavedModifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
TGConvertImage.average(ImageInterleaved input, T output) static doubleGeneralizedImageOps.get(ImageInterleaved img, int x, int y, int band) static GImageMultiBandFactoryGImageMultiBand.wrap(ImageInterleaved image) static ImageBorderImageBorderValue.wrap(ImageInterleaved image, double value) -
Uses of ImageInterleaved in boofcv.core.image.border
Methods in boofcv.core.image.border with type parameters of type ImageInterleavedModifier and TypeMethodDescriptionstatic <T extends ImageInterleaved<T>>
ImageBorder<T>FactoryImageBorder.interleaved(BorderType borderType, Class<T> imageType) Creates an instance of the requested algorithms for handling borders pixels onImageInterleaved.static <T extends ImageInterleaved<T>>
ImageBorder<T>FactoryImageBorder.interleavedValue(double value, Class<T> imageType) Creates anImageBorderthat returns the specified value always.static <T extends ImageInterleaved<T>>
ImageBorder<T>FactoryImageBorder.interleavedValue(double value, T image) Creates anImageBorderthat returns the specified value always. -
Uses of ImageInterleaved in boofcv.factory.distort
Methods in boofcv.factory.distort with type parameters of type ImageInterleavedModifier and TypeMethodDescriptionstatic <Input extends ImageInterleaved<Input>,Output extends ImageInterleaved<Output>>
ImageDistort<Input,Output> FactoryDistort.distortIL(boolean cached, InterpolatePixelMB<Input> interp, ImageType<Output> outputType) static <Input extends ImageInterleaved<Input>,Output extends ImageInterleaved<Output>>
ImageDistort<Input,Output> FactoryDistort.distortIL(boolean cached, InterpolatePixelMB<Input> interp, ImageType<Output> outputType) -
Uses of ImageInterleaved in boofcv.io.image
Methods in boofcv.io.image with parameters of type ImageInterleavedModifier and TypeMethodDescriptionstatic voidConvertBufferedImage.convertFromInterleaved(BufferedImage src, ImageInterleaved dst, boolean orderRgb) static voidConvertRaster.orderBandsIntoRGB(ImageInterleaved image, BufferedImage input) -
Uses of ImageInterleaved in boofcv.javacv
Methods in boofcv.javacv with type parameters of type ImageInterleavedModifier and TypeMethodDescriptionstatic <T extends ImageInterleaved<T>>
TConvertIplImage.convertFrom(org.bytedeco.javacpp.opencv_core.IplImage input, T output) -
Uses of ImageInterleaved in boofcv.struct.image
Classes in boofcv.struct.image with type parameters of type ImageInterleavedModifier and TypeClassDescriptionclassImageInterleaved<T extends ImageInterleaved<T>>Base class for images that contain multiple interleaved bands.Subclasses of ImageInterleaved in boofcv.struct.imageModifier and TypeClassDescriptionclassImageInterleavedfor data of type float.classImageInterleavedfor data of type double.classInterleavedI16<T extends InterleavedI16<T>>ImageInterleavedfor data of type short.classInterleavedI8<T extends InterleavedI8<T>>ImageInterleavedfor data of type byte.classInterleavedInteger<T extends InterleavedInteger<T>>Base class for integer interleaved images.classAn image where the primitive type is an unsigned short.classImageInterleavedfor data of type int.classImageInterleavedfor data of type int.classAn image where the primitive type is a signed byte.classAn image where the primitive type is an unsigned short.classAn image where the primitive type is an unsigned byte.Methods in boofcv.struct.image with type parameters of type ImageInterleavedModifier and TypeMethodDescriptionstatic <B extends ImageInterleaved<B>>
B<B extends ImageInterleaved<B>>
BImageInterleaved.createSameShape(Class<B> type) Creates an interleaved image of the specified type that will have the same shapestatic <I extends ImageInterleaved<I>>
ImageType<I>ImageType.il(int numBands, ImageDataType type) static <I extends ImageInterleaved<I>>
ImageType<I>