Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W X Y Z _ 

A

abs(T, T) - Static method in class boofcv.alg.misc.GPixelMath
Sets each pixel in the output image to be the absolute value of the input image.
abs(ImageSInt8, ImageSInt8) - Static method in class boofcv.alg.misc.PixelMath
Sets each pixel in the output image to be the absolute value of the input image.
abs(ImageSInt16, ImageSInt16) - Static method in class boofcv.alg.misc.PixelMath
Sets each pixel in the output image to be the absolute value of the input image.
abs(ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.misc.PixelMath
Sets each pixel in the output image to be the absolute value of the input image.
abs(ImageSInt64, ImageSInt64) - Static method in class boofcv.alg.misc.PixelMath
Sets each pixel in the output image to be the absolute value of the input image.
abs(ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.misc.PixelMath
Sets each pixel in the output image to be the absolute value of the input image.
abs(ImageFloat64, ImageFloat64) - Static method in class boofcv.alg.misc.PixelMath
Sets each pixel in the output image to be the absolute value of the input image.
add(T, T, O) - Static method in class boofcv.alg.misc.GPixelMath
Performs pixel-wise addition
d(x,y) = inputA(x,y) + inputB(x,y)
add(ImageUInt8, ImageUInt8, ImageUInt16) - Static method in class boofcv.alg.misc.PixelMath
Performs pixel-wise addition
output(x,y) = imgA(x,y) + imgB(x,y)
add(ImageSInt8, ImageSInt8, ImageSInt16) - Static method in class boofcv.alg.misc.PixelMath
Performs pixel-wise addition
output(x,y) = imgA(x,y) + imgB(x,y)
add(ImageUInt16, ImageUInt16, ImageSInt32) - Static method in class boofcv.alg.misc.PixelMath
Performs pixel-wise addition
output(x,y) = imgA(x,y) + imgB(x,y)
add(ImageSInt16, ImageSInt16, ImageSInt32) - Static method in class boofcv.alg.misc.PixelMath
Performs pixel-wise addition
output(x,y) = imgA(x,y) + imgB(x,y)
add(ImageSInt32, ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.misc.PixelMath
Performs pixel-wise addition
output(x,y) = imgA(x,y) + imgB(x,y)
add(ImageSInt64, ImageSInt64, ImageSInt64) - Static method in class boofcv.alg.misc.PixelMath
Performs pixel-wise addition
output(x,y) = imgA(x,y) + imgB(x,y)
add(ImageFloat32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.misc.PixelMath
Performs pixel-wise addition
output(x,y) = imgA(x,y) + imgB(x,y)
add(ImageFloat64, ImageFloat64, ImageFloat64) - Static method in class boofcv.alg.misc.PixelMath
Performs pixel-wise addition
output(x,y) = imgA(x,y) + imgB(x,y)
add(int, int) - Method in class boofcv.struct.QueueCorner
 
add(Point2D_I16) - Method in class boofcv.struct.QueueCorner
 
addGaussian(ImageBase, Random, double, double, double) - Static method in class boofcv.alg.misc.GImageMiscOps
Adds Gaussian/normal i.i.d noise to each pixel in the image.
addGaussian(ImageUInt8, Random, double, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Adds Gaussian/normal i.i.d noise to each pixel in the image.
addGaussian(InterleavedU8, Random, double, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Adds Gaussian/normal i.i.d noise to each pixel in the image.
addGaussian(ImageSInt8, Random, double, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Adds Gaussian/normal i.i.d noise to each pixel in the image.
addGaussian(InterleavedS8, Random, double, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Adds Gaussian/normal i.i.d noise to each pixel in the image.
addGaussian(ImageUInt16, Random, double, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Adds Gaussian/normal i.i.d noise to each pixel in the image.
addGaussian(InterleavedU16, Random, double, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Adds Gaussian/normal i.i.d noise to each pixel in the image.
addGaussian(ImageSInt16, Random, double, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Adds Gaussian/normal i.i.d noise to each pixel in the image.
addGaussian(InterleavedS16, Random, double, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Adds Gaussian/normal i.i.d noise to each pixel in the image.
addGaussian(ImageSInt32, Random, double, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Adds Gaussian/normal i.i.d noise to each pixel in the image.
addGaussian(InterleavedS32, Random, double, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Adds Gaussian/normal i.i.d noise to each pixel in the image.
addGaussian(ImageSInt64, Random, double, long, long) - Static method in class boofcv.alg.misc.ImageMiscOps
Adds Gaussian/normal i.i.d noise to each pixel in the image.
addGaussian(InterleavedS64, Random, double, long, long) - Static method in class boofcv.alg.misc.ImageMiscOps
Adds Gaussian/normal i.i.d noise to each pixel in the image.
addGaussian(ImageFloat32, Random, double, float, float) - Static method in class boofcv.alg.misc.ImageMiscOps
Adds Gaussian/normal i.i.d noise to each pixel in the image.
addGaussian(InterleavedF32, Random, double, float, float) - Static method in class boofcv.alg.misc.ImageMiscOps
Adds Gaussian/normal i.i.d noise to each pixel in the image.
addGaussian(ImageFloat64, Random, double, double, double) - Static method in class boofcv.alg.misc.ImageMiscOps
Adds Gaussian/normal i.i.d noise to each pixel in the image.
addGaussian(InterleavedF64, Random, double, double, double) - Static method in class boofcv.alg.misc.ImageMiscOps
Adds Gaussian/normal i.i.d noise to each pixel in the image.
addOffset(int, int, int) - Static method in class boofcv.misc.CircularIndex
Adds offset (positive or negative) to index in a circular buffer.
addUniform(ImageBase, Random, double, double) - Static method in class boofcv.alg.misc.GImageMiscOps
Adds uniform i.i.d noise to each pixel in the image.
addUniform(ImageUInt8, Random, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Adds uniform i.i.d noise to each pixel in the image.
addUniform(InterleavedU8, Random, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Adds uniform i.i.d noise to each pixel in the image.
addUniform(ImageSInt8, Random, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Adds uniform i.i.d noise to each pixel in the image.
addUniform(InterleavedS8, Random, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Adds uniform i.i.d noise to each pixel in the image.
addUniform(ImageUInt16, Random, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Adds uniform i.i.d noise to each pixel in the image.
addUniform(InterleavedU16, Random, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Adds uniform i.i.d noise to each pixel in the image.
addUniform(ImageSInt16, Random, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Adds uniform i.i.d noise to each pixel in the image.
addUniform(InterleavedS16, Random, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Adds uniform i.i.d noise to each pixel in the image.
addUniform(ImageSInt32, Random, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Adds uniform i.i.d noise to each pixel in the image.
addUniform(InterleavedS32, Random, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Adds uniform i.i.d noise to each pixel in the image.
addUniform(ImageSInt64, Random, long, long) - Static method in class boofcv.alg.misc.ImageMiscOps
Adds uniform i.i.d noise to each pixel in the image.
addUniform(InterleavedS64, Random, long, long) - Static method in class boofcv.alg.misc.ImageMiscOps
Adds uniform i.i.d noise to each pixel in the image.
addUniform(ImageFloat32, Random, float, float) - Static method in class boofcv.alg.misc.ImageMiscOps
Adds uniform i.i.d noise to each pixel in the image.
addUniform(InterleavedF32, Random, float, float) - Static method in class boofcv.alg.misc.ImageMiscOps
Adds uniform i.i.d noise to each pixel in the image.
addUniform(ImageFloat64, Random, double, double) - Static method in class boofcv.alg.misc.ImageMiscOps
Adds uniform i.i.d noise to each pixel in the image.
addUniform(InterleavedF64, Random, double, double) - Static method in class boofcv.alg.misc.ImageMiscOps
Adds uniform i.i.d noise to each pixel in the image.
adjustForDisplay(ImageSingleBand, int, double) - Static method in class boofcv.alg.transform.wavelet.UtilWavelet
Adjusts the values inside a wavelet transform to make it easier to view.
affine(double, double, double, double, double, double) - Method in class boofcv.abst.distort.FDistort
Affine transform from input to output
affine(Affine2D_F64) - Method in class boofcv.abst.distort.FDistort
 
affine(T, T, BorderType, TypeInterpolate, double, double, double, double, double, double) - Static method in class boofcv.alg.distort.DistortImageOps
Deprecated.
As of v0.19. Use FDistort instead
AnyImageDerivative<I extends ImageSingleBand,D extends ImageSingleBand> - Class in boofcv.abst.filter.derivative
A helpful class which allows a derivative of any order to be computed from an input image using a simple to use interface.
AnyImageDerivative(Kernel1D, Class<I>, Class<D>) - Constructor for class boofcv.abst.filter.derivative.AnyImageDerivative
Constructor for 1D kernels.
AnyImageDerivative(Kernel2D, Class<I>, Class<D>) - Constructor for class boofcv.abst.filter.derivative.AnyImageDerivative
Constructor for 2D kernels.
AnyImageDerivative(ConvolveInterface<I, D>, ConvolveInterface<I, D>, ConvolveInterface<D, D>, ConvolveInterface<D, D>, Class<I>, Class<D>) - Constructor for class boofcv.abst.filter.derivative.AnyImageDerivative
Constructor for when all derivative filters are specified
apply() - Method in class boofcv.abst.distort.FDistort
Applies the distortion.
apply(Input, Output) - Method in interface boofcv.alg.distort.ImageDistort
Applies the transform to the entire destination image.
apply(Input, Output, int, int, int, int) - Method in interface boofcv.alg.distort.ImageDistort
Applies the transform to only the specified region inside the destination image.
apply(Input, Output) - Method in class boofcv.alg.distort.ImageDistortBasic
 
apply(Input, Output, int, int, int, int) - Method in class boofcv.alg.distort.ImageDistortBasic
 
apply(Input, Output) - Method in class boofcv.alg.distort.ImageDistortCache_SB
 
apply(Input, Output, int, int, int, int) - Method in class boofcv.alg.distort.ImageDistortCache_SB
 
apply(MultiSpectral<Input>, MultiSpectral<Output>) - Method in class boofcv.alg.distort.impl.ImplImageDistort_MS
 
apply(MultiSpectral<Input>, MultiSpectral<Output>, int, int, int, int) - Method in class boofcv.alg.distort.impl.ImplImageDistort_MS
 
apply(ImageUInt8, int) - Method in class boofcv.alg.filter.binary.impl.BinaryThinning
Applies the thinning algorithm.
apply(GrowQueue_I32, GrowQueue_I32, GrowQueue_I32) - Method in class boofcv.alg.filter.binary.impl.BinaryThinning.Mask
 
applyAll() - Method in class boofcv.alg.distort.ImageDistortBasic
 
applyAll() - Method in class boofcv.alg.distort.ImageDistortBasic_IL
 
applyAll() - Method in class boofcv.alg.distort.ImageDistortBasic_SB
 
applyOnlyInside() - Method in class boofcv.alg.distort.ImageDistortBasic
 
applyOnlyInside() - Method in class boofcv.alg.distort.ImageDistortBasic_IL
 
applyOnlyInside() - Method in class boofcv.alg.distort.ImageDistortBasic_SB
 
applyOnlyInside() - Method in class boofcv.alg.distort.ImageDistortCache_SB
 
applyTransform(ImageUInt8, int[], ImageUInt8) - Static method in class boofcv.alg.enhance.EnhanceImageOps
Applies the transformation table to the provided input image.
applyTransform(ImageUInt16, int[], ImageUInt16) - Static method in class boofcv.alg.enhance.EnhanceImageOps
Applies the transformation table to the provided input image.
applyTransform(ImageSInt8, int[], int, ImageSInt8) - Static method in class boofcv.alg.enhance.EnhanceImageOps
Applies the transformation table to the provided input image.
applyTransform(ImageSInt16, int[], int, ImageSInt16) - Static method in class boofcv.alg.enhance.EnhanceImageOps
Applies the transformation table to the provided input image.
applyTransform(ImageSInt32, int[], int, ImageSInt32) - Static method in class boofcv.alg.enhance.EnhanceImageOps
Applies the transformation table to the provided input image.
applyTransform(T, int[], int, T) - Static method in class boofcv.alg.enhance.GEnhanceImageOps
Applies the transformation table to the provided input image.
applyTransform(ImageUInt8, int[], ImageUInt8) - Static method in class boofcv.alg.enhance.impl.ImplEnhanceHistogram
 
applyTransform(ImageUInt16, int[], ImageUInt16) - Static method in class boofcv.alg.enhance.impl.ImplEnhanceHistogram
 
applyTransform(ImageSInt8, int[], int, ImageSInt8) - Static method in class boofcv.alg.enhance.impl.ImplEnhanceHistogram
 
applyTransform(ImageSInt16, int[], int, ImageSInt16) - Static method in class boofcv.alg.enhance.impl.ImplEnhanceHistogram
 
applyTransform(ImageSInt32, int[], int, ImageSInt32) - Static method in class boofcv.alg.enhance.impl.ImplEnhanceHistogram
 
area() - Method in class boofcv.struct.ImageRectangle_F32
 
area() - Method in class boofcv.struct.ImageRectangle_F64
 
ascend - Variable in class boofcv.alg.interpolate.array.Interpolate1D_F32
 
assertEquals(double[], double[], double) - Static method in class boofcv.testing.BoofTesting
 
assertEquals(double[], float[], double) - Static method in class boofcv.testing.BoofTesting
 
assertEquals(double[], int[]) - Static method in class boofcv.testing.BoofTesting
 
assertEquals(float[], float[], float) - Static method in class boofcv.testing.BoofTesting
 
assertEquals(ImageBase, ImageBase, double) - Static method in class boofcv.testing.BoofTesting
 
assertEqualsBorder(ImageSingleBand, ImageSingleBand, double, int, int) - Static method in class boofcv.testing.BoofTesting
Checks to see if only the image borders are equal to each other within tolerance
assertEqualsInner(ImageBase, ImageBase, double, int, int, boolean) - Static method in class boofcv.testing.BoofTesting
 
assertEqualsInner(ImageBase, ImageBase, double, int, int, int, int, boolean) - Static method in class boofcv.testing.BoofTesting
 
assertEqualsRelative(ImageBase, ImageBase, double) - Static method in class boofcv.testing.BoofTesting
 
assign(int, float[]) - Method in class boofcv.alg.distort.ImageDistortBasic_IL
 
assign(int, float) - Method in class boofcv.alg.distort.ImageDistortBasic_SB
 
assign(int, float) - Method in class boofcv.alg.distort.ImageDistortCache_SB
 
assign(int, float) - Method in class boofcv.alg.distort.impl.ImplImageDistort_F32
 
assign(int, float) - Method in class boofcv.alg.distort.impl.ImplImageDistort_I16
 
assign(int, float) - Method in class boofcv.alg.distort.impl.ImplImageDistort_I8
 
assign(int, float[]) - Method in class boofcv.alg.distort.impl.ImplImageDistort_IL_F32
 
assign(int, float[]) - Method in class boofcv.alg.distort.impl.ImplImageDistort_IL_U8
 
assign(int, float) - Method in class boofcv.alg.distort.impl.ImplImageDistort_S32
 
assign(int, float) - Method in class boofcv.alg.distort.impl.ImplImageDistortCache_F32
 
assign(int, float) - Method in class boofcv.alg.distort.impl.ImplImageDistortCache_I16
 
assign(int, float) - Method in class boofcv.alg.distort.impl.ImplImageDistortCache_I8
 
assign(int, float) - Method in class boofcv.alg.distort.impl.ImplImageDistortCache_S32
 
AutoTypeImage - Enum in boofcv.misc
Image information for auto generated code
average(MultiSpectral<ImageUInt8>, ImageUInt8) - Static method in class boofcv.core.image.ConvertImage
Converts a MultiSpectral into a ImageSingleBand by computing the average value of each pixel across all the bands.
average(InterleavedU8, ImageUInt8) - Static method in class boofcv.core.image.ConvertImage
Converts a InterleavedU8 into a ImageUInt8 by computing the average value of each pixel across all the bands.
average(MultiSpectral<ImageSInt8>, ImageSInt8) - Static method in class boofcv.core.image.ConvertImage
Converts a MultiSpectral into a ImageSingleBand by computing the average value of each pixel across all the bands.
average(InterleavedS8, ImageSInt8) - Static method in class boofcv.core.image.ConvertImage
Converts a InterleavedS8 into a ImageSInt8 by computing the average value of each pixel across all the bands.
average(MultiSpectral<ImageUInt16>, ImageUInt16) - Static method in class boofcv.core.image.ConvertImage
Converts a MultiSpectral into a ImageSingleBand by computing the average value of each pixel across all the bands.
average(InterleavedU16, ImageUInt16) - Static method in class boofcv.core.image.ConvertImage
Converts a InterleavedU16 into a ImageUInt16 by computing the average value of each pixel across all the bands.
average(MultiSpectral<ImageSInt16>, ImageSInt16) - Static method in class boofcv.core.image.ConvertImage
Converts a MultiSpectral into a ImageSingleBand by computing the average value of each pixel across all the bands.
average(InterleavedS16, ImageSInt16) - Static method in class boofcv.core.image.ConvertImage
Converts a InterleavedS16 into a ImageSInt16 by computing the average value of each pixel across all the bands.
average(MultiSpectral<ImageSInt32>, ImageSInt32) - Static method in class boofcv.core.image.ConvertImage
Converts a MultiSpectral into a ImageSingleBand by computing the average value of each pixel across all the bands.
average(InterleavedS32, ImageSInt32) - Static method in class boofcv.core.image.ConvertImage
Converts a InterleavedS32 into a ImageSInt32 by computing the average value of each pixel across all the bands.
average(MultiSpectral<ImageSInt64>, ImageSInt64) - Static method in class boofcv.core.image.ConvertImage
Converts a MultiSpectral into a ImageSingleBand by computing the average value of each pixel across all the bands.
average(InterleavedS64, ImageSInt64) - Static method in class boofcv.core.image.ConvertImage
Converts a InterleavedS64 into a ImageSInt64 by computing the average value of each pixel across all the bands.
average(MultiSpectral<ImageFloat32>, ImageFloat32) - Static method in class boofcv.core.image.ConvertImage
Converts a MultiSpectral into a ImageSingleBand by computing the average value of each pixel across all the bands.
average(InterleavedF32, ImageFloat32) - Static method in class boofcv.core.image.ConvertImage
Converts a InterleavedF32 into a ImageFloat32 by computing the average value of each pixel across all the bands.
average(MultiSpectral<ImageFloat64>, ImageFloat64) - Static method in class boofcv.core.image.ConvertImage
Converts a MultiSpectral into a ImageSingleBand by computing the average value of each pixel across all the bands.
average(InterleavedF64, ImageFloat64) - Static method in class boofcv.core.image.ConvertImage
Converts a InterleavedF64 into a ImageFloat64 by computing the average value of each pixel across all the bands.
average(MultiSpectral<T>, T) - Static method in class boofcv.core.image.GConvertImage
Converts a MultiSpectral into a ImageSingleBand by computing the average value of each pixel across all the bands.
average(ImageInterleaved, T) - Static method in class boofcv.core.image.GConvertImage
Converts a MultiSpectral into a ImageSingleBand by computing the average value of each pixel across all the bands.
average(InterleavedU8, ImageUInt8) - Static method in class boofcv.core.image.impl.ConvertInterleavedToSingle
 
average(InterleavedS8, ImageSInt8) - Static method in class boofcv.core.image.impl.ConvertInterleavedToSingle
 
average(InterleavedU16, ImageUInt16) - Static method in class boofcv.core.image.impl.ConvertInterleavedToSingle
 
average(InterleavedS16, ImageSInt16) - Static method in class boofcv.core.image.impl.ConvertInterleavedToSingle
 
average(InterleavedS32, ImageSInt32) - Static method in class boofcv.core.image.impl.ConvertInterleavedToSingle
 
average(InterleavedS64, ImageSInt64) - Static method in class boofcv.core.image.impl.ConvertInterleavedToSingle
 
average(InterleavedF32, ImageFloat32) - Static method in class boofcv.core.image.impl.ConvertInterleavedToSingle
 
average(InterleavedF64, ImageFloat64) - Static method in class boofcv.core.image.impl.ConvertInterleavedToSingle
 
average(MultiSpectral<ImageUInt8>, ImageUInt8) - Static method in class boofcv.core.image.impl.ImplConvertMsToSingle
 
average(MultiSpectral<ImageSInt8>, ImageSInt8) - Static method in class boofcv.core.image.impl.ImplConvertMsToSingle
 
average(MultiSpectral<ImageUInt16>, ImageUInt16) - Static method in class boofcv.core.image.impl.ImplConvertMsToSingle
 
average(MultiSpectral<ImageSInt16>, ImageSInt16) - Static method in class boofcv.core.image.impl.ImplConvertMsToSingle
 
average(MultiSpectral<ImageSInt32>, ImageSInt32) - Static method in class boofcv.core.image.impl.ImplConvertMsToSingle
 
average(MultiSpectral<ImageSInt64>, ImageSInt64) - Static method in class boofcv.core.image.impl.ImplConvertMsToSingle
 
average(MultiSpectral<ImageFloat32>, ImageFloat32) - Static method in class boofcv.core.image.impl.ImplConvertMsToSingle
 
average(MultiSpectral<ImageFloat64>, ImageFloat64) - Static method in class boofcv.core.image.impl.ImplConvertMsToSingle
 
averageBand(MultiSpectral<T>, T) - Static method in class boofcv.alg.misc.GPixelMath
Computes the average for each pixel across all bands in the MultiSpectral image.
averageBand(MultiSpectral<ImageUInt8>, ImageUInt8) - Static method in class boofcv.alg.misc.PixelMath
Computes the average for each pixel across all bands in the MultiSpectral image.
averageBand(MultiSpectral<ImageSInt8>, ImageSInt8) - Static method in class boofcv.alg.misc.PixelMath
Computes the average for each pixel across all bands in the MultiSpectral image.
averageBand(MultiSpectral<ImageUInt16>, ImageUInt16) - Static method in class boofcv.alg.misc.PixelMath
Computes the average for each pixel across all bands in the MultiSpectral image.
averageBand(MultiSpectral<ImageSInt16>, ImageSInt16) - Static method in class boofcv.alg.misc.PixelMath
Computes the average for each pixel across all bands in the MultiSpectral image.
averageBand(MultiSpectral<ImageSInt32>, ImageSInt32) - Static method in class boofcv.alg.misc.PixelMath
Computes the average for each pixel across all bands in the MultiSpectral image.
averageBand(MultiSpectral<ImageSInt64>, ImageSInt64) - Static method in class boofcv.alg.misc.PixelMath
Computes the average for each pixel across all bands in the MultiSpectral image.
averageBand(MultiSpectral<ImageFloat32>, ImageFloat32) - Static method in class boofcv.alg.misc.PixelMath
Computes the average for each pixel across all bands in the MultiSpectral image.
averageBand(MultiSpectral<ImageFloat64>, ImageFloat64) - Static method in class boofcv.alg.misc.PixelMath
Computes the average for each pixel across all bands in the MultiSpectral image.
AverageDownSampleOps - Class in boofcv.alg.filter.misc
Operations related to down sampling image by computing the average within square regions.
AverageDownSampleOps() - Constructor for class boofcv.alg.filter.misc.AverageDownSampleOps
 

B

band0 - Variable in class boofcv.struct.image.Color3_F32
 
band0 - Variable in class boofcv.struct.image.Color3_I32
 
band1 - Variable in class boofcv.struct.image.Color3_F32
 
band1 - Variable in class boofcv.struct.image.Color3_I32
 
band2 - Variable in class boofcv.struct.image.Color3_F32
 
band2 - Variable in class boofcv.struct.image.Color3_I32
 
bands - Variable in class boofcv.struct.image.MultiSpectral
Set of gray scale images
baseR - Variable in class boofcv.alg.transform.ii.SparseIntegralGradient_NoBorder
 
bayes(ShrinkThresholdRule<T>, Class<T>) - Static method in class boofcv.factory.denoise.FactoryDenoiseWaveletAlg
Returns Bayes shrink wavelet based image denoiser.
BicubicKernel_F32 - Class in boofcv.alg.interpolate.kernel
A kernel can be used to approximate bicubic interpolation.
BicubicKernel_F32(float) - Constructor for class boofcv.alg.interpolate.kernel.BicubicKernel_F32
Values of a =-0.5 and -0.75 are typical
bicubicS(float, float, float, Class<T>) - Static method in class boofcv.factory.interpolate.FactoryInterpolation
 
BilinearPixelMB<T extends ImageInterleaved> - Class in boofcv.alg.interpolate
Performs bilinear interpolation to extract values between pixels in an image.
BilinearPixelMB() - Constructor for class boofcv.alg.interpolate.BilinearPixelMB
 
bilinearPixelMB(T, BorderType) - Static method in class boofcv.factory.interpolate.FactoryInterpolation
 
bilinearPixelMB(ImageType<T>, BorderType) - Static method in class boofcv.factory.interpolate.FactoryInterpolation
 
BilinearPixelS<T extends ImageSingleBand> - Class in boofcv.alg.interpolate
Performs bilinear interpolation to extract values between pixels in an image.
BilinearPixelS() - Constructor for class boofcv.alg.interpolate.BilinearPixelS
 
bilinearPixelS(T, BorderType) - Static method in class boofcv.factory.interpolate.FactoryInterpolation
 
bilinearPixelS(Class<T>, BorderType) - Static method in class boofcv.factory.interpolate.FactoryInterpolation
 
bilinearRectangle(T) - Static method in class boofcv.factory.interpolate.FactoryInterpolation
 
bilinearRectangle(Class<T>) - Static method in class boofcv.factory.interpolate.FactoryInterpolation
 
BilinearRectangle_F32 - Class in boofcv.alg.interpolate.impl
Performs bilinear interpolation to extract values between pixels in an image.
BilinearRectangle_F32(ImageFloat32) - Constructor for class boofcv.alg.interpolate.impl.BilinearRectangle_F32
 
BilinearRectangle_F32() - Constructor for class boofcv.alg.interpolate.impl.BilinearRectangle_F32
 
BilinearRectangle_S16 - Class in boofcv.alg.interpolate.impl
Performs bilinear interpolation to extract values between pixels in an image.
BilinearRectangle_S16(ImageSInt16) - Constructor for class boofcv.alg.interpolate.impl.BilinearRectangle_S16
 
BilinearRectangle_S16() - Constructor for class boofcv.alg.interpolate.impl.BilinearRectangle_S16
 
BilinearRectangle_U8 - Class in boofcv.alg.interpolate.impl
Performs bilinear interpolation to extract values between pixels in an image.
BilinearRectangle_U8(ImageUInt8) - Constructor for class boofcv.alg.interpolate.impl.BilinearRectangle_U8
 
BilinearRectangle_U8() - Constructor for class boofcv.alg.interpolate.impl.BilinearRectangle_U8
 
BinaryImageOps - Class in boofcv.alg.filter.binary
Contains a standard set of operations performed on binary images.
BinaryImageOps() - Constructor for class boofcv.alg.filter.binary.BinaryImageOps
 
BinaryThinning - Class in boofcv.alg.filter.binary.impl
Applies binary thinning operators to the input image.
BinaryThinning() - Constructor for class boofcv.alg.filter.binary.impl.BinaryThinning
 
BinaryThinning.Mask - Class in boofcv.alg.filter.binary.impl
Abstract class for applying the mask.
BinaryThinning.Mask0 - Class in boofcv.alg.filter.binary.impl
 
BinaryThinning.Mask1 - Class in boofcv.alg.filter.binary.impl
 
BinaryThinning.Mask2 - Class in boofcv.alg.filter.binary.impl
 
BinaryThinning.Mask3 - Class in boofcv.alg.filter.binary.impl
 
BinaryThinning.Mask4 - Class in boofcv.alg.filter.binary.impl
 
BinaryThinning.Mask5 - Class in boofcv.alg.filter.binary.impl
 
BinaryThinning.Mask6 - Class in boofcv.alg.filter.binary.impl
 
BinaryThinning.Mask7 - Class in boofcv.alg.filter.binary.impl
 
biorthogoal(Class<T>, int, BorderType) - Static method in class boofcv.factory.transform.wavelet.GFactoryWavelet
 
biorthogonal_F32(int, BorderType) - Static method in class boofcv.factory.transform.wavelet.FactoryWaveletDaub
Daub J/K biorthogonal wavelets have the following properties:
DO NOT conserve the signal's energy If the signal is approximately polynomial of degree (J-1)/2-1 within the support then fluctuations are approximately zero. The sum of the scaling numbers is 1 The sum of the wavelet numbers is 0
biorthogonal_I32(int, BorderType) - Static method in class boofcv.factory.transform.wavelet.FactoryWaveletDaub
bisectionSearch(float, int, int) - Method in class boofcv.alg.interpolate.array.Interpolate1D_F32
Searches the x array by bisecting it.
block_unsafe(T, int, int, int, int) - Static method in class boofcv.alg.transform.ii.GIntegralImageOps
Computes the value of a block inside an integral image without bounds checking.
block_unsafe(ImageFloat32, int, int, int, int) - Static method in class boofcv.alg.transform.ii.impl.ImplIntegralImageOps
 
block_unsafe(ImageSInt32, int, int, int, int) - Static method in class boofcv.alg.transform.ii.impl.ImplIntegralImageOps
 
block_unsafe(ImageFloat64, int, int, int, int) - Static method in class boofcv.alg.transform.ii.impl.ImplIntegralImageOps
 
block_unsafe(ImageSInt64, int, int, int, int) - Static method in class boofcv.alg.transform.ii.impl.ImplIntegralImageOps
 
block_unsafe(ImageFloat64, int, int, int, int) - Static method in class boofcv.alg.transform.ii.IntegralImageOps
Computes the value of a block inside an integral image without bounds checking.
block_unsafe(ImageFloat32, int, int, int, int) - Static method in class boofcv.alg.transform.ii.IntegralImageOps
Computes the value of a block inside an integral image without bounds checking.
block_unsafe(ImageSInt32, int, int, int, int) - Static method in class boofcv.alg.transform.ii.IntegralImageOps
Computes the value of a block inside an integral image without bounds checking.
block_unsafe(ImageSInt64, int, int, int, int) - Static method in class boofcv.alg.transform.ii.IntegralImageOps
Computes the value of a block inside an integral image without bounds checking.
block_zero(T, int, int, int, int) - Static method in class boofcv.alg.transform.ii.GIntegralImageOps
Computes the value of a block inside an integral image and treats pixels outside of the image as zero.
block_zero(ImageFloat32, int, int, int, int) - Static method in class boofcv.alg.transform.ii.impl.ImplIntegralImageOps
 
block_zero(ImageSInt32, int, int, int, int) - Static method in class boofcv.alg.transform.ii.impl.ImplIntegralImageOps
 
block_zero(ImageFloat64, int, int, int, int) - Static method in class boofcv.alg.transform.ii.impl.ImplIntegralImageOps
 
block_zero(ImageSInt64, int, int, int, int) - Static method in class boofcv.alg.transform.ii.impl.ImplIntegralImageOps
 
block_zero(ImageFloat32, int, int, int, int) - Static method in class boofcv.alg.transform.ii.IntegralImageOps
Computes the value of a block inside an integral image and treats pixels outside of the image as zero.
block_zero(ImageFloat64, int, int, int, int) - Static method in class boofcv.alg.transform.ii.IntegralImageOps
Computes the value of a block inside an integral image and treats pixels outside of the image as zero.
block_zero(ImageSInt32, int, int, int, int) - Static method in class boofcv.alg.transform.ii.IntegralImageOps
Computes the value of a block inside an integral image and treats pixels outside of the image as zero.
block_zero(ImageSInt64, int, int, int, int) - Static method in class boofcv.alg.transform.ii.IntegralImageOps
Computes the value of a block inside an integral image and treats pixels outside of the image as zero.
blocks - Variable in class boofcv.alg.transform.ii.IntegralKernel
 
BlurFilter<T extends ImageSingleBand> - Interface in boofcv.abst.filter.blur
Interface for filters which blur the image.
BlurImageOps - Class in boofcv.alg.filter.blur
Catch all class for function which "blur" an image, typically used to "reduce" the amount of noise in the image.
BlurImageOps() - Constructor for class boofcv.alg.filter.blur.BlurImageOps
 
BlurStorageFilter<T extends ImageSingleBand> - Class in boofcv.abst.filter.blur
Simplified interface for using a blur filter that requires storage.
BlurStorageFilter(String, Class<T>, int) - Constructor for class boofcv.abst.filter.blur.BlurStorageFilter
 
BlurStorageFilter(String, Class<T>, double, int) - Constructor for class boofcv.abst.filter.blur.BlurStorageFilter
 
boofcv.abst.denoise - package boofcv.abst.denoise
 
boofcv.abst.distort - package boofcv.abst.distort
 
boofcv.abst.filter - package boofcv.abst.filter
 
boofcv.abst.filter.binary - package boofcv.abst.filter.binary
 
boofcv.abst.filter.blur - package boofcv.abst.filter.blur
 
boofcv.abst.filter.convolve - package boofcv.abst.filter.convolve
 
boofcv.abst.filter.derivative - package boofcv.abst.filter.derivative
 
boofcv.abst.filter.interpolate - package boofcv.abst.filter.interpolate
 
boofcv.abst.transform.fft - package boofcv.abst.transform.fft
 
boofcv.abst.transform.wavelet - package boofcv.abst.transform.wavelet
 
boofcv.abst.transform.wavelet.impl - package boofcv.abst.transform.wavelet.impl
 
boofcv.alg - package boofcv.alg
 
boofcv.alg.color - package boofcv.alg.color
 
boofcv.alg.denoise - package boofcv.alg.denoise
 
boofcv.alg.denoise.wavelet - package boofcv.alg.denoise.wavelet
 
boofcv.alg.distort - package boofcv.alg.distort
 
boofcv.alg.distort.impl - package boofcv.alg.distort.impl
 
boofcv.alg.enhance - package boofcv.alg.enhance
 
boofcv.alg.enhance.impl - package boofcv.alg.enhance.impl
 
boofcv.alg.filter.basic - package boofcv.alg.filter.basic
 
boofcv.alg.filter.basic.impl - package boofcv.alg.filter.basic.impl
 
boofcv.alg.filter.binary - package boofcv.alg.filter.binary
 
boofcv.alg.filter.binary.impl - package boofcv.alg.filter.binary.impl
 
boofcv.alg.filter.blur - package boofcv.alg.filter.blur
 
boofcv.alg.filter.blur.impl - package boofcv.alg.filter.blur.impl
 
boofcv.alg.filter.convolve - package boofcv.alg.filter.convolve
 
boofcv.alg.filter.convolve.border - package boofcv.alg.filter.convolve.border
 
boofcv.alg.filter.convolve.down - package boofcv.alg.filter.convolve.down
 
boofcv.alg.filter.convolve.noborder - package boofcv.alg.filter.convolve.noborder
 
boofcv.alg.filter.convolve.normalized - package boofcv.alg.filter.convolve.normalized
 
boofcv.alg.filter.derivative - package boofcv.alg.filter.derivative
 
boofcv.alg.filter.derivative.impl - package boofcv.alg.filter.derivative.impl
 
boofcv.alg.filter.kernel - package boofcv.alg.filter.kernel
 
boofcv.alg.filter.kernel.impl - package boofcv.alg.filter.kernel.impl
 
boofcv.alg.filter.misc - package boofcv.alg.filter.misc
 
boofcv.alg.interpolate - package boofcv.alg.interpolate
 
boofcv.alg.interpolate.array - package boofcv.alg.interpolate.array
 
boofcv.alg.interpolate.impl - package boofcv.alg.interpolate.impl
 
boofcv.alg.interpolate.kernel - package boofcv.alg.interpolate.kernel
 
boofcv.alg.misc - package boofcv.alg.misc
 
boofcv.alg.transform.fft - package boofcv.alg.transform.fft
 
boofcv.alg.transform.ii - package boofcv.alg.transform.ii
 
boofcv.alg.transform.ii.impl - package boofcv.alg.transform.ii.impl
 
boofcv.alg.transform.pyramid - package boofcv.alg.transform.pyramid
 
boofcv.alg.transform.wavelet - package boofcv.alg.transform.wavelet
 
boofcv.alg.transform.wavelet.impl - package boofcv.alg.transform.wavelet.impl
 
boofcv.alg.weights - package boofcv.alg.weights
 
boofcv.core.encoding - package boofcv.core.encoding
 
boofcv.core.image - package boofcv.core.image
 
boofcv.core.image.border - package boofcv.core.image.border
 
boofcv.core.image.impl - package boofcv.core.image.impl
 
boofcv.core.image.inst - package boofcv.core.image.inst
 
boofcv.factory.denoise - package boofcv.factory.denoise
 
boofcv.factory.distort - package boofcv.factory.distort
 
boofcv.factory.filter.binary - package boofcv.factory.filter.binary
 
boofcv.factory.filter.blur - package boofcv.factory.filter.blur
 
boofcv.factory.filter.convolve - package boofcv.factory.filter.convolve
 
boofcv.factory.filter.derivative - package boofcv.factory.filter.derivative
 
boofcv.factory.filter.kernel - package boofcv.factory.filter.kernel
 
boofcv.factory.interpolate - package boofcv.factory.interpolate
 
boofcv.factory.transform.ii - package boofcv.factory.transform.ii
 
boofcv.factory.transform.pyramid - package boofcv.factory.transform.pyramid
 
boofcv.factory.transform.wavelet - package boofcv.factory.transform.wavelet
 
boofcv.factory.weights - package boofcv.factory.weights
 
boofcv.misc - package boofcv.misc
 
boofcv.struct - package boofcv.struct
 
boofcv.struct.convolve - package boofcv.struct.convolve
 
boofcv.struct.distort - package boofcv.struct.distort
 
boofcv.struct.gss - package boofcv.struct.gss
 
boofcv.struct.image - package boofcv.struct.image
 
boofcv.struct.pyramid - package boofcv.struct.pyramid
 
boofcv.struct.sparse - package boofcv.struct.sparse
 
boofcv.struct.wavelet - package boofcv.struct.wavelet
 
boofcv.testing - package boofcv.testing
 
BoofDefaults - Class in boofcv.struct
 
BoofDefaults() - Constructor for class boofcv.struct.BoofDefaults
 
BoofMiscOps - Class in boofcv.misc
Miscellaneous functions which have no better place to go.
BoofMiscOps() - Constructor for class boofcv.misc.BoofMiscOps
 
BoofTesting - Class in boofcv.testing
Functions to aid in unit testing code for correctly handling sub-images
BoofTesting() - Constructor for class boofcv.testing.BoofTesting
 
border(ImageBorder) - Method in class boofcv.abst.distort.FDistort
Sets how the interpolation handles borders.
border(BorderType) - Method in class boofcv.abst.distort.FDistort
Sets the border by type.
border(double) - Method in class boofcv.abst.distort.FDistort
Sets the border to a fixed gray-scale value
border - Variable in class boofcv.alg.interpolate.BilinearPixelMB
 
border - Variable in class boofcv.alg.interpolate.BilinearPixelS
 
border - Variable in class boofcv.alg.interpolate.NearestNeighborPixelMB
 
border - Variable in class boofcv.alg.interpolate.NearestNeighborPixelS
 
border - Variable in class boofcv.alg.interpolate.PolynomialPixel
 
border - Variable in class boofcv.struct.wavelet.WaveletDescription
 
Border_F32(ImageBorder_F32) - Constructor for class boofcv.core.image.FactoryGImageSingleBand.Border_F32
 
Border_F64(ImageBorder_F64) - Constructor for class boofcv.core.image.FactoryGImageSingleBand.Border_F64
 
Border_I32(ImageBorder_S32) - Constructor for class boofcv.core.image.FactoryGImageSingleBand.Border_I32
 
Border_IL_F32(ImageBorder_IL_F32) - Constructor for class boofcv.core.image.FactoryGImageMultiBand.Border_IL_F32
 
Border_IL_F64(ImageBorder_IL_F64) - Constructor for class boofcv.core.image.FactoryGImageMultiBand.Border_IL_F64
 
Border_IL_S32(ImageBorder_IL_S32) - Constructor for class boofcv.core.image.FactoryGImageMultiBand.Border_IL_S32
 
borderDerivative_F32() - Static method in class boofcv.struct.BoofDefaults
Creates a new instance of the default border for derivatives of ImageFloat32
borderDerivative_I32() - Static method in class boofcv.struct.BoofDefaults
Creates a new instance of the default border for derivatives of integer images
borderExt() - Method in class boofcv.abst.distort.FDistort
Sets the border to EXTEND
borderForwardLower(WlCoef) - Static method in class boofcv.alg.transform.wavelet.UtilWavelet
Returns the lower border for a forward wavelet transform.
borderForwardUpper(WlCoef, int) - Static method in class boofcv.alg.transform.wavelet.UtilWavelet
Returns the upper border (offset from image edge) for a forward wavelet transform.
BorderIndex1D - Class in boofcv.core.image.border
Remaps references to elements outside of an array to elements inside of the array.
BorderIndex1D() - Constructor for class boofcv.core.image.border.BorderIndex1D
 
BorderIndex1D_Exception - Class in boofcv.core.image.border
Throws an exception of the border is accessed.
BorderIndex1D_Exception() - Constructor for class boofcv.core.image.border.BorderIndex1D_Exception
 
BorderIndex1D_Extend - Class in boofcv.core.image.border
Access to outside of the array return the element at the closest border.
BorderIndex1D_Extend() - Constructor for class boofcv.core.image.border.BorderIndex1D_Extend
 
BorderIndex1D_Reflect - Class in boofcv.core.image.border
Access to outside the array are reflected back into the array around the closest border.
BorderIndex1D_Reflect() - Constructor for class boofcv.core.image.border.BorderIndex1D_Reflect
 
BorderIndex1D_Wrap - Class in boofcv.core.image.border
 
BorderIndex1D_Wrap() - Constructor for class boofcv.core.image.border.BorderIndex1D_Wrap
 
borderInverseLower(WlBorderCoef<?>, BorderIndex1D) - Static method in class boofcv.alg.transform.wavelet.UtilWavelet
Returns the lower border for an inverse wavelet transform.
borderInverseUpper(WlBorderCoef<?>, BorderIndex1D, int) - Static method in class boofcv.alg.transform.wavelet.UtilWavelet
Returns the upper border (offset from image edge) for an inverse wavelet transform.
borderMask(int, int) - Method in class boofcv.alg.filter.binary.impl.BinaryThinning.Mask
Slower code which uses a generic mask to handle image border
BorderType - Enum in boofcv.core.image.border
How the image border is handled by a convolution filter.
bottomHeight - Variable in class boofcv.struct.pyramid.ImagePyramidBase
 
bottomWidth - Variable in class boofcv.struct.pyramid.ImagePyramidBase
 
boundBox(int, int, int, int, PixelTransform_F32) - Static method in class boofcv.alg.distort.DistortImageOps
Finds an axis-aligned bounding box which would contain a image after it has been transformed.
boundBox(int, int, PixelTransform_F32) - Static method in class boofcv.alg.distort.DistortImageOps
Finds an axis-aligned bounding box which would contain a image after it has been transformed.
boundBox_F32(int, int, PixelTransform_F32) - Static method in class boofcv.alg.distort.DistortImageOps
Finds an axis-aligned bounding box which would contain a image after it has been transformed.
boundBox_F64(int, int, PixelTransform_F64) - Static method in class boofcv.alg.distort.DistortImageOps
Finds an axis-aligned bounding box which would contain a image after it has been transformed.
boundImage(T, double, double) - Static method in class boofcv.alg.misc.GPixelMath
Bounds image pixels to be between these two values.
boundImage(ImageUInt8, int, int) - Static method in class boofcv.alg.misc.PixelMath
Bounds image pixels to be between these two values
boundImage(ImageSInt8, int, int) - Static method in class boofcv.alg.misc.PixelMath
Bounds image pixels to be between these two values
boundImage(ImageUInt16, int, int) - Static method in class boofcv.alg.misc.PixelMath
Bounds image pixels to be between these two values
boundImage(ImageSInt16, int, int) - Static method in class boofcv.alg.misc.PixelMath
Bounds image pixels to be between these two values
boundImage(ImageSInt32, int, int) - Static method in class boofcv.alg.misc.PixelMath
Bounds image pixels to be between these two values
boundImage(ImageSInt64, long, long) - Static method in class boofcv.alg.misc.PixelMath
Bounds image pixels to be between these two values
boundImage(ImageFloat32, float, float) - Static method in class boofcv.alg.misc.PixelMath
Bounds image pixels to be between these two values
boundImage(ImageFloat64, double, double) - Static method in class boofcv.alg.misc.PixelMath
Bounds image pixels to be between these two values
boundRectangleInside(ImageBase, ImageRectangle) - Static method in class boofcv.misc.BoofMiscOps
Bounds the provided rectangle to be inside the image.
brighten(T, double, double, T) - Static method in class boofcv.alg.filter.basic.GGrayImageOps
Brightens the image's intensity:
Ox,y = Ix,y + beta
brighten(ImageUInt8, int, int, ImageUInt8) - Static method in class boofcv.alg.filter.basic.GrayImageOps
Brightens the image's intensity:
Ox,y = Ix,y + beta
brighten(ImageSInt16, int, int, ImageSInt16) - Static method in class boofcv.alg.filter.basic.GrayImageOps
Brightens the image's intensity:
Ox,y = Ix,y + beta
brighten(ImageFloat32, float, float, ImageFloat32) - Static method in class boofcv.alg.filter.basic.GrayImageOps
Brightens the image's intensity:
Ox,y = Ix,y + beta
brighten(ImageFloat32, float, float, ImageFloat32) - Static method in class boofcv.alg.filter.basic.impl.ImplGrayImageOps
 
brighten(ImageUInt8, int, int, ImageUInt8) - Static method in class boofcv.alg.filter.basic.impl.ImplGrayImageOps
 
brighten(ImageSInt16, int, int, ImageSInt16) - Static method in class boofcv.alg.filter.basic.impl.ImplGrayImageOps
 
brighten(ImageUInt16, int, int, ImageUInt16) - Static method in class boofcv.alg.filter.basic.impl.ImplGrayImageOps
 
brighten(ImageSInt32, int, int, ImageSInt32) - Static method in class boofcv.alg.filter.basic.impl.ImplGrayImageOps
 

C

cached(boolean) - Method in class boofcv.abst.distort.FDistort
used to turn on and off caching of the distortion
callStaticMethod(Class<?>, String, Object...) - Static method in class boofcv.testing.BoofTesting
Looks up the static method then passes in the specified inputs.
changeDegree(int) - Method in class boofcv.alg.interpolate.array.Interpolate1D_F32
Changes the number of points used in the interpolation.
checkBorderZero(ImageSingleBand, int) - Static method in class boofcv.testing.BoofTesting
 
checkBorderZero(ImageSingleBand, int, int, int, int) - Static method in class boofcv.testing.BoofTesting
 
checkDeclare(T, T) - Static method in class boofcv.alg.InputSanityCheck
If the output has not been declared a new instance is declared.
checkDeclare(In, Out, Class<Out>) - Static method in class boofcv.alg.InputSanityCheck
If the output has not been declared a new instance is declared.
checkEquals(BufferedImage, ImageBase, boolean, double) - Static method in class boofcv.testing.BoofTesting
 
checkEquals(BufferedImage, ImageUInt8) - Static method in class boofcv.testing.BoofTesting
Checks to see if the BufferedImage has the same intensity values as the ImageUInt8
checkEquals(BufferedImage, ImageInt16) - Static method in class boofcv.testing.BoofTesting
Checks to see if the BufferedImage has the same intensity values as the ImageUInt8
checkEquals(BufferedImage, ImageFloat32, float) - Static method in class boofcv.testing.BoofTesting
Checks to see if the BufferedImage has the same intensity values as the ImageUInt8
checkEquals(WritableRaster, ImageMultiBand, float) - Static method in class boofcv.testing.BoofTesting
 
checkEquals(BufferedImage, ImageMultiBand, boolean, float) - Static method in class boofcv.testing.BoofTesting
 
checkImageArguments(ImageBase, ImageInterleaved) - Static method in class boofcv.alg.transform.fft.DiscreteFourierTransformOps
Checks to see if the image and its transform are appropriate sizes .
checkImageDimensionValidation(Object, int) - Static method in class boofcv.testing.BoofTesting
Searches for functions that accept only images and makes sure they only accept images which have he same width and height.
checkInside(ImageBase, ImageRectangle) - Static method in class boofcv.misc.BoofMiscOps
 
checkInside(ImageBase, int, int, int) - Static method in class boofcv.misc.BoofMiscOps
Returns true if the point is contained inside the image and 'radius' away from the image border.
checkInside(ImageBase, float, float, float) - Static method in class boofcv.misc.BoofMiscOps
Returns true if the point is contained inside the image and 'radius' away from the image border.
checkInside(ImageBase, double, double, double) - Static method in class boofcv.misc.BoofMiscOps
Returns true if the point is contained inside the image and 'radius' away from the image border.
checkInside(ImageBase, int, int, int, int) - Static method in class boofcv.misc.BoofMiscOps
 
checkInside(ImageBase, int, int, int, double) - Static method in class boofcv.misc.BoofMiscOps
 
checkInside(ImageBase, float, float) - Static method in class boofcv.misc.BoofMiscOps
 
checkInside(ImageBase, double, double) - Static method in class boofcv.misc.BoofMiscOps
 
checkInside(int, int, float, float) - Static method in class boofcv.misc.BoofMiscOps
 
checkInside(int, int, double, double) - Static method in class boofcv.misc.BoofMiscOps
 
checkInverseLower(WlCoef, int, BorderIndex1D, int) - Static method in class boofcv.alg.transform.wavelet.UtilWavelet
 
checkInverseUpper(WlCoef, int, BorderIndex1D, int) - Static method in class boofcv.alg.transform.wavelet.UtilWavelet
 
checkParameters(ImageSingleBand, ImageSingleBand, int) - Static method in class boofcv.alg.filter.convolve.ConvolveDownNoBorder
 
checkParametersH(ImageSingleBand, ImageSingleBand, int) - Static method in class boofcv.alg.filter.convolve.ConvolveDownNoBorder
 
checkParametersV(ImageSingleBand, ImageSingleBand, int) - Static method in class boofcv.alg.filter.convolve.ConvolveDownNoBorder
 
checkReshape(T, ImageSingleBand, Class<T>) - Static method in class boofcv.alg.InputSanityCheck
Checks to see if the target image is null or if it is a different size than the test image.
checkSameShape(ImageBase<?>, ImageBase<?>) - Static method in class boofcv.alg.InputSanityCheck
 
checkSameShape(ImagePyramid<?>, ImagePyramid<?>) - Static method in class boofcv.alg.InputSanityCheck
 
checkSameShape(ImageBase<?>, ImageBase<?>, ImageBase<?>) - Static method in class boofcv.alg.InputSanityCheck
 
checkSameShape(ImageBase<?>, ImageBase<?>, ImageBase<?>, ImageBase<?>) - Static method in class boofcv.alg.InputSanityCheck
 
checkSameShape(ImageBase<?>, ImageBase<?>, ImageBase<?>, ImageBase<?>, ImageBase<?>) - Static method in class boofcv.alg.InputSanityCheck
 
checkScales() - Method in class boofcv.struct.pyramid.ImagePyramidBase
Used to internally check that the provided scales are valid.
checkShape(ImageSingleBand, ImageSingleBand) - Static method in class boofcv.alg.transform.wavelet.UtilWavelet
The original image can have an even or odd number of width/height.
checkShape(WlCoef, ImageSingleBand, ImageSingleBand, int) - Static method in class boofcv.alg.transform.wavelet.UtilWavelet
 
checkSubimage(ImageBase) - Static method in class boofcv.alg.InputSanityCheck
Makes sure the input image is not a sub-image
checkSubImage(Object, String, boolean, Object...) - Static method in class boofcv.testing.BoofTesting
Tests the specified function with the original image provided and with an equivalent sub-image.
checkValidity() - Method in class boofcv.factory.filter.binary.ConfigThreshold
 
checkValidity() - Method in interface boofcv.struct.Configuration
Checks to see if the configuration is valid.
CircularIndex - Class in boofcv.misc
Function for use when referencing the index in a circular list
CircularIndex() - Constructor for class boofcv.misc.CircularIndex
 
className - Variable in class boofcv.misc.CodeGeneratorBase
 
classToType(Class) - Static method in enum boofcv.struct.image.ImageDataType
 
clone() - Method in class boofcv.struct.image.ImageBase
Creates an identical image.
clusterToBinary(List<List<Point2D_I32>>, ImageUInt8) - Static method in class boofcv.alg.filter.binary.BinaryImageOps
Sets each pixel in the list of clusters to one in the binary image.
CodeGeneratorBase - Class in boofcv.misc
Base class for code generators.
CodeGeneratorBase() - Constructor for class boofcv.misc.CodeGeneratorBase
 
CodeGeneratorUtil - Class in boofcv.misc
 
CodeGeneratorUtil() - Constructor for class boofcv.misc.CodeGeneratorUtil
 
coiflet(Class<T>, int) - Static method in class boofcv.factory.transform.wavelet.GFactoryWavelet
 
Color3_F32 - Class in boofcv.struct.image
Stores the values of a 3-band color using floating point numbers.
Color3_F32() - Constructor for class boofcv.struct.image.Color3_F32
 
Color3_I32 - Class in boofcv.struct.image
Stores the values of a 3-band color using integers.
Color3_I32() - Constructor for class boofcv.struct.image.Color3_I32
 
ColorHsv - Class in boofcv.alg.color
Color conversion between RGB and HSV color spaces.
ColorHsv() - Constructor for class boofcv.alg.color.ColorHsv
 
ColorLab - Class in boofcv.alg.color
Conversion between RGB and CIE LAB color space.
ColorLab() - Constructor for class boofcv.alg.color.ColorLab
 
ColorXyz - Class in boofcv.alg.color
Color conversion between CIE XYZ and RGB color models.
ColorXyz() - Constructor for class boofcv.alg.color.ColorXyz
 
ColorYuv - Class in boofcv.alg.color
Color conversion between YUV and RGB, and YCbCr and RGB.
ColorYuv() - Constructor for class boofcv.alg.color.ColorYuv
 
CompareEquivalentFunctions - Class in boofcv.testing
Provides a formalism for comparing two sets of functions which should produce identical results.
CompareEquivalentFunctions(Class<?>, Class<?>) - Constructor for class boofcv.testing.CompareEquivalentFunctions
 
CompareIdenticalFunctions - Class in boofcv.testing
Provides common implementations of functions in CompareEquivalentFunctions.
CompareIdenticalFunctions(Class<?>, Class<?>) - Constructor for class boofcv.testing.CompareIdenticalFunctions
 
compareMethod(Method, String) - Method in class boofcv.testing.CompareEquivalentFunctions
Allows directly comparing two functions to each other without going through all the other functions
compareResults(Object, Object[], Object, Object[]) - Method in class boofcv.testing.CompareEquivalentFunctions
Compares the two sets of results from the target and validation methods.
compareResults(Object, Object[], Object, Object[]) - Method in class boofcv.testing.CompareIdenticalFunctions
 
complexForward(float[]) - Method in class boofcv.alg.transform.fft.GeneralPurposeFFT_F32_1D
Computes 1D forward DFT of complex data leaving the result in a.
complexForward(float[], int) - Method in class boofcv.alg.transform.fft.GeneralPurposeFFT_F32_1D
Computes 1D forward DFT of complex data leaving the result in a.
complexForward(float[]) - Method in class boofcv.alg.transform.fft.GeneralPurposeFFT_F32_2D
Computes 2D forward DFT of complex data leaving the result in a.
complexForward(double[]) - Method in class boofcv.alg.transform.fft.GeneralPurposeFFT_F64_1D
Computes 1D forward DFT of complex data leaving the result in a.
complexForward(double[], int) - Method in class boofcv.alg.transform.fft.GeneralPurposeFFT_F64_1D
Computes 1D forward DFT of complex data leaving the result in a.
complexForward(double[]) - Method in class boofcv.alg.transform.fft.GeneralPurposeFFT_F64_2D
Computes 2D forward DFT of complex data leaving the result in a.
complexInverse(float[], boolean) - Method in class boofcv.alg.transform.fft.GeneralPurposeFFT_F32_1D
Computes 1D inverse DFT of complex data leaving the result in a.
complexInverse(float[], int, boolean) - Method in class boofcv.alg.transform.fft.GeneralPurposeFFT_F32_1D
Computes 1D inverse DFT of complex data leaving the result in a.
complexInverse(float[], boolean) - Method in class boofcv.alg.transform.fft.GeneralPurposeFFT_F32_2D
Computes 2D inverse DFT of complex data leaving the result in a.
complexInverse(double[], boolean) - Method in class boofcv.alg.transform.fft.GeneralPurposeFFT_F64_1D
Computes 1D inverse DFT of complex data leaving the result in a.
complexInverse(double[], int, boolean) - Method in class boofcv.alg.transform.fft.GeneralPurposeFFT_F64_1D
Computes 1D inverse DFT of complex data leaving the result in a.
complexInverse(double[], boolean) - Method in class boofcv.alg.transform.fft.GeneralPurposeFFT_F64_2D
Computes 2D inverse DFT of complex data leaving the result in a.
compute(int, int) - Method in interface boofcv.abst.filter.ImageFunctionSparse
Compute the output of the function at the specified location.
compute(int, int) - Method in class boofcv.alg.distort.DoNothingPixelTransform_F32
 
compute(int, int) - Method in class boofcv.alg.distort.DoNothingPixelTransform_F64
 
compute(int, int) - Method in class boofcv.alg.distort.PixelTransformAffine_F32
 
compute(int, int) - Method in class boofcv.alg.distort.PixelTransformAffine_F64
 
compute(int, int) - Method in class boofcv.alg.distort.PixelTransformCached_F32
 
compute(int, int) - Method in class boofcv.alg.distort.PixelTransformHomography_F32
 
compute(int, int) - Method in class boofcv.alg.distort.PointToPixelTransform_F32
 
compute(int, int) - Method in class boofcv.alg.distort.PointToPixelTransform_F64
 
compute(float, float, Point2D_F32) - Method in class boofcv.alg.distort.PointTransformHomography_F32
 
compute(double, double, Point2D_F64) - Method in class boofcv.alg.distort.PointTransformHomography_F64
 
compute(int, int) - Method in class boofcv.alg.filter.derivative.impl.GradientSparsePrewitt_F32
 
compute(int, int) - Method in class boofcv.alg.filter.derivative.impl.GradientSparsePrewitt_U8
 
compute(int, int) - Method in class boofcv.alg.filter.derivative.impl.GradientSparseSobel_F32
 
compute(int, int) - Method in class boofcv.alg.filter.derivative.impl.GradientSparseSobel_U8
 
compute(int, int) - Method in class boofcv.alg.filter.derivative.impl.GradientSparseThree_F32
 
compute(int, int) - Method in class boofcv.alg.filter.derivative.impl.GradientSparseThree_U8
 
compute(int, int) - Method in class boofcv.alg.filter.derivative.impl.GradientSparseTwo0_F32
 
compute(int, int) - Method in class boofcv.alg.filter.derivative.impl.GradientSparseTwo0_U8
 
compute(int, int) - Method in class boofcv.alg.filter.derivative.impl.GradientSparseTwo1_F32
 
compute(int, int) - Method in class boofcv.alg.filter.derivative.impl.GradientSparseTwo1_U8
 
compute(double) - Method in class boofcv.alg.filter.kernel.impl.SteerableKernel_F32
 
compute(double) - Method in class boofcv.alg.filter.kernel.impl.SteerableKernel_I32
 
compute(double, int) - Method in interface boofcv.alg.filter.kernel.SteerableCoefficients
 
compute(double) - Method in interface boofcv.alg.filter.kernel.SteerableKernel
Computes the kernel at the specified angle.
compute(float) - Method in class boofcv.alg.interpolate.array.Interpolate1D_F32
This is where the specific implementation of the interpolation is done.
compute(float) - Method in class boofcv.alg.interpolate.array.PolynomialNeville_F32
 
compute(double, double, double, double) - Method in class boofcv.alg.interpolate.ImageLineIntegral
Computes the line segment's line integral across the inside of the image.
compute(float) - Method in class boofcv.alg.interpolate.kernel.BicubicKernel_F32
 
compute(int, int) - Method in class boofcv.alg.transform.ii.impl.SparseIntegralGradient_NoBorder_F32
 
compute(int, int) - Method in class boofcv.alg.transform.ii.impl.SparseIntegralGradient_NoBorder_I32
 
compute(int, int) - Method in class boofcv.alg.transform.ii.impl.SparseIntegralHaar_NoBorder_F32
 
compute(int, int) - Method in class boofcv.alg.transform.ii.impl.SparseIntegralHaar_NoBorder_I32
 
compute(int, int) - Method in class boofcv.alg.transform.ii.impl.SparseIntegralSample_F32
 
compute(int, int) - Method in class boofcv.alg.transform.ii.impl.SparseIntegralSample_I32
 
compute(int, int) - Method in class boofcv.alg.transform.ii.SparseIntegralGradientKernel
 
compute(int, int) - Method in class boofcv.factory.filter.convolve.FactoryConvolveSparse.Convolve_F32
 
compute(int, int) - Method in class boofcv.factory.filter.convolve.FactoryConvolveSparse.Convolve_I
 
compute(double, int) - Method in class boofcv.factory.filter.kernel.FactorySteerCoefficients.PolyOrder1
 
compute(double, int) - Method in class boofcv.factory.filter.kernel.FactorySteerCoefficients.PolyOrder2
 
compute(double, int) - Method in class boofcv.factory.filter.kernel.FactorySteerCoefficients.PolyOrder3
 
compute(double, int) - Method in class boofcv.factory.filter.kernel.FactorySteerCoefficients.PolyOrder4
 
compute(double, int) - Method in class boofcv.factory.filter.kernel.FactorySteerCoefficients.Separable
 
compute(float) - Method in class boofcv.struct.convolve.KernelContinuous1D_F32
Computes the value of the kernel at hte specified point.
compute(float, float, Point2D_F32) - Method in class boofcv.struct.distort.DoNothingTransform_F32
 
compute(double, double, Point2D_F64) - Method in class boofcv.struct.distort.DoNothingTransform_F64
 
compute(int, int) - Method in class boofcv.struct.distort.PixelTransform_F32
applies a transform to a pixel coordinate
compute(int, int) - Method in class boofcv.struct.distort.PixelTransform_F64
applies a transform to a pixel coordinate
compute(float, float, Point2D_F32) - Method in interface boofcv.struct.distort.PointTransform_F32
Applies transformation
compute(double, double, Point2D_F64) - Method in interface boofcv.struct.distort.PointTransform_F64
Applies transformation
compute(float, float, Point2D_F32) - Method in class boofcv.struct.distort.SequencePointTransform_F32
 
compute(double, double, Point2D_F64) - Method in class boofcv.struct.distort.SequencePointTransform_F64
 
compute(int, int) - Method in class boofcv.struct.sparse.SparseGradientSafe
 
compute(int, int) - Method in interface boofcv.struct.sparse.SparseImageGradient
Computes the gradient at the specified point.
compute(int, int) - Method in interface boofcv.struct.sparse.SparseImageSample_F32
 
compute(int, int) - Method in interface boofcv.struct.sparse.SparseImageSample_F64
 
computeDiv(int) - Static method in class boofcv.alg.transform.wavelet.UtilWavelet
Returns the number that the output image needs to be divisible by.
computeEnergy(float[]) - Static method in class boofcv.alg.transform.wavelet.UtilWavelet
Compute the energy of the specified array.
computeEnergy(int[], int) - Static method in class boofcv.alg.transform.wavelet.UtilWavelet
Compute the energy of the specified array.
computeEntropy(ImageSingleBand, int, int) - Static method in class boofcv.alg.filter.binary.GThresholdImageOps
Computes a threshold which maximizes the entropy between the foreground and background regions.
computeEntropy(int[], int, int) - Static method in class boofcv.alg.filter.binary.GThresholdImageOps
Computes a threshold which maximizes the entropy between the foreground and background regions.
computeMaxSide(int, int, int) - Static method in class boofcv.alg.filter.convolve.down.UtilDownConvolve
 
computeOffset(int, int) - Static method in class boofcv.alg.filter.convolve.down.UtilDownConvolve
 
computeOtsu(ImageSingleBand, int, int) - Static method in class boofcv.alg.filter.binary.GThresholdImageOps
Computes the variance based threshold using Otsu's method from an input image.
computeOtsu(int[], int, int) - Static method in class boofcv.alg.filter.binary.GThresholdImageOps
Computes the variance based Otsu threshold from a histogram directly.
computeScale(int) - Static method in class boofcv.alg.transform.wavelet.UtilWavelet
 
computeSum() - Method in class boofcv.struct.convolve.Kernel1D_F32
 
computeSum() - Method in class boofcv.struct.convolve.Kernel1D_F64
 
computeSum() - Method in class boofcv.struct.convolve.Kernel1D_I32
 
computeSum() - Method in class boofcv.struct.convolve.Kernel2D_F32
 
computeSum() - Method in class boofcv.struct.convolve.Kernel2D_F64
 
computeSum() - Method in class boofcv.struct.convolve.Kernel2D_I32
 
computeThreshold(ImageFloat32) - Method in class boofcv.alg.denoise.wavelet.DenoiseBayesShrink_F32
 
computeThreshold(ImageFloat32) - Method in class boofcv.alg.denoise.wavelet.DenoiseSureShrink_F32
 
computeThreshold(I) - Method in class boofcv.alg.denoise.wavelet.SubbandShrink
Compute the threshold for the specified subband.
ConfigThreshold - Class in boofcv.factory.filter.binary
Configuration for all threshold types.
ConfigThreshold() - Constructor for class boofcv.factory.filter.binary.ConfigThreshold
 
Configuration - Interface in boofcv.struct
Complex algorithms with several parameters can specify their parameters using a separate class.
connections - Variable in class boofcv.alg.filter.binary.impl.LabelNode
 
ConnectRule - Enum in boofcv.struct
List of connectivity rules.
contour(ImageUInt8, ConnectRule, ImageSInt32) - Static method in class boofcv.alg.filter.binary.BinaryImageOps
Given a binary image, connect together pixels to form blobs/clusters using the specified connectivity rule.
Contour - Class in boofcv.alg.filter.binary
Internal and externals contours for a binary blob.
Contour() - Constructor for class boofcv.alg.filter.binary.Contour
 
ContourTracer - Class in boofcv.alg.filter.binary
Used to trace the external and internal contours around objects for LinearContourLabelChang2004.
ContourTracer(ConnectRule) - Constructor for class boofcv.alg.filter.binary.ContourTracer
Specifies connectivity rule
convert(Kernel2D_F32, float) - Static method in class boofcv.alg.filter.kernel.KernelMath
 
convert(Kernel1D_F32, float) - Static method in class boofcv.alg.filter.kernel.KernelMath
 
convert(Kernel1D_F64, double) - Static method in class boofcv.alg.filter.kernel.KernelMath
 
convert(float[], int[], int, float) - Static method in class boofcv.alg.filter.kernel.KernelMath
 
convert(double[], int[], int, double) - Static method in class boofcv.alg.filter.kernel.KernelMath
 
convert(ImageUInt8, ImageSInt8) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageUInt8 into a ImageSInt8.
convert(InterleavedU8, InterleavedS8) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedU8 into a InterleavedS8.
convert(ImageUInt8, ImageUInt16) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageUInt8 into a ImageUInt16.
convert(InterleavedU8, InterleavedU16) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedU8 into a InterleavedU16.
convert(ImageUInt8, ImageSInt16) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageUInt8 into a ImageSInt16.
convert(InterleavedU8, InterleavedS16) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedU8 into a InterleavedS16.
convert(ImageUInt8, ImageSInt32) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageUInt8 into a ImageSInt32.
convert(InterleavedU8, InterleavedS32) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedU8 into a InterleavedS32.
convert(ImageUInt8, ImageSInt64) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageUInt8 into a ImageSInt64.
convert(InterleavedU8, InterleavedS64) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedU8 into a InterleavedS64.
convert(ImageUInt8, ImageFloat32) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageUInt8 into a ImageFloat32.
convert(InterleavedU8, InterleavedF32) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedU8 into a InterleavedF32.
convert(ImageUInt8, ImageFloat64) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageUInt8 into a ImageFloat64.
convert(InterleavedU8, InterleavedF64) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedU8 into a InterleavedF64.
convert(ImageSInt8, ImageUInt8) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageSInt8 into a ImageUInt8.
convert(InterleavedS8, InterleavedU8) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedS8 into a InterleavedU8.
convert(ImageSInt8, ImageUInt16) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageSInt8 into a ImageUInt16.
convert(InterleavedS8, InterleavedU16) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedS8 into a InterleavedU16.
convert(ImageSInt8, ImageSInt16) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageSInt8 into a ImageSInt16.
convert(InterleavedS8, InterleavedS16) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedS8 into a InterleavedS16.
convert(ImageSInt8, ImageSInt32) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageSInt8 into a ImageSInt32.
convert(InterleavedS8, InterleavedS32) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedS8 into a InterleavedS32.
convert(ImageSInt8, ImageSInt64) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageSInt8 into a ImageSInt64.
convert(InterleavedS8, InterleavedS64) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedS8 into a InterleavedS64.
convert(ImageSInt8, ImageFloat32) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageSInt8 into a ImageFloat32.
convert(InterleavedS8, InterleavedF32) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedS8 into a InterleavedF32.
convert(ImageSInt8, ImageFloat64) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageSInt8 into a ImageFloat64.
convert(InterleavedS8, InterleavedF64) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedS8 into a InterleavedF64.
convert(ImageUInt16, ImageUInt8) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageUInt16 into a ImageUInt8.
convert(InterleavedU16, InterleavedU8) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedU16 into a InterleavedU8.
convert(ImageUInt16, ImageSInt8) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageUInt16 into a ImageSInt8.
convert(InterleavedU16, InterleavedS8) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedU16 into a InterleavedS8.
convert(ImageUInt16, ImageSInt16) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageUInt16 into a ImageSInt16.
convert(InterleavedU16, InterleavedS16) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedU16 into a InterleavedS16.
convert(ImageUInt16, ImageSInt32) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageUInt16 into a ImageSInt32.
convert(InterleavedU16, InterleavedS32) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedU16 into a InterleavedS32.
convert(ImageUInt16, ImageSInt64) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageUInt16 into a ImageSInt64.
convert(InterleavedU16, InterleavedS64) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedU16 into a InterleavedS64.
convert(ImageUInt16, ImageFloat32) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageUInt16 into a ImageFloat32.
convert(InterleavedU16, InterleavedF32) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedU16 into a InterleavedF32.
convert(ImageUInt16, ImageFloat64) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageUInt16 into a ImageFloat64.
convert(InterleavedU16, InterleavedF64) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedU16 into a InterleavedF64.
convert(ImageSInt16, ImageUInt8) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageSInt16 into a ImageUInt8.
convert(InterleavedS16, InterleavedU8) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedS16 into a InterleavedU8.
convert(ImageSInt16, ImageSInt8) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageSInt16 into a ImageSInt8.
convert(InterleavedS16, InterleavedS8) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedS16 into a InterleavedS8.
convert(ImageSInt16, ImageUInt16) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageSInt16 into a ImageUInt16.
convert(InterleavedS16, InterleavedU16) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedS16 into a InterleavedU16.
convert(ImageSInt16, ImageSInt32) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageSInt16 into a ImageSInt32.
convert(InterleavedS16, InterleavedS32) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedS16 into a InterleavedS32.
convert(ImageSInt16, ImageSInt64) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageSInt16 into a ImageSInt64.
convert(InterleavedS16, InterleavedS64) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedS16 into a InterleavedS64.
convert(ImageSInt16, ImageFloat32) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageSInt16 into a ImageFloat32.
convert(InterleavedS16, InterleavedF32) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedS16 into a InterleavedF32.
convert(ImageSInt16, ImageFloat64) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageSInt16 into a ImageFloat64.
convert(InterleavedS16, InterleavedF64) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedS16 into a InterleavedF64.
convert(ImageSInt32, ImageUInt8) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageSInt32 into a ImageUInt8.
convert(InterleavedS32, InterleavedU8) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedS32 into a InterleavedU8.
convert(ImageSInt32, ImageSInt8) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageSInt32 into a ImageSInt8.
convert(InterleavedS32, InterleavedS8) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedS32 into a InterleavedS8.
convert(ImageSInt32, ImageUInt16) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageSInt32 into a ImageUInt16.
convert(InterleavedS32, InterleavedU16) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedS32 into a InterleavedU16.
convert(ImageSInt32, ImageSInt16) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageSInt32 into a ImageSInt16.
convert(InterleavedS32, InterleavedS16) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedS32 into a InterleavedS16.
convert(ImageSInt32, ImageSInt64) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageSInt32 into a ImageSInt64.
convert(InterleavedS32, InterleavedS64) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedS32 into a InterleavedS64.
convert(ImageSInt32, ImageFloat32) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageSInt32 into a ImageFloat32.
convert(InterleavedS32, InterleavedF32) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedS32 into a InterleavedF32.
convert(ImageSInt32, ImageFloat64) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageSInt32 into a ImageFloat64.
convert(InterleavedS32, InterleavedF64) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedS32 into a InterleavedF64.
convert(ImageSInt64, ImageUInt8) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageSInt64 into a ImageUInt8.
convert(InterleavedS64, InterleavedU8) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedS64 into a InterleavedU8.
convert(ImageSInt64, ImageSInt8) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageSInt64 into a ImageSInt8.
convert(InterleavedS64, InterleavedS8) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedS64 into a InterleavedS8.
convert(ImageSInt64, ImageUInt16) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageSInt64 into a ImageUInt16.
convert(InterleavedS64, InterleavedU16) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedS64 into a InterleavedU16.
convert(ImageSInt64, ImageSInt16) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageSInt64 into a ImageSInt16.
convert(InterleavedS64, InterleavedS16) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedS64 into a InterleavedS16.
convert(ImageSInt64, ImageSInt32) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageSInt64 into a ImageSInt32.
convert(InterleavedS64, InterleavedS32) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedS64 into a InterleavedS32.
convert(ImageSInt64, ImageFloat32) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageSInt64 into a ImageFloat32.
convert(InterleavedS64, InterleavedF32) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedS64 into a InterleavedF32.
convert(ImageSInt64, ImageFloat64) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageSInt64 into a ImageFloat64.
convert(InterleavedS64, InterleavedF64) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedS64 into a InterleavedF64.
convert(ImageFloat32, ImageUInt8) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageFloat32 into a ImageUInt8.
convert(InterleavedF32, InterleavedU8) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedF32 into a InterleavedU8.
convert(ImageFloat32, ImageSInt8) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageFloat32 into a ImageSInt8.
convert(InterleavedF32, InterleavedS8) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedF32 into a InterleavedS8.
convert(ImageFloat32, ImageUInt16) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageFloat32 into a ImageUInt16.
convert(InterleavedF32, InterleavedU16) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedF32 into a InterleavedU16.
convert(ImageFloat32, ImageSInt16) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageFloat32 into a ImageSInt16.
convert(InterleavedF32, InterleavedS16) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedF32 into a InterleavedS16.
convert(ImageFloat32, ImageSInt32) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageFloat32 into a ImageSInt32.
convert(InterleavedF32, InterleavedS32) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedF32 into a InterleavedS32.
convert(ImageFloat32, ImageSInt64) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageFloat32 into a ImageSInt64.
convert(InterleavedF32, InterleavedS64) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedF32 into a InterleavedS64.
convert(ImageFloat32, ImageFloat64) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageFloat32 into a ImageFloat64.
convert(InterleavedF32, InterleavedF64) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedF32 into a InterleavedF64.
convert(ImageFloat64, ImageUInt8) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageFloat64 into a ImageUInt8.
convert(InterleavedF64, InterleavedU8) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedF64 into a InterleavedU8.
convert(ImageFloat64, ImageSInt8) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageFloat64 into a ImageSInt8.
convert(InterleavedF64, InterleavedS8) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedF64 into a InterleavedS8.
convert(ImageFloat64, ImageUInt16) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageFloat64 into a ImageUInt16.
convert(InterleavedF64, InterleavedU16) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedF64 into a InterleavedU16.
convert(ImageFloat64, ImageSInt16) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageFloat64 into a ImageSInt16.
convert(InterleavedF64, InterleavedS16) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedF64 into a InterleavedS16.
convert(ImageFloat64, ImageSInt32) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageFloat64 into a ImageSInt32.
convert(InterleavedF64, InterleavedS32) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedF64 into a InterleavedS32.
convert(ImageFloat64, ImageSInt64) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageFloat64 into a ImageSInt64.
convert(InterleavedF64, InterleavedS64) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedF64 into a InterleavedS64.
convert(ImageFloat64, ImageFloat32) - Static method in class boofcv.core.image.ConvertImage
Converts an ImageFloat64 into a ImageFloat32.
convert(InterleavedF64, InterleavedF32) - Static method in class boofcv.core.image.ConvertImage
Converts an InterleavedF64 into a InterleavedF32.
convert(ImageBase, ImageBase) - Static method in class boofcv.core.image.GConvertImage
Converts one type of between two types of images using a default method.
convert(ImageSingleBand<?>, T, Class<T>) - Static method in class boofcv.core.image.GeneralizedImageOps
Converts an image from one type to another type.
convert(ImageSingleBand<?>, ImageSingleBand<?>) - Static method in class boofcv.core.image.GeneralizedImageOps
Converts an image from one type to another type.
convert(ImageUInt8, ImageInt8) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(InterleavedU8, InterleavedI8) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(ImageUInt8, ImageInt16) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(InterleavedU8, InterleavedI16) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(ImageUInt8, ImageSInt32) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(InterleavedU8, InterleavedS32) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(ImageUInt8, ImageSInt64) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(InterleavedU8, InterleavedS64) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(ImageUInt8, ImageFloat32) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(InterleavedU8, InterleavedF32) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(ImageUInt8, ImageFloat64) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(InterleavedU8, InterleavedF64) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(ImageSInt8, ImageInt8) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(InterleavedS8, InterleavedI8) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(ImageSInt8, ImageInt16) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(InterleavedS8, InterleavedI16) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(ImageSInt8, ImageSInt32) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(InterleavedS8, InterleavedS32) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(ImageSInt8, ImageSInt64) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(InterleavedS8, InterleavedS64) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(ImageSInt8, ImageFloat32) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(InterleavedS8, InterleavedF32) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(ImageSInt8, ImageFloat64) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(InterleavedS8, InterleavedF64) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(ImageUInt16, ImageInt8) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(InterleavedU16, InterleavedI8) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(ImageUInt16, ImageInt16) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(InterleavedU16, InterleavedI16) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(ImageUInt16, ImageSInt32) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(InterleavedU16, InterleavedS32) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(ImageUInt16, ImageSInt64) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(InterleavedU16, InterleavedS64) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(ImageUInt16, ImageFloat32) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(InterleavedU16, InterleavedF32) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(ImageUInt16, ImageFloat64) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(InterleavedU16, InterleavedF64) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(ImageSInt16, ImageInt8) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(InterleavedS16, InterleavedI8) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(ImageSInt16, ImageInt16) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(InterleavedS16, InterleavedI16) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(ImageSInt16, ImageSInt32) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(InterleavedS16, InterleavedS32) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(ImageSInt16, ImageSInt64) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(InterleavedS16, InterleavedS64) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(ImageSInt16, ImageFloat32) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(InterleavedS16, InterleavedF32) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(ImageSInt16, ImageFloat64) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(InterleavedS16, InterleavedF64) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(ImageSInt32, ImageInt8) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(InterleavedS32, InterleavedI8) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(ImageSInt32, ImageInt16) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(InterleavedS32, InterleavedI16) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(ImageSInt32, ImageSInt64) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(InterleavedS32, InterleavedS64) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(ImageSInt32, ImageFloat32) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(InterleavedS32, InterleavedF32) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(ImageSInt32, ImageFloat64) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(InterleavedS32, InterleavedF64) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(ImageSInt64, ImageInt8) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(InterleavedS64, InterleavedI8) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(ImageSInt64, ImageInt16) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(InterleavedS64, InterleavedI16) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(ImageSInt64, ImageSInt32) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(InterleavedS64, InterleavedS32) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(ImageSInt64, ImageFloat32) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(InterleavedS64, InterleavedF32) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(ImageSInt64, ImageFloat64) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(InterleavedS64, InterleavedF64) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(ImageFloat32, ImageInt8) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(InterleavedF32, InterleavedI8) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(ImageFloat32, ImageInt16) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(InterleavedF32, InterleavedI16) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(ImageFloat32, ImageSInt32) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(InterleavedF32, InterleavedS32) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(ImageFloat32, ImageSInt64) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(InterleavedF32, InterleavedS64) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(ImageFloat32, ImageFloat64) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(InterleavedF32, InterleavedF64) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(ImageFloat64, ImageInt8) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(InterleavedF64, InterleavedI8) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(ImageFloat64, ImageInt16) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(InterleavedF64, InterleavedI16) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(ImageFloat64, ImageSInt32) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(InterleavedF64, InterleavedS32) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(ImageFloat64, ImageSInt64) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(InterleavedF64, InterleavedS64) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(ImageFloat64, ImageFloat32) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convert(InterleavedF64, InterleavedF32) - Static method in class boofcv.core.image.impl.ImplConvertImage
 
convertArray(double[], int[]) - Static method in class boofcv.misc.BoofMiscOps
 
convertArray(double[], long[]) - Static method in class boofcv.misc.BoofMiscOps
 
convertArray(double[], float[]) - Static method in class boofcv.misc.BoofMiscOps
 
convertArray(float[], double[]) - Static method in class boofcv.misc.BoofMiscOps
 
convertArray(float[], int[]) - Static method in class boofcv.misc.BoofMiscOps
 
convertArray(int[], float[]) - Static method in class boofcv.misc.BoofMiscOps
 
convertGenericToSpecificType(Class<?>) - Static method in class boofcv.testing.BoofTesting
If an image is to be created then the generic type can't be used a specific one needs to be.
ConvertImage - Class in boofcv.core.image
Functions for converting between different image types.
ConvertImage() - Constructor for class boofcv.core.image.ConvertImage
 
ConvertInterleavedToSingle - Class in boofcv.core.image.impl
Low level implementations of different methods for converting ImageInterleaved into ImageSingleBand.
ConvertInterleavedToSingle() - Constructor for class boofcv.core.image.impl.ConvertInterleavedToSingle
 
ConvertNV21 - Class in boofcv.core.encoding
Used to convert NV21 image format used in Android into BoofCV standard image types.
ConvertNV21() - Constructor for class boofcv.core.encoding.ConvertNV21
 
convertTo_F32(double[], float[]) - Static method in class boofcv.misc.BoofMiscOps
 
convertTo_F64(int[]) - Static method in class boofcv.misc.BoofMiscOps
 
convertTo_I32(double[], int[]) - Static method in class boofcv.misc.BoofMiscOps
 
convertToGenericType(Class<?>) - Static method in class boofcv.testing.BoofTesting
 
convertToGenericType(ImageDataType) - Static method in class boofcv.testing.BoofTesting
 
convertToImage(Kernel2D) - Static method in class boofcv.alg.filter.kernel.GKernelMath
 
convertToImage(Kernel2D_F32) - Static method in class boofcv.alg.filter.kernel.KernelMath
 
convertToImage(Kernel2D_I32) - Static method in class boofcv.alg.filter.kernel.KernelMath
 
convertToInt(WlBorderCoefFixed<WlCoef_F32>, WlCoef_I32) - Static method in class boofcv.factory.transform.wavelet.FactoryWaveletDaub
 
convertToKernel(ImageSingleBand) - Static method in class boofcv.alg.filter.kernel.GKernelMath
 
convertToKernel(ImageFloat32) - Static method in class boofcv.alg.filter.kernel.KernelMath
 
convertToKernel(ImageInteger) - Static method in class boofcv.alg.filter.kernel.KernelMath
 
convertToType(BorderIndex1D) - Static method in class boofcv.alg.transform.wavelet.UtilWavelet
 
ConvertYV12 - Class in boofcv.core.encoding
YUV / YCbCr image format.
ConvertYV12() - Constructor for class boofcv.core.encoding.ConvertYV12
 
convolve(Kernel2D_F32, ImageBorder_F32, ImageFloat32) - Static method in class boofcv.alg.filter.convolve.border.ConvolveJustBorder_General
 
convolve(Kernel2D_I32, ImageBorder_S32, ImageInt16) - Static method in class boofcv.alg.filter.convolve.border.ConvolveJustBorder_General
 
convolve(Kernel2D_I32, ImageBorder_S32, ImageSInt32) - Static method in class boofcv.alg.filter.convolve.border.ConvolveJustBorder_General
 
convolve(Kernel2D_F32, ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.filter.convolve.ConvolveDownNoBorder
 
convolve(Kernel2D_I32, ImageUInt8, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.ConvolveDownNoBorder
 
convolve(Kernel2D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.ConvolveDownNoBorder
 
convolve(Kernel2D_I32, ImageUInt8, ImageInt8, int, int) - Static method in class boofcv.alg.filter.convolve.ConvolveDownNoBorder
 
convolve(Kernel2D_I32, ImageSInt16, ImageInt16, int, int) - Static method in class boofcv.alg.filter.convolve.ConvolveDownNoBorder
 
convolve(Kernel2D_F32, ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.filter.convolve.ConvolveDownNormalized
Performs a 2D down convolution across the image while re-normalizing the kernel depending on its overlap with the image.
convolve(Kernel2D_I32, ImageUInt8, ImageInt8, int) - Static method in class boofcv.alg.filter.convolve.ConvolveDownNormalized
Performs a 2D down convolution across the image while re-normalizing the kernel depending on its overlap with the image.
convolve(Kernel2D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.ConvolveDownNormalized
Performs a 2D down convolution across the image while re-normalizing the kernel depending on its overlap with the image.
convolve(Kernel2D_F32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.convolve.ConvolveImageNoBorder
Performs a 2D convolution across the image.
convolve(Kernel2D_I32, ImageUInt8, ImageInt8, int) - Static method in class boofcv.alg.filter.convolve.ConvolveImageNoBorder
Performs a 2D convolution with division across the image.
convolve(Kernel2D_I32, ImageUInt8, ImageInt16) - Static method in class boofcv.alg.filter.convolve.ConvolveImageNoBorder
Performs a 2D convolution across the image.
convolve(Kernel2D_I32, ImageUInt8, ImageSInt32) - Static method in class boofcv.alg.filter.convolve.ConvolveImageNoBorder
Performs a 2D convolution across the image.
convolve(Kernel2D_I32, ImageSInt16, ImageInt16) - Static method in class boofcv.alg.filter.convolve.ConvolveImageNoBorder
Performs a 2D convolution across the image.
convolve(Kernel2D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.ConvolveImageNoBorder
Performs a 2D convolution across the image.
convolve(Kernel1D_F32, Kernel1D_F32, ImageFloat32, int, int, float[]) - Static method in class boofcv.alg.filter.convolve.ConvolveImageNoBorderSparse
Convolves a 1D kernels around the specified pixel in the horizontal and vertical direction.
convolve(Kernel1D_I32, Kernel1D_I32, ImageUInt8, int, int, int[]) - Static method in class boofcv.alg.filter.convolve.ConvolveImageNoBorderSparse
Convolves a 1D kernels around the specified pixel in the horizontal and vertical direction.
convolve(Kernel1D_I32, Kernel1D_I32, ImageSInt16, int, int, int[]) - Static method in class boofcv.alg.filter.convolve.ConvolveImageNoBorderSparse
Convolves a 1D kernels around the specified pixel in the horizontal and vertical direction.
convolve(Kernel1D_I32, Kernel1D_I32, ImageUInt8, int, int, int[], int, int) - Static method in class boofcv.alg.filter.convolve.ConvolveImageNoBorderSparse
Convolves a 1D kernels around the specified pixel in the horizontal and vertical direction.
convolve(Kernel1D_I32, Kernel1D_I32, ImageSInt16, int, int, int[], int, int) - Static method in class boofcv.alg.filter.convolve.ConvolveImageNoBorderSparse
Convolves a 1D kernels around the specified pixel in the horizontal and vertical direction.
convolve(Kernel2D_F32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.convolve.ConvolveNormalized
Performs a 2D convolution across the image while re-normalizing the kernel depending on its overlap with the image.
convolve(Kernel2D_I32, ImageUInt8, ImageInt8) - Static method in class boofcv.alg.filter.convolve.ConvolveNormalized
Performs a 2D convolution across the image while re-normalizing the kernel depending on its overlap with the image.
convolve(Kernel2D_I32, ImageSInt16, ImageInt16) - Static method in class boofcv.alg.filter.convolve.ConvolveNormalized
Performs a 2D convolution across the image while re-normalizing the kernel depending on its overlap with the image.
convolve(Kernel1D_F32, Kernel1D_F32, ImageFloat32, int, int, float[]) - Static method in class boofcv.alg.filter.convolve.ConvolveNormalizedSparse
Convolves around the specified point in the horizontal and vertical direction.
convolve(Kernel1D_I32, Kernel1D_I32, ImageUInt8, int, int, int[]) - Static method in class boofcv.alg.filter.convolve.ConvolveNormalizedSparse
Convolves around the specified point in the horizontal and vertical direction.
convolve(Kernel1D_I32, Kernel1D_I32, ImageSInt16, int, int, int[]) - Static method in class boofcv.alg.filter.convolve.ConvolveNormalizedSparse
Convolves around the specified point in the horizontal and vertical direction.
convolve(Kernel2D_F32, ImageFloat32, ImageFloat32, ImageBorder_F32) - Static method in class boofcv.alg.filter.convolve.ConvolveWithBorder
Performs a 2D convolution across the image.
convolve(Kernel2D_I32, ImageUInt8, ImageInt16, ImageBorder_S32) - Static method in class boofcv.alg.filter.convolve.ConvolveWithBorder
Performs a 2D convolution across the image.
convolve(Kernel2D_I32, ImageUInt8, ImageSInt32, ImageBorder_S32) - Static method in class boofcv.alg.filter.convolve.ConvolveWithBorder
Performs a 2D convolution across the image.
convolve(Kernel2D_I32, ImageSInt16, ImageInt16, ImageBorder_S32) - Static method in class boofcv.alg.filter.convolve.ConvolveWithBorder
Performs a 2D convolution across the image.
convolve(Kernel2D_F32, ImageBorder_F32, int, int) - Static method in class boofcv.alg.filter.convolve.ConvolveWithBorderSparse
 
convolve(Kernel2D_I32, ImageBorder_S32, int, int) - Static method in class boofcv.alg.filter.convolve.ConvolveWithBorderSparse
 
convolve(Kernel2D_F32, ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderStandard
 
convolve(Kernel2D_I32, ImageUInt8, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderStandard
 
convolve(Kernel2D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderStandard
 
convolve(Kernel2D_I32, ImageUInt8, ImageInt8, int, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderStandard
 
convolve(Kernel2D_I32, ImageSInt16, ImageInt16, int, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderStandard
 
convolve(Kernel2D_F32, ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_F32_F32
 
convolve(Kernel2D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_S16_I16
 
convolve(Kernel2D_I32, ImageSInt16, ImageInt16, int, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_S16_I16_Div
 
convolve(Kernel2D_I32, ImageUInt8, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_U8_I16
 
convolve(Kernel2D_I32, ImageUInt8, ImageInt8, int, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_U8_I8_Div
 
convolve(Kernel2D_F32, ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNormalized_JustBorder
 
convolve(Kernel2D_I32, ImageUInt8, ImageInt8, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNormalized_JustBorder
 
convolve(Kernel2D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNormalized_JustBorder
 
convolve(Kernel2D_F32, ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNormalizedNaive
 
convolve(Kernel2D_I32, ImageUInt8, ImageInt8, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNormalizedNaive
 
convolve(Kernel2D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNormalizedNaive
 
convolve(K, In, Out, B) - Static method in class boofcv.alg.filter.convolve.GConvolveImageOps
Performs a 2D convolution across the image.
convolve(K, In, Out) - Static method in class boofcv.alg.filter.convolve.GConvolveImageOps
Performs a 2D convolution across the image.
convolve(Kernel2D_F32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
 
convolve(Kernel2D_F64, ImageFloat64, ImageFloat64) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
 
convolve(Kernel2D_I32, ImageUInt8, ImageInt16) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
 
convolve(Kernel2D_I32, ImageUInt8, ImageSInt32) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
 
convolve(Kernel2D_I32, ImageSInt16, ImageInt16) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
 
convolve(Kernel2D_I32, ImageUInt8, ImageInt8, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
 
convolve(Kernel2D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
 
convolve(Kernel2D_I32, ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
 
convolve(Kernel2D_I32, ImageSInt32, ImageSInt32, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
 
convolve(Kernel1D_F32, Kernel1D_F32, ImageFloat32, int, int, float[]) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandardSparse
 
convolve(Kernel1D_I32, Kernel1D_I32, ImageUInt8, int, int, int[]) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandardSparse
 
convolve(Kernel1D_I32, Kernel1D_I32, ImageUInt8, int, int, int[], int, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandardSparse
 
convolve(Kernel1D_I32, Kernel1D_I32, ImageSInt16, int, int, int[]) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandardSparse
 
convolve(Kernel1D_I32, Kernel1D_I32, ImageSInt16, int, int, int[], int, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandardSparse
 
convolve(Kernel2D_F32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_F32_F32
 
convolve(Kernel2D_I32, ImageSInt16, ImageInt16) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16
 
convolve(Kernel2D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16_Div
 
convolve(Kernel2D_I32, ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32
 
convolve(Kernel2D_I32, ImageSInt32, ImageSInt32, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32_Div
 
convolve(Kernel2D_I32, ImageUInt8, ImageInt16) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I16
 
convolve(Kernel2D_I32, ImageUInt8, ImageInt8, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I8_Div
 
convolve(Kernel2D_F32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.convolve.normalized.ConvolveNormalized_JustBorder
 
convolve(Kernel2D_I32, ImageUInt8, ImageInt8) - Static method in class boofcv.alg.filter.convolve.normalized.ConvolveNormalized_JustBorder
 
convolve(Kernel2D_I32, ImageSInt16, ImageInt16) - Static method in class boofcv.alg.filter.convolve.normalized.ConvolveNormalized_JustBorder
 
convolve(Kernel2D_I32, ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.filter.convolve.normalized.ConvolveNormalized_JustBorder
 
convolve(Kernel2D_F32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.convolve.normalized.ConvolveNormalizedNaive
 
convolve(Kernel2D_I32, ImageUInt8, ImageInt8) - Static method in class boofcv.alg.filter.convolve.normalized.ConvolveNormalizedNaive
 
convolve(Kernel2D_I32, ImageSInt16, ImageInt16) - Static method in class boofcv.alg.filter.convolve.normalized.ConvolveNormalizedNaive
 
convolve(Kernel2D_I32, ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.filter.convolve.normalized.ConvolveNormalizedNaive
 
convolve(Kernel1D_F32, Kernel1D_F32, ImageFloat32, int, int, float[]) - Static method in class boofcv.alg.filter.convolve.normalized.ConvolveNormalizedStandardSparse
 
convolve(Kernel1D_I32, Kernel1D_I32, ImageUInt8, int, int, int[]) - Static method in class boofcv.alg.filter.convolve.normalized.ConvolveNormalizedStandardSparse
 
convolve(Kernel1D_I32, Kernel1D_I32, ImageSInt16, int, int, int[]) - Static method in class boofcv.alg.filter.convolve.normalized.ConvolveNormalizedStandardSparse
 
convolve(Kernel1D, Kernel1D) - Static method in class boofcv.alg.filter.kernel.GKernelMath
 
convolve(Kernel1D_F32, Kernel1D_F32) - Static method in class boofcv.alg.filter.kernel.KernelMath
 
convolve(Kernel1D_F64, Kernel1D_F64) - Static method in class boofcv.alg.filter.kernel.KernelMath
 
convolve(Kernel1D_I32, Kernel1D_I32) - Static method in class boofcv.alg.filter.kernel.KernelMath
 
convolve(T, IntegralKernel, T) - Static method in class boofcv.alg.transform.ii.GIntegralImageOps
General code for convolving a box filter across an image using the integral image.
convolve(ImageFloat32, IntegralKernel, ImageFloat32) - Static method in class boofcv.alg.transform.ii.impl.ImplIntegralImageOps
 
convolve(ImageSInt32, IntegralKernel, ImageSInt32) - Static method in class boofcv.alg.transform.ii.impl.ImplIntegralImageOps
 
convolve(ImageFloat64, IntegralKernel, ImageFloat64) - Static method in class boofcv.alg.transform.ii.impl.ImplIntegralImageOps
 
convolve(ImageSInt64, IntegralKernel, ImageSInt64) - Static method in class boofcv.alg.transform.ii.impl.ImplIntegralImageOps
 
convolve(ImageFloat32, IntegralKernel, ImageFloat32) - Static method in class boofcv.alg.transform.ii.IntegralImageOps
General code for convolving a box filter across an image using the integral image.
convolve(ImageFloat64, IntegralKernel, ImageFloat64) - Static method in class boofcv.alg.transform.ii.IntegralImageOps
General code for convolving a box filter across an image using the integral image.
convolve(ImageSInt32, IntegralKernel, ImageSInt32) - Static method in class boofcv.alg.transform.ii.IntegralImageOps
General code for convolving a box filter across an image using the integral image.
convolve(ImageSInt64, IntegralKernel, ImageSInt64) - Static method in class boofcv.alg.transform.ii.IntegralImageOps
General code for convolving a box filter across an image using the integral image.
convolve(Kernel1D, Class<Input>, Class<Output>, BorderType, boolean) - Static method in class boofcv.factory.filter.convolve.FactoryConvolve
Creates a filter for convolving 1D kernels along the image.
convolve(Kernel2D, Class<Input>, Class<Output>, BorderType) - Static method in class boofcv.factory.filter.convolve.FactoryConvolve
Creates a filter for convolving 2D kernels along the image axis.
convolve(Kernel1D, Class<Input>, Class<Output>, BorderType, boolean, int) - Static method in class boofcv.factory.filter.convolve.FactoryConvolveDown
Creates a filter for convolving 1D kernels along the image.
convolve(Kernel2D, Class<Input>, Class<Output>, BorderType, int) - Static method in class boofcv.factory.filter.convolve.FactoryConvolveDown
Creates a filter for convolving 2D kernels along the image axis.
convolve11(Kernel2D_F32, ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_F32_F32
 
convolve11(Kernel2D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_S16_I16
 
convolve11(Kernel2D_I32, ImageSInt16, ImageInt16, int, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_S16_I16_Div
 
convolve11(Kernel2D_I32, ImageUInt8, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_U8_I16
 
convolve11(Kernel2D_I32, ImageUInt8, ImageInt8, int, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_U8_I8_Div
 
convolve11(Kernel2D_F32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_F32_F32
 
convolve11(Kernel2D_I32, ImageSInt16, ImageInt16) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16
 
convolve11(Kernel2D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16_Div
 
convolve11(Kernel2D_I32, ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32
 
convolve11(Kernel2D_I32, ImageSInt32, ImageSInt32, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32_Div
 
convolve11(Kernel2D_I32, ImageUInt8, ImageInt16) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I16
 
convolve11(Kernel2D_I32, ImageUInt8, ImageInt8, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I8_Div
 
convolve1D(Kernel1D, Kernel1D) - Static method in class boofcv.alg.filter.kernel.GKernelMath
 
convolve1D(Kernel1D_F32, Kernel1D_F32) - Static method in class boofcv.alg.filter.kernel.KernelMath
 
convolve2D(Kernel2D_F32, Kernel2D_F32) - Static method in class boofcv.alg.filter.kernel.KernelMath
 
convolve3(Kernel2D_F32, ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_F32_F32
 
convolve3(Kernel2D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_S16_I16
 
convolve3(Kernel2D_I32, ImageSInt16, ImageInt16, int, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_S16_I16_Div
 
convolve3(Kernel2D_I32, ImageUInt8, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_U8_I16
 
convolve3(Kernel2D_I32, ImageUInt8, ImageInt8, int, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_U8_I8_Div
 
convolve3(Kernel2D_F32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_F32_F32
 
convolve3(Kernel2D_I32, ImageSInt16, ImageInt16) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16
 
convolve3(Kernel2D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16_Div
 
convolve3(Kernel2D_I32, ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32
 
convolve3(Kernel2D_I32, ImageSInt32, ImageSInt32, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32_Div
 
convolve3(Kernel2D_I32, ImageUInt8, ImageInt16) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I16
 
convolve3(Kernel2D_I32, ImageUInt8, ImageInt8, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I8_Div
 
convolve5(Kernel2D_F32, ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_F32_F32
 
convolve5(Kernel2D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_S16_I16
 
convolve5(Kernel2D_I32, ImageSInt16, ImageInt16, int, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_S16_I16_Div
 
convolve5(Kernel2D_I32, ImageUInt8, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_U8_I16
 
convolve5(Kernel2D_I32, ImageUInt8, ImageInt8, int, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_U8_I8_Div
 
convolve5(Kernel2D_F32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_F32_F32
 
convolve5(Kernel2D_I32, ImageSInt16, ImageInt16) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16
 
convolve5(Kernel2D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16_Div
 
convolve5(Kernel2D_I32, ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32
 
convolve5(Kernel2D_I32, ImageSInt32, ImageSInt32, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32_Div
 
convolve5(Kernel2D_I32, ImageUInt8, ImageInt16) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I16
 
convolve5(Kernel2D_I32, ImageUInt8, ImageInt8, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I8_Div
 
convolve7(Kernel2D_F32, ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_F32_F32
 
convolve7(Kernel2D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_S16_I16
 
convolve7(Kernel2D_I32, ImageSInt16, ImageInt16, int, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_S16_I16_Div
 
convolve7(Kernel2D_I32, ImageUInt8, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_U8_I16
 
convolve7(Kernel2D_I32, ImageUInt8, ImageInt8, int, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_U8_I8_Div
 
convolve7(Kernel2D_F32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_F32_F32
 
convolve7(Kernel2D_I32, ImageSInt16, ImageInt16) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16
 
convolve7(Kernel2D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16_Div
 
convolve7(Kernel2D_I32, ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32
 
convolve7(Kernel2D_I32, ImageSInt32, ImageSInt32, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32_Div
 
convolve7(Kernel2D_I32, ImageUInt8, ImageInt16) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I16
 
convolve7(Kernel2D_I32, ImageUInt8, ImageInt8, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I8_Div
 
convolve9(Kernel2D_F32, ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_F32_F32
 
convolve9(Kernel2D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_S16_I16
 
convolve9(Kernel2D_I32, ImageSInt16, ImageInt16, int, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_S16_I16_Div
 
convolve9(Kernel2D_I32, ImageUInt8, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_U8_I16
 
convolve9(Kernel2D_I32, ImageUInt8, ImageInt8, int, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_U8_I8_Div
 
convolve9(Kernel2D_F32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_F32_F32
 
convolve9(Kernel2D_I32, ImageSInt16, ImageInt16) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16
 
convolve9(Kernel2D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16_Div
 
convolve9(Kernel2D_I32, ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32
 
convolve9(Kernel2D_I32, ImageSInt32, ImageSInt32, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32_Div
 
convolve9(Kernel2D_I32, ImageUInt8, ImageInt16) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I16
 
convolve9(Kernel2D_I32, ImageUInt8, ImageInt8, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I8_Div
 
Convolve_F32(Kernel2D_F32) - Constructor for class boofcv.factory.filter.convolve.FactoryConvolveSparse.Convolve_F32
 
Convolve_I(Kernel2D_I32) - Constructor for class boofcv.factory.filter.convolve.FactoryConvolveSparse.Convolve_I
 
convolveBorder(T, IntegralKernel, T, int, int) - Static method in class boofcv.alg.transform.ii.GIntegralImageOps
Convolves the kernel only across the image's border.
convolveBorder(ImageFloat32, IntegralKernel, ImageFloat32, int, int) - Static method in class boofcv.alg.transform.ii.impl.ImplIntegralImageOps
 
convolveBorder(ImageSInt32, IntegralKernel, ImageSInt32, int, int) - Static method in class boofcv.alg.transform.ii.impl.ImplIntegralImageOps
 
convolveBorder(ImageFloat64, IntegralKernel, ImageFloat64, int, int) - Static method in class boofcv.alg.transform.ii.impl.ImplIntegralImageOps
 
convolveBorder(ImageSInt64, IntegralKernel, ImageSInt64, int, int) - Static method in class boofcv.alg.transform.ii.impl.ImplIntegralImageOps
 
convolveBorder(ImageFloat32, IntegralKernel, ImageFloat32, int, int) - Static method in class boofcv.alg.transform.ii.IntegralImageOps
Convolves the kernel only across the image's border.
convolveBorder(ImageFloat64, IntegralKernel, ImageFloat64, int, int) - Static method in class boofcv.alg.transform.ii.IntegralImageOps
Convolves the kernel only across the image's border.
convolveBorder(ImageSInt32, IntegralKernel, ImageSInt32, int, int) - Static method in class boofcv.alg.transform.ii.IntegralImageOps
Convolves the kernel only across the image's border.
convolveBorder(ImageSInt64, IntegralKernel, ImageSInt64, int, int) - Static method in class boofcv.alg.transform.ii.IntegralImageOps
Convolves the kernel only across the image's border.
ConvolveDownNoBorder - Class in boofcv.alg.filter.convolve
Specialized convolution where the center of the convolution skips over a constant number of pixels in the x and/or y axis.
ConvolveDownNoBorder() - Constructor for class boofcv.alg.filter.convolve.ConvolveDownNoBorder
 
ConvolveDownNoBorderStandard - Class in boofcv.alg.filter.convolve.down
Standard implementation of ConvolveDownNoBorder where no special optimization has been done.
ConvolveDownNoBorderStandard() - Constructor for class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderStandard
 
ConvolveDownNoBorderUnrolled_F32_F32 - Class in boofcv.alg.filter.convolve.down
Unrolls the convolution kernel to improve runtime performance by reducing array accesses.
ConvolveDownNoBorderUnrolled_F32_F32() - Constructor for class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_F32_F32
 
ConvolveDownNoBorderUnrolled_S16_I16 - Class in boofcv.alg.filter.convolve.down
Unrolls the convolution kernel to improve runtime performance by reducing array accesses.
ConvolveDownNoBorderUnrolled_S16_I16() - Constructor for class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_S16_I16
 
ConvolveDownNoBorderUnrolled_S16_I16_Div - Class in boofcv.alg.filter.convolve.down
Unrolls the convolution kernel to improve runtime performance by reducing array accesses.
ConvolveDownNoBorderUnrolled_S16_I16_Div() - Constructor for class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_S16_I16_Div
 
ConvolveDownNoBorderUnrolled_U8_I16 - Class in boofcv.alg.filter.convolve.down
Unrolls the convolution kernel to improve runtime performance by reducing array accesses.
ConvolveDownNoBorderUnrolled_U8_I16() - Constructor for class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_U8_I16
 
ConvolveDownNoBorderUnrolled_U8_I8_Div - Class in boofcv.alg.filter.convolve.down
Unrolls the convolution kernel to improve runtime performance by reducing array accesses.
ConvolveDownNoBorderUnrolled_U8_I8_Div() - Constructor for class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_U8_I8_Div
 
ConvolveDownNormalized - Class in boofcv.alg.filter.convolve
Specialized convolution where the center of the convolution skips over a constant number of pixels in the x and/or y axis.
ConvolveDownNormalized() - Constructor for class boofcv.alg.filter.convolve.ConvolveDownNormalized
 
ConvolveDownNormalized_JustBorder - Class in boofcv.alg.filter.convolve.down
Convolves a 1D kernel in the horizontal or vertical direction while skipping pixels across an image's border.
ConvolveDownNormalized_JustBorder() - Constructor for class boofcv.alg.filter.convolve.down.ConvolveDownNormalized_JustBorder
 
ConvolveDownNormalizedNaive - Class in boofcv.alg.filter.convolve.down
Down convolution with kernel renormalization around image borders.
ConvolveDownNormalizedNaive() - Constructor for class boofcv.alg.filter.convolve.down.ConvolveDownNormalizedNaive
 
ConvolveImageBox - Class in boofcv.alg.filter.convolve
Convolves a kernel which is composed entirely of 1's across an image.
ConvolveImageBox() - Constructor for class boofcv.alg.filter.convolve.ConvolveImageBox
 
ConvolveImageMean - Class in boofcv.alg.filter.convolve
Convolves a mean filter across the image.
ConvolveImageMean() - Constructor for class boofcv.alg.filter.convolve.ConvolveImageMean
 
ConvolveImageNoBorder - Class in boofcv.alg.filter.convolve
Provides functions for convolving 1D and 2D kernels across an image, excluding the image border.
ConvolveImageNoBorder() - Constructor for class boofcv.alg.filter.convolve.ConvolveImageNoBorder
 
ConvolveImageNoBorderSparse - Class in boofcv.alg.filter.convolve
Performs a convolution around a single pixel only.
ConvolveImageNoBorderSparse() - Constructor for class boofcv.alg.filter.convolve.ConvolveImageNoBorderSparse
 
ConvolveImageStandard - Class in boofcv.alg.filter.convolve.noborder
Standard algorithms with no fancy optimization for convolving 1D and 2D kernels across an image.
ConvolveImageStandard() - Constructor for class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
 
ConvolveImageStandardSparse - Class in boofcv.alg.filter.convolve.noborder
General implementation of ConvolveImageNoBorderSparse.
ConvolveImageStandardSparse() - Constructor for class boofcv.alg.filter.convolve.noborder.ConvolveImageStandardSparse
 
ConvolveImageUnrolled_F32_F32 - Class in boofcv.alg.filter.convolve.noborder
Unrolls the convolution kernel to reduce array accessing and save often used variables to the stack.
ConvolveImageUnrolled_F32_F32() - Constructor for class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_F32_F32
 
ConvolveImageUnrolled_S16_I16 - Class in boofcv.alg.filter.convolve.noborder
Unrolls the convolution kernel to reduce array accessing and save often used variables to the stack.
ConvolveImageUnrolled_S16_I16() - Constructor for class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16
 
ConvolveImageUnrolled_S16_I16_Div - Class in boofcv.alg.filter.convolve.noborder
Unrolls the convolution kernel to reduce array accessing and save often used variables to the stack.
ConvolveImageUnrolled_S16_I16_Div() - Constructor for class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16_Div
 
ConvolveImageUnrolled_S32_S32 - Class in boofcv.alg.filter.convolve.noborder
Unrolls the convolution kernel to reduce array accessing and save often used variables to the stack.
ConvolveImageUnrolled_S32_S32() - Constructor for class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32
 
ConvolveImageUnrolled_S32_S32_Div - Class in boofcv.alg.filter.convolve.noborder
Unrolls the convolution kernel to reduce array accessing and save often used variables to the stack.
ConvolveImageUnrolled_S32_S32_Div() - Constructor for class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32_Div
 
ConvolveImageUnrolled_U8_I16 - Class in boofcv.alg.filter.convolve.noborder
Unrolls the convolution kernel to reduce array accessing and save often used variables to the stack.
ConvolveImageUnrolled_U8_I16() - Constructor for class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I16
 
ConvolveImageUnrolled_U8_I8_Div - Class in boofcv.alg.filter.convolve.noborder
Unrolls the convolution kernel to reduce array accessing and save often used variables to the stack.
ConvolveImageUnrolled_U8_I8_Div() - Constructor for class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I8_Div
 
ConvolveInterface<Input extends ImageSingleBand,Output extends ImageSingleBand> - Interface in boofcv.abst.filter.convolve
Generic interface for performing image convolutions.
ConvolveJustBorder_General - Class in boofcv.alg.filter.convolve.border
Convolves just the image's border.
ConvolveJustBorder_General() - Constructor for class boofcv.alg.filter.convolve.border.ConvolveJustBorder_General
 
ConvolveNormalized - Class in boofcv.alg.filter.convolve
Convolves a kernel across an image and scales the kernel such that the sum of the portion inside the image sums up to one.
ConvolveNormalized() - Constructor for class boofcv.alg.filter.convolve.ConvolveNormalized
 
convolveNormalized(K, T, T) - Static method in class boofcv.alg.filter.convolve.GConvolveImageOps
Performs a 2D convolution across the image while re-normalizing the kernel depending on its overlap with the image.
ConvolveNormalized_JustBorder - Class in boofcv.alg.filter.convolve.normalized
Covolves a 1D kernel in the horizontal or vertical direction across an image's border only, while re-normalizing the kernel sum to one.
ConvolveNormalized_JustBorder() - Constructor for class boofcv.alg.filter.convolve.normalized.ConvolveNormalized_JustBorder
 
ConvolveNormalizedNaive - Class in boofcv.alg.filter.convolve.normalized
Convolution with kernel renormalization around image borders.
ConvolveNormalizedNaive() - Constructor for class boofcv.alg.filter.convolve.normalized.ConvolveNormalizedNaive
 
ConvolveNormalizedSparse - Class in boofcv.alg.filter.convolve
Performs a convolution around a single pixel only using two 1D kernels in the horizontal and vertical direction.
ConvolveNormalizedSparse() - Constructor for class boofcv.alg.filter.convolve.ConvolveNormalizedSparse
 
ConvolveNormalizedStandardSparse - Class in boofcv.alg.filter.convolve.normalized
Straight forward implementation of ConvolveNormalizedSparse with minimal optimizations.
ConvolveNormalizedStandardSparse() - Constructor for class boofcv.alg.filter.convolve.normalized.ConvolveNormalizedStandardSparse
 
convolveSparse(T, IntegralKernel, int, int) - Static method in class boofcv.alg.transform.ii.GIntegralImageOps
Convolves a kernel around a single point in the integral image.
convolveSparse(ImageFloat32, IntegralKernel, int, int) - Static method in class boofcv.alg.transform.ii.impl.ImplIntegralImageOps
 
convolveSparse(ImageSInt32, IntegralKernel, int, int) - Static method in class boofcv.alg.transform.ii.impl.ImplIntegralImageOps
 
convolveSparse(ImageFloat64, IntegralKernel, int, int) - Static method in class boofcv.alg.transform.ii.impl.ImplIntegralImageOps
 
convolveSparse(ImageSInt64, IntegralKernel, int, int) - Static method in class boofcv.alg.transform.ii.impl.ImplIntegralImageOps
 
convolveSparse(ImageFloat32, IntegralKernel, int, int) - Static method in class boofcv.alg.transform.ii.IntegralImageOps
Convolves a kernel around a single point in the integral image.
convolveSparse(ImageFloat64, IntegralKernel, int, int) - Static method in class boofcv.alg.transform.ii.IntegralImageOps
Convolves a kernel around a single point in the integral image.
convolveSparse(ImageSInt32, IntegralKernel, int, int) - Static method in class boofcv.alg.transform.ii.IntegralImageOps
Convolves a kernel around a single point in the integral image.
convolveSparse(ImageSInt64, IntegralKernel, int, int) - Static method in class boofcv.alg.transform.ii.IntegralImageOps
Convolves a kernel around a single point in the integral image.
ConvolveWithBorder - Class in boofcv.alg.filter.convolve
Convolves a kernel across an image and handles the image border using the specified method.
ConvolveWithBorder() - Constructor for class boofcv.alg.filter.convolve.ConvolveWithBorder
 
ConvolveWithBorderSparse - Class in boofcv.alg.filter.convolve
Implementations of sparse convolve using image border.
ConvolveWithBorderSparse() - Constructor for class boofcv.alg.filter.convolve.ConvolveWithBorderSparse
 
copy() - Method in class boofcv.alg.filter.binary.Contour
 
copy() - Method in class boofcv.alg.interpolate.kernel.BicubicKernel_F32
 
copy(int, int, int, int, int, int, ImageBase, ImageBase) - Static method in class boofcv.alg.misc.GImageMiscOps
Copies a rectangular region from one image into another.
output[dstX:(dstX+width) , dstY:(dstY+height-1)] = input[srcX:(srcX+width) , srcY:(srcY+height-1)]
copy(int, int, int, int, int, int, ImageInt8, ImageInt8) - Static method in class boofcv.alg.misc.ImageMiscOps
Copies a rectangular region from one image into another.
output[dstX:(dstX+width) , dstY:(dstY+height-1)] = input[srcX:(srcX+width) , srcY:(srcY+height-1)]
copy(int, int, int, int, int, int, ImageInt16, ImageInt16) - Static method in class boofcv.alg.misc.ImageMiscOps
Copies a rectangular region from one image into another.
output[dstX:(dstX+width) , dstY:(dstY+height-1)] = input[srcX:(srcX+width) , srcY:(srcY+height-1)]
copy(int, int, int, int, int, int, ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.misc.ImageMiscOps
Copies a rectangular region from one image into another.
output[dstX:(dstX+width) , dstY:(dstY+height-1)] = input[srcX:(srcX+width) , srcY:(srcY+height-1)]
copy(int, int, int, int, int, int, ImageSInt64, ImageSInt64) - Static method in class boofcv.alg.misc.ImageMiscOps
Copies a rectangular region from one image into another.
output[dstX:(dstX+width) , dstY:(dstY+height-1)] = input[srcX:(srcX+width) , srcY:(srcY+height-1)]
copy(int, int, int, int, int, int, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.misc.ImageMiscOps
Copies a rectangular region from one image into another.
output[dstX:(dstX+width) , dstY:(dstY+height-1)] = input[srcX:(srcX+width) , srcY:(srcY+height-1)]
copy(int, int, int, int, int, int, ImageFloat64, ImageFloat64) - Static method in class boofcv.alg.misc.ImageMiscOps
Copies a rectangular region from one image into another.
output[dstX:(dstX+width) , dstY:(dstY+height-1)] = input[srcX:(srcX+width) , srcY:(srcY+height-1)]
copy() - Method in class boofcv.alg.transform.ii.IntegralKernel
 
copy() - Method in class boofcv.struct.convolve.Kernel1D_F32
 
copy() - Method in class boofcv.struct.convolve.Kernel1D_F64
 
copy() - Method in class boofcv.struct.convolve.Kernel1D_I32
 
copy() - Method in class boofcv.struct.convolve.Kernel2D_F32
 
copy() - Method in class boofcv.struct.convolve.Kernel2D_F64
 
copy() - Method in class boofcv.struct.convolve.Kernel2D_I32
 
copy() - Method in class boofcv.struct.convolve.KernelBase
 
copy() - Method in class boofcv.struct.PointIndex_I32
 
copyright - Static variable in class boofcv.misc.CodeGeneratorUtil
 
countNotZero(int[], int) - Static method in class boofcv.misc.BoofMiscOps
 
create(ImageType) - Static method in class boofcv.core.image.FactoryGImageMultiBand
 
create(Class) - Static method in class boofcv.core.image.FactoryGImageSingleBand
 
create(Class<T>) - Static method in class boofcv.core.image.inst.FactoryImageGenerator
 
create(T) - Static method in class boofcv.core.image.inst.FactoryImageGenerator
 
create(Class<T>, K) - Static method in class boofcv.factory.filter.convolve.FactoryConvolveSparse
 
create(Class<T>) - Static method in class boofcv.factory.filter.convolve.FactoryConvolveSparse
 
create(Class<T>, WaveletDescription<C>, int, double, double) - Static method in class boofcv.factory.transform.wavelet.FactoryWaveletTransform
 
create(Class<T>, int, int) - Static method in class boofcv.struct.image.FactoryImage
 
create_F32(WaveletDescription<WlCoef_F32>, int, float, float) - Static method in class boofcv.factory.transform.wavelet.FactoryWaveletTransform
Creates a wavelet transform for images that are of type ImageFloat32.
create_I(WaveletDescription<WlCoef_I32>, int, int, int, Class<T>) - Static method in class boofcv.factory.transform.wavelet.FactoryWaveletTransform
Creates a wavelet transform for images that are derived from ImageInteger.
createAnyDerivatives(DerivativeType, Class<I>, Class<D>) - Static method in class boofcv.alg.filter.derivative.GImageDerivativeOps
Convenience function for creating an instance of AnyImageDerivative.
createArray(int) - Method in interface boofcv.core.image.ImageGenerator
 
createArray(int) - Method in class boofcv.core.image.inst.FactoryImageGenerator.WrapImage
 
createArray(int) - Method in class boofcv.core.image.inst.SingleBandGenerator
 
createArray(int) - Method in class boofcv.struct.image.ImageType
Creates an array of the specified iamge type
createDistortMS(Class<Output>, PixelTransform_F32, InterpolatePixelS<Input>, boolean) - Static method in class boofcv.alg.distort.impl.DistortSupport
Creates a ImageDistort for the multi-spectral images of the specified image type, transformation and interpolation instance.
createImage(int, int) - Method in class boofcv.struct.image.ImageType
Creates a new image.
createImageDistort(PointTransform_F32, TypeInterpolate, BorderType, Class<Input>, Class<Output>) - Static method in class boofcv.alg.distort.DistortImageOps
Deprecated.
As of v0.19. Use FDistort instead
createInputParam(Method, Method) - Method in class boofcv.testing.CompareEquivalentFunctions
Creates the set of input parameters for the functions.
createInstance(int, int) - Method in interface boofcv.core.image.ImageGenerator
 
createInstance(int, int) - Method in class boofcv.core.image.inst.FactoryImageGenerator.WrapImage
 
createInstance(int, int) - Method in class boofcv.core.image.inst.SingleBandGenerator
 
createInstance() - Method in class boofcv.struct.FastQueueArray_F64
 
createInstance() - Method in class boofcv.struct.FastQueueArray_I32
 
createInterleaved(ImageDataType, int, int, int) - Static method in class boofcv.core.image.GeneralizedImageOps
 
createInterleaved(Class<T>, int, int, int) - Static method in class boofcv.core.image.GeneralizedImageOps
 
createKernel(int, int, int, boolean, int) - Static method in class boofcv.factory.filter.kernel.FactoryKernel
 
createKernelForImage(int, int, int, Class) - Static method in class boofcv.factory.filter.kernel.FactoryKernel
 
createLaplacian(Class<T>, ImageBorder<T>) - Static method in class boofcv.factory.filter.derivative.FactoryDerivativeSparse
Creates a sparse Laplacian filter.
createPixel(double, double, TypeInterpolate, BorderType, ImageType<T>) - Static method in class boofcv.factory.interpolate.FactoryInterpolation
 
createPixelMB(double, double, TypeInterpolate, BorderType, ImageType<T>) - Static method in class boofcv.factory.interpolate.FactoryInterpolation
Pixel based interpolation on multi-band image
createPixelMS(InterpolatePixelS<T>) - Static method in class boofcv.factory.interpolate.FactoryInterpolation
Converts a single band interpolation algorithm into a mult-band interpolation for MultiSpectral images.
createPixelS(double, double, TypeInterpolate, BorderType, ImageDataType) - Static method in class boofcv.factory.interpolate.FactoryInterpolation
Returns InterpolatePixelS of the specified type.
createPixelS(double, double, TypeInterpolate, BorderType, Class<T>) - Static method in class boofcv.factory.interpolate.FactoryInterpolation
Creates an interpolation class of the specified type for the specified image type.
createPrewitt(Class<T>, ImageBorder<T>) - Static method in class boofcv.factory.filter.derivative.FactoryDerivativeSparse
Creates a sparse prewitt gradient operator.
createSameShape() - Method in class boofcv.struct.image.ImageBase
Creates a new image of the same type which also has the same shape.
createSingleBand(ImageDataType, int, int) - Static method in class boofcv.core.image.GeneralizedImageOps
 
createSingleBand(Class<T>, int, int) - Static method in class boofcv.core.image.GeneralizedImageOps
 
createSobel(Class<T>, ImageBorder<T>) - Static method in class boofcv.factory.filter.derivative.FactoryDerivativeSparse
Creates a sparse sobel gradient operator.
createSubImageInputs(Object[]) - Method in class boofcv.testing.CompareEquivalentFunctions
 
createSubImageOf(T) - Static method in class boofcv.testing.BoofTesting
Returns an image which is a sub-image but contains the same values of the input image.
createSubImageOf_I(T) - Static method in class boofcv.testing.BoofTesting
 
createSubImageOf_MS(T) - Static method in class boofcv.testing.BoofTesting
 
createSubImageOf_S(T) - Static method in class boofcv.testing.BoofTesting
 
createThree(Class<T>, ImageBorder<T>) - Static method in class boofcv.factory.filter.derivative.FactoryDerivativeSparse
Creates a sparse three gradient operator.
createTransform(ImageDataType) - Static method in class boofcv.alg.transform.fft.GDiscreteFourierTransformOps
Creates a DiscreteFourierTransform for the specified type.
createTransformF32() - Static method in class boofcv.alg.transform.fft.DiscreteFourierTransformOps
Creates a DiscreteFourierTransform for images of type ImageFloat32.
createTransformF64() - Static method in class boofcv.alg.transform.fft.DiscreteFourierTransformOps
Creates a DiscreteFourierTransform for images of type ImageFloat64.
createTwo0(Class<T>, ImageBorder<T>) - Static method in class boofcv.factory.filter.derivative.FactoryDerivativeSparse
Creates a sparse two-0 gradient operator.
createTwo1(Class<T>, ImageBorder<T>) - Static method in class boofcv.factory.filter.derivative.FactoryDerivativeSparse
Creates a sparse two-1 gradient operator.
cx - Variable in class boofcv.struct.RectangleRotate_F32
 
cx - Variable in class boofcv.struct.RectangleRotate_F64
Center point of rectangle
cy - Variable in class boofcv.struct.RectangleRotate_F32
 
cy - Variable in class boofcv.struct.RectangleRotate_F64
Center point of rectangle

D

d60_F32 - Static variable in class boofcv.alg.color.ColorHsv
 
d60_F64 - Static variable in class boofcv.alg.color.ColorHsv
 
data - Variable in class boofcv.struct.convolve.Kernel1D_F32
 
data - Variable in class boofcv.struct.convolve.Kernel1D_F64
 
data - Variable in class boofcv.struct.convolve.Kernel1D_I32
 
data - Variable in class boofcv.struct.convolve.Kernel2D_F32
 
data - Variable in class boofcv.struct.convolve.Kernel2D_F64
 
data - Variable in class boofcv.struct.convolve.Kernel2D_I32
 
data - Variable in class boofcv.struct.image.ImageFloat32
 
data - Variable in class boofcv.struct.image.ImageFloat64
 
data - Variable in class boofcv.struct.image.ImageInt16
 
data - Variable in class boofcv.struct.image.ImageInt8
 
data - Variable in class boofcv.struct.image.ImageSInt32
 
data - Variable in class boofcv.struct.image.ImageSInt64
 
data - Variable in class boofcv.struct.image.InterleavedF32
 
data - Variable in class boofcv.struct.image.InterleavedF64
 
data - Variable in class boofcv.struct.image.InterleavedI16
 
data - Variable in class boofcv.struct.image.InterleavedI8
 
data - Variable in class boofcv.struct.image.InterleavedS32
 
data - Variable in class boofcv.struct.image.InterleavedS64
 
data0 - Variable in class boofcv.struct.Tuple2
 
data1 - Variable in class boofcv.struct.Tuple2
 
daubJ(Class<T>, int) - Static method in class boofcv.factory.transform.wavelet.GFactoryWavelet
 
daubJ_F32(int) - Static method in class boofcv.factory.transform.wavelet.FactoryWaveletDaub
DaubJ wavelets have the following properties:
Conserve the signal's energy If the signal is approximately polynomial of degree J/2-1 or less within the support then fluctuations are approximately zero. The sum of the scaling numbers is sqrt(2) The sum of the wavelet numbers is 0
declareOutput(ImagePyramid<?>, Class<O>) - Static method in class boofcv.alg.transform.pyramid.PyramidOps
Creates an array of single band images for each layer in the provided pyramid.
denoise(T, int) - Method in interface boofcv.alg.denoise.DenoiseWavelet
Removes noise from the multi-level wavelet transform.
denoise(ImageFloat32, int) - Method in class boofcv.alg.denoise.wavelet.DenoiseBayesShrink_F32
 
denoise(ImageFloat32, int) - Method in class boofcv.alg.denoise.wavelet.DenoiseSureShrink_F32
 
denoise(ImageFloat32, int) - Method in class boofcv.alg.denoise.wavelet.DenoiseVisuShrink_F32
Applies VisuShrink denoising to the provided multilevel wavelet transform using the provided threshold.
DenoiseBayesShrink_F32 - Class in boofcv.alg.denoise.wavelet
Denoises images using an adaptive soft-threshold in each sub-band computed using Bayesian statistics.
DenoiseBayesShrink_F32(ShrinkThresholdRule<ImageFloat32>) - Constructor for class boofcv.alg.denoise.wavelet.DenoiseBayesShrink_F32
 
DenoiseSureShrink_F32 - Class in boofcv.alg.denoise.wavelet
SureShrink denoises wavelets using a threshold computed by minimizing Stein's Unbiased Risk Estimate (SURE).
DenoiseSureShrink_F32() - Constructor for class boofcv.alg.denoise.wavelet.DenoiseSureShrink_F32
 
DenoiseVisuShrink_F32 - Class in boofcv.alg.denoise.wavelet
Classic algorithm for wavelet noise reduction by shrinkage with a universal threshold.
DenoiseVisuShrink_F32() - Constructor for class boofcv.alg.denoise.wavelet.DenoiseVisuShrink_F32
 
DenoiseWavelet<T extends ImageSingleBand> - Interface in boofcv.alg.denoise
Interface for algorithms which "denoise" the wavelet transform of an image.
denominatorScaling - Variable in class boofcv.struct.wavelet.WlCoef_I32
 
denominatorWavelet - Variable in class boofcv.struct.wavelet.WlCoef_I32
 
DERIV_BORDER_TYPE - Static variable in class boofcv.struct.BoofDefaults
 
derivative(int, boolean, double, int) - Static method in class boofcv.factory.filter.kernel.FactoryKernelGaussian
Creates a 1D Gaussian kernel with the specified properties.
derivative1D_F32(int, double, int, boolean) - Static method in class boofcv.factory.filter.kernel.FactoryKernelGaussian
Computes the derivative of a Gaussian kernel.
derivativeForScaleSpace(Class<I>, Class<D>) - Static method in class boofcv.alg.filter.derivative.GImageDerivativeOps
Creates an instance of AnyImageDerivative which is intended for use of calculating scale-spaces.
DerivativeHelperFunctions - Class in boofcv.alg.filter.derivative
 
DerivativeHelperFunctions() - Constructor for class boofcv.alg.filter.derivative.DerivativeHelperFunctions
 
derivativeI(Class<T>, int, double, int) - Static method in class boofcv.factory.filter.kernel.FactoryKernelGaussian
 
DerivativeIntegralImage - Class in boofcv.alg.transform.ii
 
DerivativeIntegralImage() - Constructor for class boofcv.alg.transform.ii.DerivativeIntegralImage
 
derivativeK(Class<T>, int, double, int) - Static method in class boofcv.factory.filter.kernel.FactoryKernelGaussian
 
DerivativeType - Enum in boofcv.alg.filter.derivative
List of standard kernels used to compute the gradient of an image.
derivX_F32(ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.derivative.impl.GradientThree_Share
Can only be used with images that are NOT sub-images.
derivXX(ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.transform.ii.DerivativeIntegralImage
 
derivXY(ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.transform.ii.DerivativeIntegralImage
 
derivYY(ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.transform.ii.DerivativeIntegralImage
 
diffAbs(T, T, T) - Static method in class boofcv.alg.misc.GPixelMath
Computes the absolute value of the difference between each pixel in the two images.
d(x,y) = |img1(x,y) - img2(x,y)|
diffAbs(ImageUInt8, ImageUInt8, ImageUInt8) - Static method in class boofcv.alg.misc.PixelMath
Computes the absolute value of the difference between each pixel in the two images.
d(x,y) = |img1(x,y) - img2(x,y)|
diffAbs(ImageSInt8, ImageSInt8, ImageSInt8) - Static method in class boofcv.alg.misc.PixelMath
Computes the absolute value of the difference between each pixel in the two images.
d(x,y) = |img1(x,y) - img2(x,y)|
diffAbs(ImageUInt16, ImageUInt16, ImageUInt16) - Static method in class boofcv.alg.misc.PixelMath
Computes the absolute value of the difference between each pixel in the two images.
d(x,y) = |img1(x,y) - img2(x,y)|
diffAbs(ImageSInt16, ImageSInt16, ImageSInt16) - Static method in class boofcv.alg.misc.PixelMath
Computes the absolute value of the difference between each pixel in the two images.
d(x,y) = |img1(x,y) - img2(x,y)|
diffAbs(ImageSInt32, ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.misc.PixelMath
Computes the absolute value of the difference between each pixel in the two images.
d(x,y) = |img1(x,y) - img2(x,y)|
diffAbs(ImageSInt64, ImageSInt64, ImageSInt64) - Static method in class boofcv.alg.misc.PixelMath
Computes the absolute value of the difference between each pixel in the two images.
d(x,y) = |img1(x,y) - img2(x,y)|
diffAbs(ImageFloat32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.misc.PixelMath
Computes the absolute value of the difference between each pixel in the two images.
d(x,y) = |img1(x,y) - img2(x,y)|
diffAbs(ImageFloat64, ImageFloat64, ImageFloat64) - Static method in class boofcv.alg.misc.PixelMath
Computes the absolute value of the difference between each pixel in the two images.
d(x,y) = |img1(x,y) - img2(x,y)|
dilate4(ImageUInt8, int, ImageUInt8) - Static method in class boofcv.alg.filter.binary.BinaryImageOps
Dilates an image according to a 4-neighborhood.
dilate4(ImageUInt8, ImageUInt8) - Static method in class boofcv.alg.filter.binary.impl.ImplBinaryBorderOps
 
dilate4(ImageUInt8, ImageUInt8) - Static method in class boofcv.alg.filter.binary.impl.ImplBinaryInnerOps
 
dilate4(ImageUInt8, ImageUInt8) - Static method in class boofcv.alg.filter.binary.impl.ImplBinaryNaiveOps
 
dilate4() - Static method in class boofcv.factory.filter.binary.FactoryBinaryImageOps
dilate8(ImageUInt8, int, ImageUInt8) - Static method in class boofcv.alg.filter.binary.BinaryImageOps
Dilates an image according to a 8-neighborhood.
dilate8(ImageUInt8, ImageUInt8) - Static method in class boofcv.alg.filter.binary.impl.ImplBinaryBorderOps
 
dilate8(ImageUInt8, ImageUInt8) - Static method in class boofcv.alg.filter.binary.impl.ImplBinaryInnerOps
 
dilate8(ImageUInt8, ImageUInt8) - Static method in class boofcv.alg.filter.binary.impl.ImplBinaryNaiveOps
 
dilate8() - Static method in class boofcv.factory.filter.binary.FactoryBinaryImageOps
directoryList(String, String) - Static method in class boofcv.misc.BoofMiscOps
Loads a list of files with the specified prefix.
dirty - Variable in class boofcv.alg.distort.ImageDistortCache_SB
 
DiscreteFourierTransform<I extends ImageBase,T extends ImageBase> - Interface in boofcv.abst.transform.fft
High level interface for applying the forward and inverse Discrete Fourier Transform to an image.
DiscreteFourierTransformOps - Class in boofcv.alg.transform.fft
Various functions related to DiscreteFourierTransform.
DiscreteFourierTransformOps() - Constructor for class boofcv.alg.transform.fft.DiscreteFourierTransformOps
 
discreteGaussian(int[], double, int, boolean, Class<T>) - Static method in class boofcv.factory.transform.pyramid.FactoryPyramid
Creates an updater for discrete pyramids where a Gaussian is convolved across the input prior to sub-sampling.
DiscretizedCircle - Class in boofcv.misc
Functions related to discretized circles for image processing
DiscretizedCircle() - Constructor for class boofcv.misc.DiscretizedCircle
 
distance(WeightType, float, boolean) - Static method in class boofcv.factory.weights.FactoryWeights
Creates a weight function for the provided distributions.
distanceP(int, int, int) - Static method in class boofcv.misc.CircularIndex
Returns how many elements away in the positive direction you need to travel to get from index0 to index1.
distortIL(boolean, InterpolatePixelMB<Input>, ImageType<Output>) - Static method in class boofcv.factory.distort.FactoryDistort
 
DistortImageOps - Class in boofcv.alg.distort
Provides common function for distorting images.
DistortImageOps() - Constructor for class boofcv.alg.distort.DistortImageOps
 
distortMS(M, N, PixelTransform_F32, BorderType, TypeInterpolate) - Static method in class boofcv.alg.distort.DistortImageOps
Deprecated.
As of v0.19. Use FDistort instead
distortMS(MultiSpectral<Input>, MultiSpectral<Output>, ImageDistort<Input, Output>) - Static method in class boofcv.alg.distort.DistortImageOps
Deprecated.
As of v0.19. Use FDistort instead
distortMS(boolean, InterpolatePixelS<Input>, Class<Output>) - Static method in class boofcv.factory.distort.FactoryDistort
Creates a ImageDistort for the multi-spectral images, transformation and interpolation instance.
distortSB(boolean, InterpolatePixelS<Input>, Class<Output>) - Static method in class boofcv.factory.distort.FactoryDistort
Creates a ImageDistort for the specified image type, transformation and interpolation instance.
distortSingle(Input, Output, PixelTransform_F32, TypeInterpolate, BorderType) - Static method in class boofcv.alg.distort.DistortImageOps
Deprecated.
As of v0.19. Use FDistort instead
distortSingle(Input, Output, boolean, PixelTransform_F32, InterpolatePixelS<Input>) - Static method in class boofcv.alg.distort.DistortImageOps
Deprecated.
As of v0.19. Use FDistort instead
DistortSupport - Class in boofcv.alg.distort.impl
Provides low level functions that DistortImageOps can call.
DistortSupport() - Constructor for class boofcv.alg.distort.impl.DistortSupport
 
distX - Variable in class boofcv.struct.distort.PixelTransform_F32
 
distX - Variable in class boofcv.struct.distort.PixelTransform_F64
 
distY - Variable in class boofcv.struct.distort.PixelTransform_F32
 
distY - Variable in class boofcv.struct.distort.PixelTransform_F64
 
divide(T, double, T) - Static method in class boofcv.alg.misc.GPixelMath
Divide each element by a scalar value.
divide(T, double, double, double, T) - Static method in class boofcv.alg.misc.GPixelMath
Divide each element by a scalar value and bounds the result.
divide(T, T, T) - Static method in class boofcv.alg.misc.GPixelMath
Performs pixel-wise division
output(x,y) = imgA(x,y) / imgB(x,y)
divide(ImageUInt8, double, ImageUInt8) - Static method in class boofcv.alg.misc.PixelMath
Divide each element by a scalar value.
divide(ImageUInt8, double, int, int, ImageUInt8) - Static method in class boofcv.alg.misc.PixelMath
Divide each element by a scalar value and bounds the result.
divide(ImageSInt8, double, ImageSInt8) - Static method in class boofcv.alg.misc.PixelMath
Divide each element by a scalar value.
divide(ImageSInt8, double, int, int, ImageSInt8) - Static method in class boofcv.alg.misc.PixelMath
Divide each element by a scalar value and bounds the result.
divide(ImageUInt16, double, ImageUInt16) - Static method in class boofcv.alg.misc.PixelMath
Divide each element by a scalar value.
divide(ImageUInt16, double, int, int, ImageUInt16) - Static method in class boofcv.alg.misc.PixelMath
Divide each element by a scalar value and bounds the result.
divide(ImageSInt16, double, ImageSInt16) - Static method in class boofcv.alg.misc.PixelMath
Divide each element by a scalar value.
divide(ImageSInt16, double, int, int, ImageSInt16) - Static method in class boofcv.alg.misc.PixelMath
Divide each element by a scalar value and bounds the result.
divide(ImageSInt32, double, ImageSInt32) - Static method in class boofcv.alg.misc.PixelMath
Divide each element by a scalar value.
divide(ImageSInt32, double, int, int, ImageSInt32) - Static method in class boofcv.alg.misc.PixelMath
Divide each element by a scalar value and bounds the result.
divide(ImageSInt64, double, ImageSInt64) - Static method in class boofcv.alg.misc.PixelMath
Divide each element by a scalar value.
divide(ImageSInt64, double, long, long, ImageSInt64) - Static method in class boofcv.alg.misc.PixelMath
Divide each element by a scalar value and bounds the result.
divide(ImageFloat32, float, ImageFloat32) - Static method in class boofcv.alg.misc.PixelMath
Divide each element by a scalar value.
divide(ImageFloat32, float, float, float, ImageFloat32) - Static method in class boofcv.alg.misc.PixelMath
Divide each element by a scalar value and bounds the result.
divide(ImageFloat64, double, ImageFloat64) - Static method in class boofcv.alg.misc.PixelMath
Divide each element by a scalar value.
divide(ImageFloat64, double, double, double, ImageFloat64) - Static method in class boofcv.alg.misc.PixelMath
Divide each element by a scalar value and bounds the result.
divide(ImageFloat32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.misc.PixelMath
Performs pixel-wise division
output(x,y) = imgA(x,y) / imgB(x,y)
divide(ImageFloat64, ImageFloat64, ImageFloat64) - Static method in class boofcv.alg.misc.PixelMath
Performs pixel-wise division
output(x,y) = imgA(x,y) / imgB(x,y)
DoNothingPixelTransform_F32 - Class in boofcv.alg.distort
Pixel transform which sets the output to be exactly the same as the input
DoNothingPixelTransform_F32() - Constructor for class boofcv.alg.distort.DoNothingPixelTransform_F32
 
DoNothingPixelTransform_F64 - Class in boofcv.alg.distort
Pixel transform which sets the output to be exactly the same as the input
DoNothingPixelTransform_F64() - Constructor for class boofcv.alg.distort.DoNothingPixelTransform_F64
 
DoNothingTransform_F32 - Class in boofcv.struct.distort
A transform which applies no transform.
DoNothingTransform_F32() - Constructor for class boofcv.struct.distort.DoNothingTransform_F32
 
DoNothingTransform_F64 - Class in boofcv.struct.distort
A transform which applies no transform.
DoNothingTransform_F64() - Constructor for class boofcv.struct.distort.DoNothingTransform_F64
 
down(ImageSingleBand, int, ImageSingleBand) - Static method in class boofcv.alg.filter.misc.AverageDownSampleOps
Down samples image.
down(T, T) - Static method in class boofcv.alg.filter.misc.AverageDownSampleOps
Down samples image.
down(MultiSpectral<T>, int, MultiSpectral<T>) - Static method in class boofcv.alg.filter.misc.AverageDownSampleOps
Down samples a multi-spectral image.
down(MultiSpectral<T>, MultiSpectral<T>) - Static method in class boofcv.alg.filter.misc.AverageDownSampleOps
Down samples a multi-spectral image.
down(ImageUInt8, int, ImageInt8) - Static method in class boofcv.alg.filter.misc.AverageDownSampleOps
Down samples the image.
down(ImageSInt8, int, ImageInt8) - Static method in class boofcv.alg.filter.misc.AverageDownSampleOps
Down samples the image.
down(ImageUInt16, int, ImageInt16) - Static method in class boofcv.alg.filter.misc.AverageDownSampleOps
Down samples the image.
down(ImageSInt16, int, ImageInt16) - Static method in class boofcv.alg.filter.misc.AverageDownSampleOps
Down samples the image.
down(ImageSInt32, int, ImageSInt32) - Static method in class boofcv.alg.filter.misc.AverageDownSampleOps
Down samples the image.
down(ImageFloat32, int, ImageFloat32) - Static method in class boofcv.alg.filter.misc.AverageDownSampleOps
Down samples the image.
down(ImageFloat64, int, ImageFloat64) - Static method in class boofcv.alg.filter.misc.AverageDownSampleOps
Down samples the image.
down(ImageUInt8, ImageInt8) - Static method in class boofcv.alg.filter.misc.ImplAverageDownSample2
 
down(ImageSInt8, ImageInt8) - Static method in class boofcv.alg.filter.misc.ImplAverageDownSample2
 
down(ImageUInt16, ImageInt16) - Static method in class boofcv.alg.filter.misc.ImplAverageDownSample2
 
down(ImageSInt16, ImageInt16) - Static method in class boofcv.alg.filter.misc.ImplAverageDownSample2
 
down(ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.filter.misc.ImplAverageDownSample2
 
down(ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.misc.ImplAverageDownSample2
 
down(ImageFloat64, ImageFloat64) - Static method in class boofcv.alg.filter.misc.ImplAverageDownSample2
 
down(ImageUInt8, int, ImageInt8) - Static method in class boofcv.alg.filter.misc.ImplAverageDownSampleN
 
down(ImageSInt8, int, ImageInt8) - Static method in class boofcv.alg.filter.misc.ImplAverageDownSampleN
 
down(ImageUInt16, int, ImageInt16) - Static method in class boofcv.alg.filter.misc.ImplAverageDownSampleN
 
down(ImageSInt16, int, ImageInt16) - Static method in class boofcv.alg.filter.misc.ImplAverageDownSampleN
 
down(ImageSInt32, int, ImageSInt32) - Static method in class boofcv.alg.filter.misc.ImplAverageDownSampleN
 
down(ImageFloat32, int, ImageFloat32) - Static method in class boofcv.alg.filter.misc.ImplAverageDownSampleN
 
down(ImageFloat64, int, ImageFloat64) - Static method in class boofcv.alg.filter.misc.ImplAverageDownSampleN
 
down - Variable in class boofcv.factory.filter.binary.ConfigThreshold
If true then it thresholds down
downSampleSize(int, int) - Static method in class boofcv.alg.filter.misc.AverageDownSampleOps
Computes the length of a down sampled image based on the original length and the square width
dstImg - Variable in class boofcv.alg.distort.ImageDistortBasic
 
dstImg - Variable in class boofcv.alg.distort.ImageDistortCache_SB
 
dstToSrc - Variable in class boofcv.alg.distort.ImageDistortBasic
 

E

edge4(ImageUInt8, ImageUInt8) - Static method in class boofcv.alg.filter.binary.BinaryImageOps
Binary operation which is designed to remove all pixels but ones which are on the edge of an object.
edge4(ImageUInt8, ImageUInt8) - Static method in class boofcv.alg.filter.binary.impl.ImplBinaryBorderOps
 
edge4(ImageUInt8, ImageUInt8) - Static method in class boofcv.alg.filter.binary.impl.ImplBinaryInnerOps
 
edge4(ImageUInt8, ImageUInt8) - Static method in class boofcv.alg.filter.binary.impl.ImplBinaryNaiveOps
 
edge4() - Static method in class boofcv.factory.filter.binary.FactoryBinaryImageOps
edge8(ImageUInt8, ImageUInt8) - Static method in class boofcv.alg.filter.binary.BinaryImageOps
Binary operation which is designed to remove all pixels but ones which are on the edge of an object.
edge8(ImageUInt8, ImageUInt8) - Static method in class boofcv.alg.filter.binary.impl.ImplBinaryBorderOps
 
edge8(ImageUInt8, ImageUInt8) - Static method in class boofcv.alg.filter.binary.impl.ImplBinaryInnerOps
 
edge8(ImageUInt8, ImageUInt8) - Static method in class boofcv.alg.filter.binary.impl.ImplBinaryNaiveOps
 
edge8() - Static method in class boofcv.factory.filter.binary.FactoryBinaryImageOps
EnhanceImageOps - Class in boofcv.alg.enhance
Operations for improving the visibility of images.
EnhanceImageOps() - Constructor for class boofcv.alg.enhance.EnhanceImageOps
 
epsilon - Static variable in class boofcv.alg.color.ColorLab
 
epsilon_f - Static variable in class boofcv.alg.color.ColorLab
 
equalize(int[], int[]) - Static method in class boofcv.alg.enhance.EnhanceImageOps
Computes a transformation table which will equalize the provided histogram.
equalizeLocal(ImageUInt8, int, ImageUInt8, int[], int[]) - Static method in class boofcv.alg.enhance.EnhanceImageOps
Equalizes the local image histogram on a per pixel basis.
equalizeLocal(ImageUInt16, int, ImageUInt16, int[], int[]) - Static method in class boofcv.alg.enhance.EnhanceImageOps
Equalizes the local image histogram on a per pixel basis.
equalizeLocal(T, int, T, int[], int[]) - Static method in class boofcv.alg.enhance.GEnhanceImageOps
Equalizes the local image histogram on a per pixel basis.
equalizeLocalCol(ImageUInt8, int, int, ImageUInt8, int[], int[]) - Static method in class boofcv.alg.enhance.impl.ImplEnhanceHistogram
Local equalization along a column.
equalizeLocalCol(ImageUInt16, int, int, ImageUInt16, int[], int[]) - Static method in class boofcv.alg.enhance.impl.ImplEnhanceHistogram
Local equalization along a column.
equalizeLocalInner(ImageUInt8, int, ImageUInt8, int[]) - Static method in class boofcv.alg.enhance.impl.ImplEnhanceHistogram
Performs local histogram equalization just on the inner portion of the image
equalizeLocalInner(ImageUInt16, int, ImageUInt16, int[]) - Static method in class boofcv.alg.enhance.impl.ImplEnhanceHistogram
Performs local histogram equalization just on the inner portion of the image
equalizeLocalNaive(ImageUInt8, int, ImageUInt8, int[]) - Static method in class boofcv.alg.enhance.impl.ImplEnhanceHistogram
Inefficiently computes the local histogram, but can handle every possible case for image size and local region size
equalizeLocalNaive(ImageUInt16, int, ImageUInt16, int[]) - Static method in class boofcv.alg.enhance.impl.ImplEnhanceHistogram
Inefficiently computes the local histogram, but can handle every possible case for image size and local region size
equalizeLocalRow(ImageUInt8, int, int, ImageUInt8, int[], int[]) - Static method in class boofcv.alg.enhance.impl.ImplEnhanceHistogram
Local equalization along a row.
equalizeLocalRow(ImageUInt16, int, int, ImageUInt16, int[], int[]) - Static method in class boofcv.alg.enhance.impl.ImplEnhanceHistogram
Local equalization along a row.
erode4(ImageUInt8, int, ImageUInt8) - Static method in class boofcv.alg.filter.binary.BinaryImageOps
Erodes an image according to a 4-neighborhood.
erode4(ImageUInt8, ImageUInt8) - Static method in class boofcv.alg.filter.binary.impl.ImplBinaryBorderOps
 
erode4(ImageUInt8, ImageUInt8) - Static method in class boofcv.alg.filter.binary.impl.ImplBinaryInnerOps
 
erode4(ImageUInt8, ImageUInt8) - Static method in class boofcv.alg.filter.binary.impl.ImplBinaryNaiveOps
 
erode4() - Static method in class boofcv.factory.filter.binary.FactoryBinaryImageOps
erode8(ImageUInt8, int, ImageUInt8) - Static method in class boofcv.alg.filter.binary.BinaryImageOps
Erodes an image according to a 8-neighborhood.
erode8(ImageUInt8, ImageUInt8) - Static method in class boofcv.alg.filter.binary.impl.ImplBinaryBorderOps
 
erode8(ImageUInt8, ImageUInt8) - Static method in class boofcv.alg.filter.binary.impl.ImplBinaryInnerOps
 
erode8(ImageUInt8, ImageUInt8) - Static method in class boofcv.alg.filter.binary.impl.ImplBinaryNaiveOps
 
erode8() - Static method in class boofcv.factory.filter.binary.FactoryBinaryImageOps
estimateNoiseStdDev(ImageFloat32, float[]) - Static method in class boofcv.alg.denoise.wavelet.UtilDenoiseWavelet
Robust median estimator of the noise standard deviation.
extend(ImageFloat64) - Static method in class boofcv.core.image.border.FactoryImageBorderAlgs
 
extend(ImageFloat32) - Static method in class boofcv.core.image.border.FactoryImageBorderAlgs
 
extend(T) - Static method in class boofcv.core.image.border.FactoryImageBorderAlgs
 
external - Variable in class boofcv.alg.filter.binary.Contour
External contour around the blob.

F

FactoryBinaryImageOps - Class in boofcv.factory.filter.binary
FilterImageInterface wrappers around functions inside of BinaryImageOps.
FactoryBinaryImageOps() - Constructor for class boofcv.factory.filter.binary.FactoryBinaryImageOps
 
FactoryBlurFilter - Class in boofcv.factory.filter.blur
Factory for creating different blur image filters.
FactoryBlurFilter() - Constructor for class boofcv.factory.filter.blur.FactoryBlurFilter
 
FactoryConvolve - Class in boofcv.factory.filter.convolve
 
FactoryConvolve() - Constructor for class boofcv.factory.filter.convolve.FactoryConvolve
 
FactoryConvolveDown - Class in boofcv.factory.filter.convolve
Factory class for creating abstracted convolve down filters.
FactoryConvolveDown() - Constructor for class boofcv.factory.filter.convolve.FactoryConvolveDown
 
FactoryConvolveSparse - Class in boofcv.factory.filter.convolve
Factory for creating sparse convolutions.
FactoryConvolveSparse() - Constructor for class boofcv.factory.filter.convolve.FactoryConvolveSparse
 
FactoryConvolveSparse.Convolve_F32 - Class in boofcv.factory.filter.convolve
 
FactoryConvolveSparse.Convolve_I - Class in boofcv.factory.filter.convolve
 
FactoryDenoiseWaveletAlg - Class in boofcv.factory.denoise
Factory for creating wavelet based image denoising classes.
FactoryDenoiseWaveletAlg() - Constructor for class boofcv.factory.denoise.FactoryDenoiseWaveletAlg
 
FactoryDerivative - Class in boofcv.factory.filter.derivative
Factory for creating different types of ImageGradient, which are used to compute the image's derivative.
FactoryDerivative() - Constructor for class boofcv.factory.filter.derivative.FactoryDerivative
 
FactoryDerivativeSparse - Class in boofcv.factory.filter.derivative
Creates filters for performing sparse derivative calculations.
FactoryDerivativeSparse() - Constructor for class boofcv.factory.filter.derivative.FactoryDerivativeSparse
 
FactoryDistort - Class in boofcv.factory.distort
 
FactoryDistort() - Constructor for class boofcv.factory.distort.FactoryDistort
 
FactoryGImageMultiBand - Class in boofcv.core.image
 
FactoryGImageMultiBand() - Constructor for class boofcv.core.image.FactoryGImageMultiBand
 
FactoryGImageMultiBand.Border_IL_F32 - Class in boofcv.core.image
 
FactoryGImageMultiBand.Border_IL_F64 - Class in boofcv.core.image
 
FactoryGImageMultiBand.Border_IL_S32 - Class in boofcv.core.image
 
FactoryGImageMultiBand.GMultiBorder<T extends ImageBorder> - Class in boofcv.core.image
 
FactoryGImageMultiBand.GSingleToMB - Class in boofcv.core.image
 
FactoryGImageMultiBand.IL<T extends ImageInterleaved<T>> - Class in boofcv.core.image
 
FactoryGImageMultiBand.IL_F32 - Class in boofcv.core.image
 
FactoryGImageMultiBand.IL_S8 - Class in boofcv.core.image
 
FactoryGImageMultiBand.IL_U8 - Class in boofcv.core.image
 
FactoryGImageMultiBand.MS - Class in boofcv.core.image
 
FactoryGImageSingleBand - Class in boofcv.core.image
Factory for creating generalized images
FactoryGImageSingleBand() - Constructor for class boofcv.core.image.FactoryGImageSingleBand
 
FactoryGImageSingleBand.Border_F32 - Class in boofcv.core.image
 
FactoryGImageSingleBand.Border_F64 - Class in boofcv.core.image
 
FactoryGImageSingleBand.Border_I32 - Class in boofcv.core.image
 
FactoryGImageSingleBand.GSingle_F32 - Class in boofcv.core.image
 
FactoryGImageSingleBand.GSingle_F64 - Class in boofcv.core.image
 
FactoryGImageSingleBand.GSingle_I64 - Class in boofcv.core.image
 
FactoryGImageSingleBand.GSingle_S16 - Class in boofcv.core.image
 
FactoryGImageSingleBand.GSingle_S32 - Class in boofcv.core.image
 
FactoryGImageSingleBand.GSingle_S8 - Class in boofcv.core.image
 
FactoryGImageSingleBand.GSingle_U16 - Class in boofcv.core.image
 
FactoryGImageSingleBand.GSingle_U8 - Class in boofcv.core.image
 
FactoryGImageSingleBand.GSingleBase<T extends ImageSingleBand> - Class in boofcv.core.image
 
FactoryGImageSingleBand.GSingleBaseInt<T extends ImageSingleBand> - Class in boofcv.core.image
 
FactoryGImageSingleBand.GSingleBorder<T extends ImageBorder> - Class in boofcv.core.image
 
FactoryImage - Class in boofcv.struct.image
Used to create new images from its type alone
FactoryImage() - Constructor for class boofcv.struct.image.FactoryImage
 
FactoryImageBorder - Class in boofcv.core.image.border
Contains functions that create classes which handle pixels outside the image border differently.
FactoryImageBorder() - Constructor for class boofcv.core.image.border.FactoryImageBorder
 
FactoryImageBorderAlgs - Class in boofcv.core.image.border
 
FactoryImageBorderAlgs() - Constructor for class boofcv.core.image.border.FactoryImageBorderAlgs
 
FactoryImageDenoise - Class in boofcv.abst.denoise
Provides and easy to use interface for removing noise from images.
FactoryImageDenoise() - Constructor for class boofcv.abst.denoise.FactoryImageDenoise
 
FactoryImageGenerator - Class in boofcv.core.image.inst
Factory for creating common image types
FactoryImageGenerator() - Constructor for class boofcv.core.image.inst.FactoryImageGenerator
 
FactoryImageGenerator.WrapImage<T extends ImageSingleBand> - Class in boofcv.core.image.inst
 
FactoryInterpolation - Class in boofcv.factory.interpolate
Simplified interface for creating interpolation classes.
FactoryInterpolation() - Constructor for class boofcv.factory.interpolate.FactoryInterpolation
 
FactoryKernel - Class in boofcv.factory.filter.kernel
Factory used to create standard convolution kernels for floating point and integer images.
FactoryKernel() - Constructor for class boofcv.factory.filter.kernel.FactoryKernel
 
FactoryKernelGaussian - Class in boofcv.factory.filter.kernel
 
FactoryKernelGaussian() - Constructor for class boofcv.factory.filter.kernel.FactoryKernelGaussian
 
FactoryPyramid - Class in boofcv.factory.transform.pyramid
Factory for creating classes related to image pyramids.
FactoryPyramid() - Constructor for class boofcv.factory.transform.pyramid.FactoryPyramid
 
FactorySparseIntegralFilters - Class in boofcv.factory.transform.ii
Creates various filters for integral images.
FactorySparseIntegralFilters() - Constructor for class boofcv.factory.transform.ii.FactorySparseIntegralFilters
 
FactorySteerable - Class in boofcv.factory.filter.kernel
Creates different steerable kernels.
FactorySteerable() - Constructor for class boofcv.factory.filter.kernel.FactorySteerable
 
FactorySteerCoefficients - Class in boofcv.factory.filter.kernel
Coefficients for common steerable bases.
FactorySteerCoefficients() - Constructor for class boofcv.factory.filter.kernel.FactorySteerCoefficients
 
FactorySteerCoefficients.PolyOrder1 - Class in boofcv.factory.filter.kernel
 
FactorySteerCoefficients.PolyOrder2 - Class in boofcv.factory.filter.kernel
 
FactorySteerCoefficients.PolyOrder3 - Class in boofcv.factory.filter.kernel
 
FactorySteerCoefficients.PolyOrder4 - Class in boofcv.factory.filter.kernel
 
FactorySteerCoefficients.Separable - Class in boofcv.factory.filter.kernel
 
FactoryThresholdBinary - Class in boofcv.factory.filter.binary
Factory for creating various filters which convert an input image into a binary one
FactoryThresholdBinary() - Constructor for class boofcv.factory.filter.binary.FactoryThresholdBinary
 
FactoryWaveletCoiflet - Class in boofcv.factory.transform.wavelet
Coiflet wavelets are designed to maintain a close match between the trend and the original signal.
FactoryWaveletCoiflet() - Constructor for class boofcv.factory.transform.wavelet.FactoryWaveletCoiflet
 
FactoryWaveletDaub - Class in boofcv.factory.transform.wavelet
Creates different variety of Daubechie (Daub) wavelets.
FactoryWaveletDaub() - Constructor for class boofcv.factory.transform.wavelet.FactoryWaveletDaub
 
FactoryWaveletHaar - Class in boofcv.factory.transform.wavelet
Coefficients for Haar wavelet.
FactoryWaveletHaar() - Constructor for class boofcv.factory.transform.wavelet.FactoryWaveletHaar
 
FactoryWaveletTransform - Class in boofcv.factory.transform.wavelet
Simplified factory for creating WaveletTransform.
FactoryWaveletTransform() - Constructor for class boofcv.factory.transform.wavelet.FactoryWaveletTransform
 
FactoryWeights - Class in boofcv.factory.weights
Factory for creating sample weight functions of different types.
FactoryWeights() - Constructor for class boofcv.factory.weights.FactoryWeights
 
FastQueueArray_F64 - Class in boofcv.struct
 
FastQueueArray_F64(int) - Constructor for class boofcv.struct.FastQueueArray_F64
 
FastQueueArray_I32 - Class in boofcv.struct
 
FastQueueArray_I32(int) - Constructor for class boofcv.struct.FastQueueArray_I32
 
FDistort - Class in boofcv.abst.distort
High level interface for rendering a distorted image into another one.
FDistort(ImageBase, ImageBase) - Constructor for class boofcv.abst.distort.FDistort
Constructor in which input and output images are specified.
FDistort(ImageType) - Constructor for class boofcv.abst.distort.FDistort
Constructor
FDistort() - Constructor for class boofcv.abst.distort.FDistort
 
FftBorderType - Enum in boofcv.alg.transform.fft
Used to specify which technique should be used when expanding an image's border for use with FFT
fill(Kernel2D_F32, float) - Static method in class boofcv.alg.filter.kernel.KernelMath
 
fill(Kernel2D_I32, int) - Static method in class boofcv.alg.filter.kernel.KernelMath
 
fill(ImageBase, double) - Static method in class boofcv.alg.misc.GImageMiscOps
Computes the mean of the absolute value of the difference between the two images.
fill(ImageBase, double[]) - Static method in class boofcv.alg.misc.GImageMiscOps
Computes the mean of the absolute value of the difference between the two images.
fill(InterleavedI8, byte...) - Static method in class boofcv.alg.misc.ImageInterleavedTestingOps
Fills the whole image with the specified pixel value
fill(ImageInt8, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Fills the whole image with the specified value
fill(InterleavedI8, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Fills the whole image with the specified value
fill(InterleavedI8, int[]) - Static method in class boofcv.alg.misc.ImageMiscOps
Fills each band in the image with the specified values
fill(ImageInt16, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Fills the whole image with the specified value
fill(InterleavedI16, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Fills the whole image with the specified value
fill(InterleavedI16, int[]) - Static method in class boofcv.alg.misc.ImageMiscOps
Fills each band in the image with the specified values
fill(ImageSInt32, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Fills the whole image with the specified value
fill(InterleavedS32, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Fills the whole image with the specified value
fill(InterleavedS32, int[]) - Static method in class boofcv.alg.misc.ImageMiscOps
Fills each band in the image with the specified values
fill(ImageSInt64, long) - Static method in class boofcv.alg.misc.ImageMiscOps
Fills the whole image with the specified value
fill(InterleavedS64, long) - Static method in class boofcv.alg.misc.ImageMiscOps
Fills the whole image with the specified value
fill(InterleavedS64, long[]) - Static method in class boofcv.alg.misc.ImageMiscOps
Fills each band in the image with the specified values
fill(ImageFloat32, float) - Static method in class boofcv.alg.misc.ImageMiscOps
Fills the whole image with the specified value
fill(InterleavedF32, float) - Static method in class boofcv.alg.misc.ImageMiscOps
Fills the whole image with the specified value
fill(InterleavedF32, float[]) - Static method in class boofcv.alg.misc.ImageMiscOps
Fills each band in the image with the specified values
fill(ImageFloat64, double) - Static method in class boofcv.alg.misc.ImageMiscOps
Fills the whole image with the specified value
fill(InterleavedF64, double) - Static method in class boofcv.alg.misc.ImageMiscOps
Fills the whole image with the specified value
fill(InterleavedF64, double[]) - Static method in class boofcv.alg.misc.ImageMiscOps
Fills each band in the image with the specified values
fillBand(ImageMultiBand, int, double) - Static method in class boofcv.alg.misc.GImageMiscOps
Computes the mean of the absolute value of the difference between the two images.
fillBand(InterleavedI8, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Fills one band in the image with the specified value
fillBand(InterleavedI16, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Fills one band in the image with the specified value
fillBand(InterleavedS32, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Fills one band in the image with the specified value
fillBand(InterleavedS64, int, long) - Static method in class boofcv.alg.misc.ImageMiscOps
Fills one band in the image with the specified value
fillBand(InterleavedF32, int, float) - Static method in class boofcv.alg.misc.ImageMiscOps
Fills one band in the image with the specified value
fillBand(InterleavedF64, int, double) - Static method in class boofcv.alg.misc.ImageMiscOps
Fills one band in the image with the specified value
fillBorder(ImageBase, double, int) - Static method in class boofcv.alg.misc.GImageMiscOps
Fills the outside border with the specified value
fillBorder(ImageInt8, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Fills the outside border with the specified value
fillBorder(ImageInt16, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Fills the outside border with the specified value
fillBorder(ImageSInt32, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Fills the outside border with the specified value
fillBorder(ImageSInt64, long, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Fills the outside border with the specified value
fillBorder(ImageFloat32, float, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Fills the outside border with the specified value
fillBorder(ImageFloat64, double, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Fills the outside border with the specified value
fillGaussian(ImageBase, Random, double, double, double, double) - Static method in class boofcv.alg.misc.GImageMiscOps
Sets each value in the image to a value drawn from a Gaussian distribution.
fillGaussian(ImageInt8, Random, double, double, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Sets each value in the image to a value drawn from a Gaussian distribution.
fillGaussian(InterleavedI8, Random, double, double, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Sets each value in the image to a value drawn from a Gaussian distribution.
fillGaussian(ImageInt16, Random, double, double, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Sets each value in the image to a value drawn from a Gaussian distribution.
fillGaussian(InterleavedI16, Random, double, double, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Sets each value in the image to a value drawn from a Gaussian distribution.
fillGaussian(ImageSInt32, Random, double, double, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Sets each value in the image to a value drawn from a Gaussian distribution.
fillGaussian(InterleavedS32, Random, double, double, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Sets each value in the image to a value drawn from a Gaussian distribution.
fillGaussian(ImageSInt64, Random, double, double, long, long) - Static method in class boofcv.alg.misc.ImageMiscOps
Sets each value in the image to a value drawn from a Gaussian distribution.
fillGaussian(InterleavedS64, Random, double, double, long, long) - Static method in class boofcv.alg.misc.ImageMiscOps
Sets each value in the image to a value drawn from a Gaussian distribution.
fillGaussian(ImageFloat32, Random, double, double, float, float) - Static method in class boofcv.alg.misc.ImageMiscOps
Sets each value in the image to a value drawn from a Gaussian distribution.
fillGaussian(InterleavedF32, Random, double, double, float, float) - Static method in class boofcv.alg.misc.ImageMiscOps
Sets each value in the image to a value drawn from a Gaussian distribution.
fillGaussian(ImageFloat64, Random, double, double, double, double) - Static method in class boofcv.alg.misc.ImageMiscOps
Sets each value in the image to a value drawn from a Gaussian distribution.
fillGaussian(InterleavedF64, Random, double, double, double, double) - Static method in class boofcv.alg.misc.ImageMiscOps
Sets each value in the image to a value drawn from a Gaussian distribution.
fillRectangle(ImageBase, double, int, int, int, int) - Static method in class boofcv.alg.misc.GImageMiscOps
Draws a filled rectangle that is aligned along the image axis inside the image.
fillRectangle(ImageInt8, int, int, int, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Draws a filled rectangle that is aligned along the image axis inside the image.
fillRectangle(InterleavedI8, byte, int, int, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Draws a filled rectangle that is aligned along the image axis inside the image.
fillRectangle(ImageInt16, int, int, int, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Draws a filled rectangle that is aligned along the image axis inside the image.
fillRectangle(InterleavedI16, short, int, int, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Draws a filled rectangle that is aligned along the image axis inside the image.
fillRectangle(ImageSInt32, int, int, int, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Draws a filled rectangle that is aligned along the image axis inside the image.
fillRectangle(InterleavedS32, int, int, int, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Draws a filled rectangle that is aligned along the image axis inside the image.
fillRectangle(ImageSInt64, long, int, int, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Draws a filled rectangle that is aligned along the image axis inside the image.
fillRectangle(InterleavedS64, long, int, int, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Draws a filled rectangle that is aligned along the image axis inside the image.
fillRectangle(ImageFloat32, float, int, int, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Draws a filled rectangle that is aligned along the image axis inside the image.
fillRectangle(InterleavedF32, float, int, int, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Draws a filled rectangle that is aligned along the image axis inside the image.
fillRectangle(ImageFloat64, double, int, int, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Draws a filled rectangle that is aligned along the image axis inside the image.
fillRectangle(InterleavedF64, double, int, int, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Draws a filled rectangle that is aligned along the image axis inside the image.
fillUniform(ImageBase, Random, double, double) - Static method in class boofcv.alg.misc.GImageMiscOps
Sets each value in the image to a value drawn from an uniform distribution that has a range of min <= X < max.
fillUniform(ImageInt8, Random, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Sets each value in the image to a value drawn from an uniform distribution that has a range of min <= X < max.
fillUniform(InterleavedI8, Random, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Sets each value in the image to a value drawn from an uniform distribution that has a range of min <= X < max.
fillUniform(ImageInt16, Random, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Sets each value in the image to a value drawn from an uniform distribution that has a range of min <= X < max.
fillUniform(InterleavedI16, Random, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Sets each value in the image to a value drawn from an uniform distribution that has a range of min <= X < max.
fillUniform(ImageSInt32, Random, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Sets each value in the image to a value drawn from an uniform distribution that has a range of min <= X < max.
fillUniform(InterleavedS32, Random, int, int) - Static method in class boofcv.alg.misc.ImageMiscOps
Sets each value in the image to a value drawn from an uniform distribution that has a range of min <= X < max.
fillUniform(ImageSInt64, Random, long, long) - Static method in class boofcv.alg.misc.ImageMiscOps
Sets each value in the image to a value drawn from an uniform distribution that has a range of min <= X < max.
fillUniform(InterleavedS64, Random, long, long) - Static method in class boofcv.alg.misc.ImageMiscOps
Sets each value in the image to a value drawn from an uniform distribution that has a range of min <= X < max.
fillUniform(ImageFloat32, Random, float, float) - Static method in class boofcv.alg.misc.ImageMiscOps
Sets each value in the image to a value drawn from an uniform distribution that has a range of min <= X < max.
fillUniform(InterleavedF32, Random, float, float) - Static method in class boofcv.alg.misc.ImageMiscOps
Sets each value in the image to a value drawn from an uniform distribution that has a range of min <= X < max.
fillUniform(ImageFloat64, Random, double, double) - Static method in class boofcv.alg.misc.ImageMiscOps
Sets each value in the image to a value drawn from an uniform distribution that has a range of min <= X < max.
fillUniform(InterleavedF64, Random, double, double) - Static method in class boofcv.alg.misc.ImageMiscOps
Sets each value in the image to a value drawn from an uniform distribution that has a range of min <= X < max.
filter(ImagePyramid<I>, FilterImageInterface<I, O>, O[]) - Static method in class boofcv.alg.transform.pyramid.PyramidOps
Runs an image filter through each layer in the pyramid.
FilterImageInterface<Input extends ImageBase,Output extends ImageBase> - Interface in boofcv.abst.filter
Generalized interface for processing images.
FilterImageReflection<Input extends ImageSingleBand,Output extends ImageSingleBand> - Class in boofcv.abst.filter
Turns functions into implementations of FilterImageInterface Wraps around any function which has two images as input and output.
FilterImageReflection(Class, String, int, int, Class<Input>, Class<Output>) - Constructor for class boofcv.abst.filter.FilterImageReflection
 
FilterImageReflection(Method, int, int, Class<Input>, Class<Output>) - Constructor for class boofcv.abst.filter.FilterImageReflection
 
FilterSequence<Input extends ImageSingleBand,Output extends ImageSingleBand> - Class in boofcv.abst.filter
Applies a sequence of filters.
FilterSequence(FilterImageInterface<Input, Output>, FilterImageInterface<Output, Output>...) - Constructor for class boofcv.abst.filter.FilterSequence
 
findMatches(File, String) - Static method in class boofcv.misc.BoofMiscOps
Looks for file names which match the regex in the directory.
findMatches(String) - Static method in class boofcv.misc.BoofMiscOps
Looks up all files which are in the specified directory and match the regex.
Example: path/to/input/image\d*.jpg
findMethod(Class<?>, String, Class<?>...) - Static method in class boofcv.testing.BoofTesting
Searches for a function which is a perfect match.
findMethodThenCall(Object, String, Class, String) - Static method in class boofcv.testing.BoofTesting
Searches for all functions with the specified name in the target class.
findOnePixels(GrowQueue_I32) - Method in class boofcv.alg.filter.binary.impl.BinaryThinning
Scans through the image and record the array index of all marked pixels
fixed(double) - Static method in class boofcv.factory.filter.binary.ConfigThreshold
 
fixedThreshold - Variable in class boofcv.factory.filter.binary.ConfigThreshold
The threshold to apply to the image.
flipHorizontal(ImageBase) - Static method in class boofcv.alg.misc.GImageMiscOps
Flips the image from left to right
flipHorizontal(ImageInt8) - Static method in class boofcv.alg.misc.ImageMiscOps
Flips the image from left to right
flipHorizontal(ImageInt16) - Static method in class boofcv.alg.misc.ImageMiscOps
Flips the image from left to right
flipHorizontal(ImageSInt32) - Static method in class boofcv.alg.misc.ImageMiscOps
Flips the image from left to right
flipHorizontal(ImageSInt64) - Static method in class boofcv.alg.misc.ImageMiscOps
Flips the image from left to right
flipHorizontal(ImageFloat32) - Static method in class boofcv.alg.misc.ImageMiscOps
Flips the image from left to right
flipHorizontal(ImageFloat64) - Static method in class boofcv.alg.misc.ImageMiscOps
Flips the image from left to right
flipVertical(ImageBase) - Static method in class boofcv.alg.misc.GImageMiscOps
Flips the image from top to bottom
flipVertical(ImageInt8) - Static method in class boofcv.alg.misc.ImageMiscOps
Flips the image from top to bottom
flipVertical(ImageInt16) - Static method in class boofcv.alg.misc.ImageMiscOps
Flips the image from top to bottom
flipVertical(ImageSInt32) - Static method in class boofcv.alg.misc.ImageMiscOps
Flips the image from top to bottom
flipVertical(ImageSInt64) - Static method in class boofcv.alg.misc.ImageMiscOps
Flips the image from top to bottom
flipVertical(ImageFloat32) - Static method in class boofcv.alg.misc.ImageMiscOps
Flips the image from top to bottom
flipVertical(ImageFloat64) - Static method in class boofcv.alg.misc.ImageMiscOps
Flips the image from top to bottom
floatGaussian(double[], double[], Class<T>) - Static method in class boofcv.factory.transform.pyramid.FactoryPyramid
Creates a float pyramid where each layer is blurred using a Gaussian with the specified sigma.
forward(I, T) - Method in interface boofcv.abst.transform.fft.DiscreteFourierTransform
Applies forward transform to the input image.
forward(ImageFloat32, InterleavedF32) - Method in class boofcv.abst.transform.fft.GeneralFft_to_DiscreteFourierTransform_F32
 
forward(ImageFloat64, InterleavedF64) - Method in class boofcv.abst.transform.fft.GeneralFft_to_DiscreteFourierTransform_F64
 
forward - Variable in class boofcv.struct.wavelet.WaveletDescription
 

G

gaussian(ImageUInt8, ImageUInt8, double, int, ImageUInt8) - Static method in class boofcv.alg.filter.blur.BlurImageOps
Applies Gaussian blur.
gaussian(ImageFloat32, ImageFloat32, double, int, ImageFloat32) - Static method in class boofcv.alg.filter.blur.BlurImageOps
Applies Gaussian blur.
gaussian(MultiSpectral<T>, MultiSpectral<T>, double, int, T) - Static method in class boofcv.alg.filter.blur.BlurImageOps
Applies Gaussian blur to a MultiSpectral
gaussian(T, T, double, int, T) - Static method in class boofcv.alg.filter.blur.GBlurImageOps
Applies Gaussian blur to a ImageSingleBand
gaussian(Class<T>, double, int) - Static method in class boofcv.factory.filter.blur.FactoryBlurFilter
Creates a Gaussian filter for the specified image type.
gaussian(double, int, Class<I>, Class<D>) - Static method in class boofcv.factory.filter.derivative.FactoryDerivative
 
gaussian(Class<T>, double, int) - Static method in class boofcv.factory.filter.kernel.FactoryKernelGaussian
Creates a Gaussian kernel of the specified type.
gaussian(int, boolean, int, double, int) - Static method in class boofcv.factory.filter.kernel.FactoryKernelGaussian
Creates a Gaussian kernel with the specified properties.
gaussian(Class<K>, int, int, double, int) - Static method in class boofcv.factory.filter.kernel.FactorySteerable
Steerable filter for 2D Gaussian derivatives.
gaussian1D(Class<T>, double, int) - Static method in class boofcv.factory.filter.kernel.FactoryKernelGaussian
Creates a 1D Gaussian kernel of the specified type.
gaussian1D_F32(double, int, boolean) - Static method in class boofcv.factory.filter.kernel.FactoryKernelGaussian
Creates a floating point Gaussian kernel with the sigma and radius.
gaussian1D_F64(double, int, boolean) - Static method in class boofcv.factory.filter.kernel.FactoryKernelGaussian
 
gaussian2D(Class<T>, double, int) - Static method in class boofcv.factory.filter.kernel.FactoryKernelGaussian
Creates a 2D Gaussian kernel of the specified type.
gaussian2D_F32(double, int, boolean) - Static method in class boofcv.factory.filter.kernel.FactoryKernelGaussian
Creates a kernel for a 2D convolution.
gaussian2D_F64(double, int, boolean) - Static method in class boofcv.factory.filter.kernel.FactoryKernelGaussian
 
gaussian_F32(double, int) - Static method in class boofcv.factory.filter.derivative.FactoryDerivative
 
gaussian_U8(double, int) - Static method in class boofcv.factory.filter.derivative.FactoryDerivative
 
GaussianScaleSpace<T extends ImageSingleBand,D extends ImageSingleBand> - Interface in boofcv.struct.gss
Interface for computing the scale space of an image and its derivatives.
gaussianWidth(double, int) - Static method in class boofcv.factory.filter.kernel.FactoryKernelGaussian
Create a gaussian kernel based on its width.
GBlurImageOps - Class in boofcv.alg.filter.blur
Generalized functions for applying different image blur operators.
GBlurImageOps() - Constructor for class boofcv.alg.filter.blur.GBlurImageOps
 
GConvertImage - Class in boofcv.core.image
Generalized functions for converting between different image types.
GConvertImage() - Constructor for class boofcv.core.image.GConvertImage
 
GConvolveImageOps - Class in boofcv.alg.filter.convolve
Image type agnostic convolution functions
GConvolveImageOps() - Constructor for class boofcv.alg.filter.convolve.GConvolveImageOps
 
GDiscreteFourierTransformOps - Class in boofcv.alg.transform.fft
Implementation of functions in DiscreteFourierTransformOps which are image type agnostic
GDiscreteFourierTransformOps() - Constructor for class boofcv.alg.transform.fft.GDiscreteFourierTransformOps
 
GeneralFft_to_DiscreteFourierTransform_F32 - Class in boofcv.abst.transform.fft
Wrapper around GeneralPurposeFFT_F32_2D which implements DiscreteFourierTransform
GeneralFft_to_DiscreteFourierTransform_F32() - Constructor for class boofcv.abst.transform.fft.GeneralFft_to_DiscreteFourierTransform_F32
 
GeneralFft_to_DiscreteFourierTransform_F64 - Class in boofcv.abst.transform.fft
Wrapper around GeneralPurposeFFT_F64_2D which implements DiscreteFourierTransform
GeneralFft_to_DiscreteFourierTransform_F64() - Constructor for class boofcv.abst.transform.fft.GeneralFft_to_DiscreteFourierTransform_F64
 
GeneralizedImageOps - Class in boofcv.core.image
Operations that return information about the specific image.
GeneralizedImageOps() - Constructor for class boofcv.core.image.GeneralizedImageOps
 
GeneralPurposeFFT_F32_1D - Class in boofcv.alg.transform.fft
Computes 1D Discrete Fourier Transform (DFT) of complex and real, float precision data.
GeneralPurposeFFT_F32_1D(int) - Constructor for class boofcv.alg.transform.fft.GeneralPurposeFFT_F32_1D
Creates new instance of DoubleFFT_1D.
GeneralPurposeFFT_F32_2D - Class in boofcv.alg.transform.fft
Computes 2D Discrete Fourier Transform (DFT) of complex and real, float precision data.
GeneralPurposeFFT_F32_2D(int, int) - Constructor for class boofcv.alg.transform.fft.GeneralPurposeFFT_F32_2D
Creates new instance of DoubleFFT_2D.
GeneralPurposeFFT_F64_1D - Class in boofcv.alg.transform.fft
Computes 1D Discrete Fourier Transform (DFT) of complex and real, double precision data.
GeneralPurposeFFT_F64_1D(int) - Constructor for class boofcv.alg.transform.fft.GeneralPurposeFFT_F64_1D
Creates new instance of DoubleFFT_1D.
GeneralPurposeFFT_F64_2D - Class in boofcv.alg.transform.fft
Computes 2D Discrete Fourier Transform (DFT) of complex and real, double precision data.
GeneralPurposeFFT_F64_2D(int, int) - Constructor for class boofcv.alg.transform.fft.GeneralPurposeFFT_F64_2D
Creates new instance of DoubleFFT_2D.
generate(boolean, int) - Static method in class boofcv.factory.transform.wavelet.FactoryWaveletHaar
 
generate() - Method in class boofcv.misc.CodeGeneratorBase
Creates
generate_F32(int) - Static method in class boofcv.factory.transform.wavelet.FactoryWaveletCoiflet
Creates a description of a Coiflet of order I wavelet.
generator - Variable in class boofcv.struct.pyramid.ImagePyramidBase
 
generic(BorderType, ImageType<T>) - Static method in class boofcv.core.image.border.FactoryImageBorder
 
GenericConvolve<Input extends ImageSingleBand,Output extends ImageSingleBand> - Class in boofcv.abst.filter.convolve
Generalized interface for filtering images with convolution kernels.
GenericConvolve(Method, KernelBase, BorderType, Class<Input>, Class<Output>) - Constructor for class boofcv.abst.filter.convolve.GenericConvolve
 
GenericConvolveDown<Input extends ImageSingleBand,Output extends ImageSingleBand> - Class in boofcv.abst.filter.convolve
Generalized interface for filtering images with convolution kernels while skipping pixels.
GenericConvolveDown(Method, KernelBase, BorderType, int, Class<Input>, Class<Output>) - Constructor for class boofcv.abst.filter.convolve.GenericConvolveDown
 
genericValue(double, ImageType<T>) - Static method in class boofcv.core.image.border.FactoryImageBorder
 
GEnhanceImageOps - Class in boofcv.alg.enhance
Weakly typed version of EnhanceImageOps.
GEnhanceImageOps() - Constructor for class boofcv.alg.enhance.GEnhanceImageOps
 
get(float, float, float[]) - Method in class boofcv.abst.filter.interpolate.InterpolatePixel_MS_using_SB
 
get(float, float) - Method in class boofcv.alg.interpolate.impl.ImplBilinearPixel_F32
 
get(float, float) - Method in class boofcv.alg.interpolate.impl.ImplBilinearPixel_F64
 
get(float, float, float[]) - Method in class boofcv.alg.interpolate.impl.ImplBilinearPixel_IL_F32
 
get(float, float, float[]) - Method in class boofcv.alg.interpolate.impl.ImplBilinearPixel_IL_F64
 
get(float, float, float[]) - Method in class boofcv.alg.interpolate.impl.ImplBilinearPixel_IL_S16
 
get(float, float, float[]) - Method in class boofcv.alg.interpolate.impl.ImplBilinearPixel_IL_S32
 
get(float, float, float[]) - Method in class boofcv.alg.interpolate.impl.ImplBilinearPixel_IL_U8
 
get(float, float) - Method in class boofcv.alg.interpolate.impl.ImplBilinearPixel_S16
 
get(float, float) - Method in class boofcv.alg.interpolate.impl.ImplBilinearPixel_S32
 
get(float, float) - Method in class boofcv.alg.interpolate.impl.ImplBilinearPixel_U8
 
get(float, float) - Method in class boofcv.alg.interpolate.impl.ImplInterpolatePixelConvolution_F32
 
get(float, float) - Method in class boofcv.alg.interpolate.impl.ImplInterpolatePixelConvolution_S16
 
get(float, float) - Method in class boofcv.alg.interpolate.impl.ImplInterpolatePixelConvolution_U8
 
get(float, float) - Method in class boofcv.alg.interpolate.impl.ImplPolynomialPixel_F32
 
get(float, float) - Method in class boofcv.alg.interpolate.impl.ImplPolynomialPixel_I
 
get(float, float) - Method in class boofcv.alg.interpolate.impl.NearestNeighborPixel_F32
 
get(float, float, float[]) - Method in class boofcv.alg.interpolate.impl.NearestNeighborPixel_IL_F32
 
get(float, float, float[]) - Method in class boofcv.alg.interpolate.impl.NearestNeighborPixel_IL_S16
 
get(float, float, float[]) - Method in class boofcv.alg.interpolate.impl.NearestNeighborPixel_IL_S32
 
get(float, float, float[]) - Method in class boofcv.alg.interpolate.impl.NearestNeighborPixel_IL_U16
 
get(float, float, float[]) - Method in class boofcv.alg.interpolate.impl.NearestNeighborPixel_IL_U8
 
get(float, float) - Method in class boofcv.alg.interpolate.impl.NearestNeighborPixel_S16
 
get(float, float) - Method in class boofcv.alg.interpolate.impl.NearestNeighborPixel_S32
 
get(float, float) - Method in class boofcv.alg.interpolate.impl.NearestNeighborPixel_U16
 
get(float, float) - Method in class boofcv.alg.interpolate.impl.NearestNeighborPixel_U8
 
get(float, float, float[]) - Method in class boofcv.alg.interpolate.InterpolatePixel_S_to_MB
 
get(float, float, float[]) - Method in interface boofcv.alg.interpolate.InterpolatePixelMB
Returns the interpolated pixel values at the specified location while taking in account the image border.
get(float, float) - Method in interface boofcv.alg.interpolate.InterpolatePixelS
Returns the interpolated pixel value at the specified location while checking to see if border conditions apply.
get(int, int) - Method in class boofcv.core.image.border.ImageBorder_F32
 
get(int, int) - Method in class boofcv.core.image.border.ImageBorder_F64
 
get(int, int, float[]) - Method in class boofcv.core.image.border.ImageBorder_IL_F32
 
get(int, int, double[]) - Method in class boofcv.core.image.border.ImageBorder_IL_F64
 
get(int, int, int[]) - Method in class boofcv.core.image.border.ImageBorder_IL_S32
 
get(int, int, long[]) - Method in class boofcv.core.image.border.ImageBorder_IL_S64
 
get(int, int) - Method in class boofcv.core.image.border.ImageBorder_S32
 
get(int, int) - Method in class boofcv.core.image.border.ImageBorder_S64
 
get(int, int, float[]) - Method in class boofcv.core.image.FactoryGImageMultiBand.Border_IL_F32
 
get(int, int, float[]) - Method in class boofcv.core.image.FactoryGImageMultiBand.Border_IL_F64
 
get(int, int, float[]) - Method in class boofcv.core.image.FactoryGImageMultiBand.Border_IL_S32
 
get(int, int, float[]) - Method in class boofcv.core.image.FactoryGImageMultiBand.GSingleToMB
 
get(int, int, float[]) - Method in class boofcv.core.image.FactoryGImageMultiBand.IL_F32
 
get(int, int, float[]) - Method in class boofcv.core.image.FactoryGImageMultiBand.IL_S8
 
get(int, int, float[]) - Method in class boofcv.core.image.FactoryGImageMultiBand.IL_U8
 
get(int, int, float[]) - Method in class boofcv.core.image.FactoryGImageMultiBand.MS
 
get(int, int) - Method in class boofcv.core.image.FactoryGImageSingleBand.Border_F32
 
get(int, int) - Method in class boofcv.core.image.FactoryGImageSingleBand.Border_F64
 
get(int, int) - Method in class boofcv.core.image.FactoryGImageSingleBand.Border_I32
 
get(int, int) - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingle_F32
 
get(int, int) - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingle_F64
 
get(int, int) - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingle_I64
 
get(int, int) - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingle_S16
 
get(int, int) - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingle_S32
 
get(int, int) - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingle_S8
 
get(int, int) - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingle_U16
 
get(int, int) - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingle_U8
 
get(ImageSingleBand, int, int) - Static method in class boofcv.core.image.GeneralizedImageOps
 
get(ImageBase, int, int, int) - Static method in class boofcv.core.image.GeneralizedImageOps
 
get(ImageInterleaved, int, int, int) - Static method in class boofcv.core.image.GeneralizedImageOps
 
get(int, int, float[]) - Method in interface boofcv.core.image.GImageMultiBand
 
get(int, int) - Method in interface boofcv.core.image.GImageSingleBand
 
get(int, int) - Method in class boofcv.core.image.GImageSingleBandDistorted
 
get(int) - Method in class boofcv.struct.convolve.Kernel1D_F32
 
get(int) - Method in class boofcv.struct.convolve.Kernel1D_F64
 
get(int) - Method in class boofcv.struct.convolve.Kernel1D_I32
 
get(int, int) - Method in class boofcv.struct.convolve.Kernel2D_F32
 
get(int, int) - Method in class boofcv.struct.convolve.Kernel2D_F64
 
get(int, int) - Method in class boofcv.struct.convolve.Kernel2D_I32
 
get(int, int) - Method in class boofcv.struct.image.ImageFloat32
Returns the value of the specified pixel.
get(int, int) - Method in class boofcv.struct.image.ImageFloat64
Returns the value of the specified pixel.
get(int, int) - Method in class boofcv.struct.image.ImageInteger
Returns the value of the specified pixel.
get(int, int) - Method in class boofcv.struct.image.ImageSInt64
Returns the value of the specified pixel.
get(int, int, float[]) - Method in class boofcv.struct.image.InterleavedF32
Returns the pixel's value for all the bands as an array.
get(int, int, double[]) - Method in class boofcv.struct.image.InterleavedF64
Returns the pixel's value for all the bands as an array.
get(int, int, short[]) - Method in class boofcv.struct.image.InterleavedI16
Returns the pixel's value for all the bands as an array.
get(int, int, byte[]) - Method in class boofcv.struct.image.InterleavedI8
Returns the pixel's value for all the bands as an array.
get(int, int, int[]) - Method in class boofcv.struct.image.InterleavedInteger
Returns the pixel's value for all the bands as an array.
get(int, int, long[]) - Method in class boofcv.struct.image.InterleavedS64
Returns the pixel's value for all the bands as an array.
get(int) - Method in class boofcv.struct.WrapArrayIntoList
 
get1DType(Class<K2>) - Static method in class boofcv.factory.filter.kernel.FactoryKernel
 
get_border(float, float) - Method in class boofcv.alg.interpolate.impl.ImplBilinearPixel_F32
 
get_border(float, float) - Method in class boofcv.alg.interpolate.impl.ImplBilinearPixel_F64
 
get_border(float, float, float[]) - Method in class boofcv.alg.interpolate.impl.ImplBilinearPixel_IL_F32
 
get_border(float, float, float[]) - Method in class boofcv.alg.interpolate.impl.ImplBilinearPixel_IL_F64
 
get_border(float, float, float[]) - Method in class boofcv.alg.interpolate.impl.ImplBilinearPixel_IL_S16
 
get_border(float, float, float[]) - Method in class boofcv.alg.interpolate.impl.ImplBilinearPixel_IL_S32
 
get_border(float, float, float[]) - Method in class boofcv.alg.interpolate.impl.ImplBilinearPixel_IL_U8
 
get_border(float, float) - Method in class boofcv.alg.interpolate.impl.ImplBilinearPixel_S16
 
get_border(float, float) - Method in class boofcv.alg.interpolate.impl.ImplBilinearPixel_S32
 
get_border(float, float) - Method in class boofcv.alg.interpolate.impl.ImplBilinearPixel_U8
 
get_border(float, float) - Method in class boofcv.alg.interpolate.impl.ImplInterpolatePixelConvolution_F32
 
get_border(float, float) - Method in class boofcv.alg.interpolate.impl.ImplInterpolatePixelConvolution_S16
 
get_border(float, float) - Method in class boofcv.alg.interpolate.impl.ImplInterpolatePixelConvolution_U8
 
get_border(float, float) - Method in class boofcv.alg.interpolate.impl.ImplPolynomialPixel_F32
 
get_border(float, float) - Method in class boofcv.alg.interpolate.impl.ImplPolynomialPixel_I
 
get_border(float, float) - Method in class boofcv.alg.interpolate.impl.NearestNeighborPixel_F32
 
get_border(float, float) - Method in class boofcv.alg.interpolate.impl.NearestNeighborPixel_S16
 
get_border(float, float) - Method in class boofcv.alg.interpolate.impl.NearestNeighborPixel_S32
 
get_border(float, float) - Method in class boofcv.alg.interpolate.impl.NearestNeighborPixel_U16
 
get_border(float, float) - Method in class boofcv.alg.interpolate.impl.NearestNeighborPixel_U8
 
get_fast(float, float, float[]) - Method in class boofcv.abst.filter.interpolate.InterpolatePixel_MS_using_SB
 
get_fast(float, float) - Method in class boofcv.alg.interpolate.impl.ImplBilinearPixel_F32
 
get_fast(float, float) - Method in class boofcv.alg.interpolate.impl.ImplBilinearPixel_F64
 
get_fast(float, float, float[]) - Method in class boofcv.alg.interpolate.impl.ImplBilinearPixel_IL_F32
 
get_fast(float, float, float[]) - Method in class boofcv.alg.interpolate.impl.ImplBilinearPixel_IL_F64
 
get_fast(float, float, float[]) - Method in class boofcv.alg.interpolate.impl.ImplBilinearPixel_IL_S16
 
get_fast(float, float, float[]) - Method in class boofcv.alg.interpolate.impl.ImplBilinearPixel_IL_S32
 
get_fast(float, float, float[]) - Method in class boofcv.alg.interpolate.impl.ImplBilinearPixel_IL_U8
 
get_fast(float, float) - Method in class boofcv.alg.interpolate.impl.ImplBilinearPixel_S16
 
get_fast(float, float) - Method in class boofcv.alg.interpolate.impl.ImplBilinearPixel_S32
 
get_fast(float, float) - Method in class boofcv.alg.interpolate.impl.ImplBilinearPixel_U8
 
get_fast(float, float) - Method in class boofcv.alg.interpolate.impl.ImplInterpolatePixelConvolution_F32
 
get_fast(float, float) - Method in class boofcv.alg.interpolate.impl.ImplInterpolatePixelConvolution_S16
 
get_fast(float, float) - Method in class boofcv.alg.interpolate.impl.ImplInterpolatePixelConvolution_U8
 
get_fast(float, float) - Method in class boofcv.alg.interpolate.impl.ImplPolynomialPixel_F32
 
get_fast(float, float) - Method in class boofcv.alg.interpolate.impl.ImplPolynomialPixel_I
 
get_fast(float, float) - Method in class boofcv.alg.interpolate.impl.NearestNeighborPixel_F32
 
get_fast(float, float, float[]) - Method in class boofcv.alg.interpolate.impl.NearestNeighborPixel_IL_F32
 
get_fast(float, float, float[]) - Method in class boofcv.alg.interpolate.impl.NearestNeighborPixel_IL_S16
 
get_fast(float, float, float[]) - Method in class boofcv.alg.interpolate.impl.NearestNeighborPixel_IL_S32
 
get_fast(float, float, float[]) - Method in class boofcv.alg.interpolate.impl.NearestNeighborPixel_IL_U16
 
get_fast(float, float, float[]) - Method in class boofcv.alg.interpolate.impl.NearestNeighborPixel_IL_U8
 
get_fast(float, float) - Method in class boofcv.alg.interpolate.impl.NearestNeighborPixel_S16
 
get_fast(float, float) - Method in class boofcv.alg.interpolate.impl.NearestNeighborPixel_S32
 
get_fast(float, float) - Method in class boofcv.alg.interpolate.impl.NearestNeighborPixel_U16
 
get_fast(float, float) - Method in class boofcv.alg.interpolate.impl.NearestNeighborPixel_U8
 
get_fast(float, float, float[]) - Method in class boofcv.alg.interpolate.InterpolatePixel_S_to_MB
 
get_fast(float, float, float[]) - Method in interface boofcv.alg.interpolate.InterpolatePixelMB
Returns the interpolated pixel values at the specified location while assuming it is inside the image far away from the border.
get_fast(float, float) - Method in interface boofcv.alg.interpolate.InterpolatePixelS
Returns the interpolated pixel value at the specified location while assuming it is inside the image far away from the border.
get_unsafe(int, int, float[]) - Method in class boofcv.struct.image.InterleavedF32
 
get_unsafe(int, int, double[]) - Method in class boofcv.struct.image.InterleavedF64
 
get_unsafe(int, int, int[]) - Method in class boofcv.struct.image.InterleavedInteger
 
get_unsafe(int, int, int[]) - Method in class boofcv.struct.image.InterleavedS16
 
get_unsafe(int, int, int[]) - Method in class boofcv.struct.image.InterleavedS32
 
get_unsafe(int, int, long[]) - Method in class boofcv.struct.image.InterleavedS64
 
get_unsafe(int, int, int[]) - Method in class boofcv.struct.image.InterleavedS8
 
get_unsafe(int, int, int[]) - Method in class boofcv.struct.image.InterleavedU16
 
get_unsafe(int, int, int[]) - Method in class boofcv.struct.image.InterleavedU8
 
getAbbreviatedType() - Method in enum boofcv.misc.AutoTypeImage
 
getBand(int, int, int) - Method in class boofcv.struct.image.InterleavedF32
Returns the value of the specified band in the specified pixel.
getBand(int, int, int) - Method in class boofcv.struct.image.InterleavedF64
Returns the value of the specified band in the specified pixel.
getBand(int, int, int) - Method in class boofcv.struct.image.InterleavedInteger
Returns the value of the specified band in the specified pixel.
getBand(int, int, int) - Method in class boofcv.struct.image.InterleavedS16
Returns the value of the specified band in the specified pixel.
getBand(int, int, int) - Method in class boofcv.struct.image.InterleavedS32
Returns the value of the specified band in the specified pixel.
getBand(int, int, int) - Method in class boofcv.struct.image.InterleavedS64
Returns the value of the specified band in the specified pixel.
getBand(int, int, int) - Method in class boofcv.struct.image.InterleavedS8
Returns the value of the specified band in the specified pixel.
getBand(int, int, int) - Method in class boofcv.struct.image.InterleavedU16
Returns the value of the specified band in the specified pixel.
getBand(int, int, int) - Method in class boofcv.struct.image.InterleavedU8
Returns the value of the specified band in the specified pixel.
getBand(int) - Method in class boofcv.struct.image.MultiSpectral
Returns a band in the multi-band image.
getBands() - Method in class boofcv.struct.image.MultiSpectral
 
getBandType() - Method in class boofcv.struct.image.MultiSpectral
Type of image each band is stored as.
getBasis(int) - Method in class boofcv.alg.filter.kernel.impl.SteerableKernel_F32
 
getBasis(int) - Method in class boofcv.alg.filter.kernel.impl.SteerableKernel_I32
 
getBasis(int) - Method in interface boofcv.alg.filter.kernel.SteerableKernel
 
getBasisSize() - Method in class boofcv.alg.filter.kernel.impl.SteerableKernel_F32
 
getBasisSize() - Method in class boofcv.alg.filter.kernel.impl.SteerableKernel_I32
 
getBasisSize() - Method in interface boofcv.alg.filter.kernel.SteerableKernel
 
getBitWise() - Method in enum boofcv.misc.AutoTypeImage
 
getBorder() - Method in interface boofcv.abst.filter.derivative.ImageDerivative
How many pixels wide is the region that is not processed along the outside border of the image.
getBorder() - Method in class boofcv.abst.filter.derivative.ImageGradient_Gaussian
 
getBorder() - Method in class boofcv.abst.filter.derivative.ImageGradient_Reflection
 
getBorder() - Method in class boofcv.abst.filter.derivative.ImageHessian_Reflection
 
getBorder() - Method in class boofcv.abst.filter.derivative.ImageHessianDirect_Reflection
 
getBorder() - Method in class boofcv.abst.filter.interpolate.InterpolatePixel_MS_using_SB
 
getBorder() - Method in class boofcv.alg.interpolate.BilinearPixelMB
 
getBorder() - Method in class boofcv.alg.interpolate.BilinearPixelS
 
getBorder() - Method in class boofcv.alg.interpolate.impl.ImplInterpolatePixelConvolution_F32
 
getBorder() - Method in class boofcv.alg.interpolate.impl.ImplInterpolatePixelConvolution_S16
 
getBorder() - Method in class boofcv.alg.interpolate.impl.ImplInterpolatePixelConvolution_U8
 
getBorder() - Method in interface boofcv.alg.interpolate.InterpolatePixel
Returns the class which handles the image border
getBorder() - Method in class boofcv.alg.interpolate.InterpolatePixel_S_to_MB
 
getBorder() - Method in class boofcv.alg.interpolate.NearestNeighborPixelMB
 
getBorder() - Method in class boofcv.alg.interpolate.NearestNeighborPixelS
 
getBorder() - Method in class boofcv.alg.interpolate.PolynomialPixel
 
getBorder() - Method in class boofcv.struct.wavelet.WaveletDescription
Describes how border conditions along the image are handled
getBorderCoefficients(int) - Method in interface boofcv.struct.wavelet.WlBorderCoef
 
getBorderCoefficients(int) - Method in class boofcv.struct.wavelet.WlBorderCoefFixed
 
getBorderCoefficients(int) - Method in class boofcv.struct.wavelet.WlBorderCoefStandard
 
getBorderType() - Method in interface boofcv.abst.filter.convolve.ConvolveInterface
Returns how the image border is handled.
getBorderType() - Method in class boofcv.abst.filter.convolve.GenericConvolve
 
getBorderType() - Method in class boofcv.abst.filter.convolve.GenericConvolveDown
 
getBorderType() - Method in interface boofcv.abst.filter.derivative.ImageDerivative
Returns how the image borders are handled.
getBorderType() - Method in class boofcv.abst.filter.derivative.ImageGradient_Gaussian
 
getBorderType() - Method in class boofcv.abst.filter.derivative.ImageGradient_Reflection
 
getBorderType() - Method in class boofcv.abst.filter.derivative.ImageHessian_Reflection
 
getBorderType() - Method in class boofcv.abst.filter.derivative.ImageHessianDirect_Reflection
 
getBorderType() - Method in class boofcv.abst.transform.wavelet.impl.WaveletTransformFloat32
 
getBorderType() - Method in class boofcv.abst.transform.wavelet.impl.WaveletTransformInt
 
getBorderType() - Method in interface boofcv.abst.transform.wavelet.WaveletTransform
Returns how the borders are handled.
getBorderType() - Method in class boofcv.alg.transform.pyramid.NoCacheScaleSpace
 
getBorderType() - Method in interface boofcv.struct.gss.GaussianScaleSpace
Returns how image borders are processed.
getColWrap() - Method in class boofcv.core.image.border.ImageBorder1D_F32
 
getColWrap() - Method in class boofcv.core.image.border.ImageBorder1D_F64
 
getColWrap() - Method in class boofcv.core.image.border.ImageBorder1D_IL_F32
 
getColWrap() - Method in class boofcv.core.image.border.ImageBorder1D_IL_F64
 
getColWrap() - Method in class boofcv.core.image.border.ImageBorder1D_IL_S32
 
getColWrap() - Method in class boofcv.core.image.border.ImageBorder1D_IL_S64
 
getColWrap() - Method in class boofcv.core.image.border.ImageBorder1D_S32
 
getColWrap() - Method in class boofcv.core.image.border.ImageBorder1D_S64
 
getContours() - Method in class boofcv.alg.filter.binary.LinearContourLabelChang2004
 
getCurrentScale() - Method in class boofcv.alg.transform.pyramid.NoCacheScaleSpace
 
getCurrentScale() - Method in interface boofcv.struct.gss.GaussianScaleSpace
Returns the value of the current active scale.
getData() - Method in class boofcv.struct.convolve.Kernel1D_F32
 
getData() - Method in class boofcv.struct.convolve.Kernel1D_F64
 
getData() - Method in class boofcv.struct.convolve.Kernel1D_I32
 
getData() - Method in class boofcv.struct.convolve.Kernel2D_F32
 
getData() - Method in class boofcv.struct.convolve.Kernel2D_F64
 
getData() - Method in class boofcv.struct.convolve.Kernel2D_I32
 
getData() - Method in class boofcv.struct.image.ImageFloat32
 
getData() - Method in class boofcv.struct.image.ImageFloat64
 
getData() - Method in class boofcv.struct.image.ImageInt16
 
getData() - Method in class boofcv.struct.image.ImageInt8
 
getData() - Method in class boofcv.struct.image.ImageSInt32
 
getData() - Method in class boofcv.struct.image.ImageSInt64
 
getData0() - Method in class boofcv.struct.Tuple2
 
getData1() - Method in class boofcv.struct.Tuple2
 
getDataType() - Method in enum boofcv.misc.AutoTypeImage
 
getDataType() - Method in enum boofcv.struct.image.ImageDataType
The primitive data type used by each pixel.
getDataType() - Method in class boofcv.struct.image.ImageFloat
 
getDataType() - Method in class boofcv.struct.image.ImageFloat32
 
getDataType() - Method in class boofcv.struct.image.ImageFloat64
 
getDataType() - Method in class boofcv.struct.image.ImageInt16
 
getDataType() - Method in class boofcv.struct.image.ImageInt8
 
getDataType() - Method in class boofcv.struct.image.ImageInteger
 
getDataType() - Method in class boofcv.struct.image.ImageInterleaved
Returns image type information
getDataType() - Method in class boofcv.struct.image.ImageSingleBand
Returns image type information
getDataType() - Method in class boofcv.struct.image.ImageSInt16
 
getDataType() - Method in class boofcv.struct.image.ImageSInt32
 
getDataType() - Method in class boofcv.struct.image.ImageSInt64
 
getDataType() - Method in class boofcv.struct.image.ImageSInt8
 
getDataType() - Method in class boofcv.struct.image.ImageType
 
getDataType() - Method in class boofcv.struct.image.ImageUInt16
 
getDataType() - Method in class boofcv.struct.image.ImageUInt8
 
getDataType() - Method in class boofcv.struct.image.InterleavedF32
 
getDataType() - Method in class boofcv.struct.image.InterleavedF64
 
getDataType() - Method in class boofcv.struct.image.InterleavedI16
 
getDataType() - Method in class boofcv.struct.image.InterleavedI8
 
getDataType() - Method in class boofcv.struct.image.InterleavedS16
 
getDataType() - Method in class boofcv.struct.image.InterleavedS32
 
getDataType() - Method in class boofcv.struct.image.InterleavedS64
 
getDataType() - Method in class boofcv.struct.image.InterleavedS8
 
getDataType() - Method in class boofcv.struct.image.InterleavedU16
 
getDataType() - Method in class boofcv.struct.image.InterleavedU8
 
getDerivative(boolean...) - Method in class boofcv.abst.filter.derivative.AnyImageDerivative
Computes derivative images using previously computed lower level derivatives.
getDerivative(boolean...) - Method in class boofcv.alg.transform.pyramid.NoCacheScaleSpace
Computes derivative images using previously computed lower level derivatives.
getDerivative(boolean...) - Method in interface boofcv.struct.gss.GaussianScaleSpace
Returns the partial derivative of the image.
getDerivativeType() - Method in interface boofcv.abst.filter.derivative.ImageDerivative
Image type for derivative output
getDerivativeType() - Method in class boofcv.abst.filter.derivative.ImageGradient_Gaussian
 
getDerivativeType() - Method in class boofcv.abst.filter.derivative.ImageGradient_Reflection
 
getDerivativeType() - Method in class boofcv.abst.filter.derivative.ImageHessian_Reflection
 
getDerivativeType() - Method in class boofcv.abst.filter.derivative.ImageHessianDirect_Reflection
 
getDerivativeType(Class<I>) - Static method in class boofcv.alg.filter.derivative.GImageDerivativeOps
Returns the type of image the derivative should be for the specified input type.
getDescription() - Method in class boofcv.abst.transform.wavelet.impl.WaveletTransformFloat32
 
getDescription() - Method in class boofcv.abst.transform.wavelet.impl.WaveletTransformInt
 
getDescription() - Method in interface boofcv.abst.transform.wavelet.WaveletTransform
Description of the wavelet.
getDimension() - Method in class boofcv.struct.convolve.Kernel1D
 
getDimension() - Method in class boofcv.struct.convolve.Kernel2D
 
getDimension() - Method in class boofcv.struct.convolve.KernelBase
Returns the dimension of this kernel, 1D or 2D.
getDistX() - Method in class boofcv.struct.distort.PixelTransform_F32
 
getDistX() - Method in class boofcv.struct.distort.PixelTransform_F64
 
getDistY() - Method in class boofcv.struct.distort.PixelTransform_F32
 
getDistY() - Method in class boofcv.struct.distort.PixelTransform_F64
 
getDouble(int) - Method in class boofcv.alg.interpolate.kernel.BicubicKernel_F32
 
getDouble(int) - Method in class boofcv.struct.convolve.Kernel1D
 
getDouble(int) - Method in class boofcv.struct.convolve.Kernel1D_F32
 
getDouble(int) - Method in class boofcv.struct.convolve.Kernel1D_F64
 
getDouble(int) - Method in class boofcv.struct.convolve.Kernel1D_I32
 
getDouble(int, int) - Method in class boofcv.struct.convolve.Kernel2D
 
getDouble(int, int) - Method in class boofcv.struct.convolve.Kernel2D_F32
 
getDouble(int, int) - Method in class boofcv.struct.convolve.Kernel2D_F64
 
getDouble(int, int) - Method in class boofcv.struct.convolve.Kernel2D_I32
 
getF(ImageUInt8, int, int) - Static method in class boofcv.alg.filter.binary.impl.ImplBinaryNaiveOps
If a point is inside the image true is returned if its value is not zero, otherwise false is returned.
getF(int, float[]) - Method in class boofcv.core.image.FactoryGImageMultiBand.GMultiBorder
 
getF(int) - Method in class boofcv.core.image.FactoryGImageMultiBand.GMultiBorder
 
getF(int, float[]) - Method in class boofcv.core.image.FactoryGImageMultiBand.GSingleToMB
 
getF(int) - Method in class boofcv.core.image.FactoryGImageMultiBand.GSingleToMB
 
getF(int, float[]) - Method in class boofcv.core.image.FactoryGImageMultiBand.IL_F32
 
getF(int) - Method in class boofcv.core.image.FactoryGImageMultiBand.IL_F32
 
getF(int, float[]) - Method in class boofcv.core.image.FactoryGImageMultiBand.IL_S8
 
getF(int) - Method in class boofcv.core.image.FactoryGImageMultiBand.IL_S8
 
getF(int, float[]) - Method in class boofcv.core.image.FactoryGImageMultiBand.IL_U8
 
getF(int) - Method in class boofcv.core.image.FactoryGImageMultiBand.IL_U8
 
getF(int, float[]) - Method in class boofcv.core.image.FactoryGImageMultiBand.MS
 
getF(int) - Method in class boofcv.core.image.FactoryGImageMultiBand.MS
 
getF(int) - Method in class boofcv.core.image.FactoryGImageSingleBand.Border_F32
 
getF(int) - Method in class boofcv.core.image.FactoryGImageSingleBand.Border_F64
 
getF(int) - Method in class boofcv.core.image.FactoryGImageSingleBand.Border_I32
 
getF(int) - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingle_F32
 
getF(int) - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingle_F64
 
getF(int) - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingle_I64
 
getF(int) - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingle_S16
 
getF(int) - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingle_S32
 
getF(int) - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingle_S8
 
getF(int) - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingle_U16
 
getF(int) - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingle_U8
 
getF(int, float[]) - Method in interface boofcv.core.image.GImageMultiBand
 
getF(int) - Method in interface boofcv.core.image.GImageMultiBand
 
getF(int) - Method in interface boofcv.core.image.GImageSingleBand
 
getF(int) - Method in class boofcv.core.image.GImageSingleBandDistorted
 
getFamily() - Method in class boofcv.struct.image.ImageType
 
getFastBorderX() - Method in class boofcv.abst.filter.interpolate.InterpolatePixel_MS_using_SB
 
getFastBorderX() - Method in class boofcv.alg.interpolate.BilinearPixelMB
 
getFastBorderX() - Method in class boofcv.alg.interpolate.BilinearPixelS
 
getFastBorderX() - Method in class boofcv.alg.interpolate.impl.ImplInterpolatePixelConvolution_F32
 
getFastBorderX() - Method in class boofcv.alg.interpolate.impl.ImplInterpolatePixelConvolution_S16
 
getFastBorderX() - Method in class boofcv.alg.interpolate.impl.ImplInterpolatePixelConvolution_U8
 
getFastBorderX() - Method in interface boofcv.alg.interpolate.InterpolatePixel
Border around the image that fast interpolation cannot be called.
getFastBorderX() - Method in class boofcv.alg.interpolate.InterpolatePixel_S_to_MB
 
getFastBorderX() - Method in class boofcv.alg.interpolate.NearestNeighborPixelMB
 
getFastBorderX() - Method in class boofcv.alg.interpolate.NearestNeighborPixelS
 
getFastBorderX() - Method in class boofcv.alg.interpolate.PolynomialPixel
 
getFastBorderY() - Method in class boofcv.abst.filter.interpolate.InterpolatePixel_MS_using_SB
 
getFastBorderY() - Method in class boofcv.alg.interpolate.BilinearPixelMB
 
getFastBorderY() - Method in class boofcv.alg.interpolate.BilinearPixelS
 
getFastBorderY() - Method in class boofcv.alg.interpolate.impl.ImplInterpolatePixelConvolution_F32
 
getFastBorderY() - Method in class boofcv.alg.interpolate.impl.ImplInterpolatePixelConvolution_S16
 
getFastBorderY() - Method in class boofcv.alg.interpolate.impl.ImplInterpolatePixelConvolution_U8
 
getFastBorderY() - Method in interface boofcv.alg.interpolate.InterpolatePixel
Border around the image that fast interpolation cannot be called.
getFastBorderY() - Method in class boofcv.alg.interpolate.InterpolatePixel_S_to_MB
 
getFastBorderY() - Method in class boofcv.alg.interpolate.NearestNeighborPixelMB
 
getFastBorderY() - Method in class boofcv.alg.interpolate.NearestNeighborPixelS
 
getFastBorderY() - Method in class boofcv.alg.interpolate.PolynomialPixel
 
getFloatingTypes() - Static method in enum boofcv.misc.AutoTypeImage
 
getForward() - Method in class boofcv.struct.wavelet.WaveletDescription
Returns coefficients for the forward transform.
getGeneral(int, int, double[]) - Method in class boofcv.core.image.border.ImageBorder
 
getGeneral(int, int, double[]) - Method in class boofcv.core.image.border.ImageBorder_F32
 
getGeneral(int, int, double[]) - Method in class boofcv.core.image.border.ImageBorder_F64
 
getGeneral(int, int, double[]) - Method in class boofcv.core.image.border.ImageBorder_IL_F32
 
getGeneral(int, int, double[]) - Method in class boofcv.core.image.border.ImageBorder_IL_F64
 
getGeneral(int, int, double[]) - Method in class boofcv.core.image.border.ImageBorder_IL_S32
 
getGeneral(int, int, double[]) - Method in class boofcv.core.image.border.ImageBorder_IL_S64
 
getGeneral(int, int, double[]) - Method in class boofcv.core.image.border.ImageBorder_S32
 
getGeneral(int, int, double[]) - Method in class boofcv.core.image.border.ImageBorder_S64
 
getGenericTypes() - Static method in enum boofcv.misc.AutoTypeImage
 
getGradientType() - Method in class boofcv.alg.filter.derivative.impl.GradientSparsePrewitt_F32
 
getGradientType() - Method in class boofcv.alg.filter.derivative.impl.GradientSparsePrewitt_U8
 
getGradientType() - Method in class boofcv.alg.filter.derivative.impl.GradientSparseSobel_F32
 
getGradientType() - Method in class boofcv.alg.filter.derivative.impl.GradientSparseSobel_U8
 
getGradientType() - Method in class boofcv.alg.filter.derivative.impl.GradientSparseThree_F32
 
getGradientType() - Method in class boofcv.alg.filter.derivative.impl.GradientSparseThree_U8
 
getGradientType() - Method in class boofcv.alg.filter.derivative.impl.GradientSparseTwo0_F32
 
getGradientType() - Method in class boofcv.alg.filter.derivative.impl.GradientSparseTwo0_U8
 
getGradientType() - Method in class boofcv.alg.filter.derivative.impl.GradientSparseTwo1_F32
 
getGradientType() - Method in class boofcv.alg.filter.derivative.impl.GradientSparseTwo1_U8
 
getGradientType() - Method in class boofcv.alg.transform.ii.impl.SparseIntegralGradient_NoBorder_F32
 
getGradientType() - Method in class boofcv.alg.transform.ii.impl.SparseIntegralGradient_NoBorder_I32
 
getGradientType() - Method in class boofcv.alg.transform.ii.impl.SparseIntegralHaar_NoBorder_F32
 
getGradientType() - Method in class boofcv.alg.transform.ii.impl.SparseIntegralHaar_NoBorder_I32
 
getGradientType() - Method in class boofcv.alg.transform.ii.SparseIntegralGradientKernel
 
getGradientType() - Method in class boofcv.struct.sparse.SparseGradientSafe
 
getGradientType() - Method in interface boofcv.struct.sparse.SparseImageGradient
 
getHeight() - Method in class boofcv.core.image.FactoryGImageMultiBand.GMultiBorder
 
getHeight() - Method in class boofcv.core.image.FactoryGImageMultiBand.GSingleToMB
 
getHeight() - Method in class boofcv.core.image.FactoryGImageMultiBand.IL
 
getHeight() - Method in class boofcv.core.image.FactoryGImageMultiBand.MS
 
getHeight() - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingleBase
 
getHeight() - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingleBorder
 
getHeight() - Method in interface boofcv.core.image.GImageMultiBand
 
getHeight() - Method in interface boofcv.core.image.GImageSingleBand
 
getHeight() - Method in class boofcv.core.image.GImageSingleBandDistorted
 
getHeight() - Method in class boofcv.struct.image.ImageBase
 
getHeight(int) - Method in interface boofcv.struct.pyramid.ImagePyramid
Returns the height of an image at ths specified layer.
getHeight(int) - Method in class boofcv.struct.pyramid.ImagePyramidBase
 
getHorizontalBorder() - Method in class boofcv.abst.denoise.WaveletDenoiseFilter
 
getHorizontalBorder() - Method in class boofcv.abst.filter.binary.GlobalEntropyBinaryFilter
 
getHorizontalBorder() - Method in class boofcv.abst.filter.binary.GlobalFixedBinaryFilter
 
getHorizontalBorder() - Method in class boofcv.abst.filter.binary.GlobalOtsuBinaryFilter
 
getHorizontalBorder() - Method in class boofcv.abst.filter.binary.LocalGaussianBinaryFilter
 
getHorizontalBorder() - Method in class boofcv.abst.filter.binary.LocalSauvolaBinaryFilter
 
getHorizontalBorder() - Method in class boofcv.abst.filter.binary.LocalSquareBinaryFilter
 
getHorizontalBorder() - Method in class boofcv.abst.filter.blur.BlurStorageFilter
 
getHorizontalBorder() - Method in class boofcv.abst.filter.blur.MedianImageFilter
 
getHorizontalBorder() - Method in class boofcv.abst.filter.convolve.GenericConvolve
 
getHorizontalBorder() - Method in class boofcv.abst.filter.convolve.GenericConvolveDown
 
getHorizontalBorder() - Method in interface boofcv.abst.filter.FilterImageInterface
How many pixels are not processed along the horizontal border.
getHorizontalBorder() - Method in class boofcv.abst.filter.FilterImageReflection
 
getHorizontalBorder() - Method in class boofcv.abst.filter.FilterSequence
 
getImage() - Method in class boofcv.abst.filter.interpolate.InterpolatePixel_MS_using_SB
 
getImage() - Method in class boofcv.alg.interpolate.BilinearPixelMB
 
getImage() - Method in class boofcv.alg.interpolate.BilinearPixelS
 
getImage() - Method in class boofcv.alg.interpolate.impl.BilinearRectangle_F32
 
getImage() - Method in class boofcv.alg.interpolate.impl.BilinearRectangle_S16
 
getImage() - Method in class boofcv.alg.interpolate.impl.BilinearRectangle_U8
 
getImage() - Method in class boofcv.alg.interpolate.impl.ImplInterpolatePixelConvolution_F32
 
getImage() - Method in class boofcv.alg.interpolate.impl.ImplInterpolatePixelConvolution_S16
 
getImage() - Method in class boofcv.alg.interpolate.impl.ImplInterpolatePixelConvolution_U8
 
getImage() - Method in class boofcv.alg.interpolate.impl.NearestNeighborRectangle_F32
 
getImage() - Method in interface boofcv.alg.interpolate.InterpolatePixel
Returns the image which is being interpolated.
getImage() - Method in class boofcv.alg.interpolate.InterpolatePixel_S_to_MB
 
getImage() - Method in interface boofcv.alg.interpolate.InterpolateRectangle
Returns the image which is being interpolated.
getImage() - Method in class boofcv.alg.interpolate.NearestNeighborPixelMB
 
getImage() - Method in class boofcv.alg.interpolate.NearestNeighborPixelS
 
getImage() - Method in class boofcv.alg.interpolate.PolynomialPixel
 
getImage() - Method in class boofcv.core.image.border.ImageBorder
 
getImage() - Method in class boofcv.core.image.FactoryGImageMultiBand.GMultiBorder
 
getImage() - Method in class boofcv.core.image.FactoryGImageMultiBand.GSingleToMB
 
getImage() - Method in class boofcv.core.image.FactoryGImageMultiBand.IL
 
getImage() - Method in class boofcv.core.image.FactoryGImageMultiBand.MS
 
getImage() - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingleBase
 
getImage() - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingleBorder
 
getImage() - Method in interface boofcv.core.image.GImageMultiBand
 
getImage() - Method in interface boofcv.core.image.GImageSingleBand
 
getImage() - Method in class boofcv.core.image.GImageSingleBandDistorted
 
getImageClass() - Method in class boofcv.struct.image.ImageType
 
getImageClass(ImageType.Family, ImageDataType) - Static method in class boofcv.struct.image.ImageType
 
getImageType() - Method in class boofcv.abst.filter.interpolate.InterpolatePixel_MS_using_SB
 
getImageType() - Method in class boofcv.alg.interpolate.impl.ImplBilinearPixel_F32
 
getImageType() - Method in class boofcv.alg.interpolate.impl.ImplBilinearPixel_F64
 
getImageType() - Method in class boofcv.alg.interpolate.impl.ImplBilinearPixel_IL_F32
 
getImageType() - Method in class boofcv.alg.interpolate.impl.ImplBilinearPixel_IL_F64
 
getImageType() - Method in class boofcv.alg.interpolate.impl.ImplBilinearPixel_IL_S16
 
getImageType() - Method in class boofcv.alg.interpolate.impl.ImplBilinearPixel_IL_S32
 
getImageType() - Method in class boofcv.alg.interpolate.impl.ImplBilinearPixel_IL_U8
 
getImageType() - Method in class boofcv.alg.interpolate.impl.ImplBilinearPixel_S16
 
getImageType() - Method in class boofcv.alg.interpolate.impl.ImplBilinearPixel_S32
 
getImageType() - Method in class boofcv.alg.interpolate.impl.ImplBilinearPixel_U8
 
getImageType() - Method in class boofcv.alg.interpolate.impl.ImplInterpolatePixelConvolution_F32
 
getImageType() - Method in class boofcv.alg.interpolate.impl.ImplInterpolatePixelConvolution_S16
 
getImageType() - Method in class boofcv.alg.interpolate.impl.ImplInterpolatePixelConvolution_U8
 
getImageType() - Method in class boofcv.alg.interpolate.impl.ImplPolynomialPixel_F32
 
getImageType() - Method in class boofcv.alg.interpolate.impl.ImplPolynomialPixel_I
 
getImageType() - Method in class boofcv.alg.interpolate.impl.NearestNeighborPixel_F32
 
getImageType() - Method in class boofcv.alg.interpolate.impl.NearestNeighborPixel_S16
 
getImageType() - Method in class boofcv.alg.interpolate.impl.NearestNeighborPixel_S32
 
getImageType() - Method in class boofcv.alg.interpolate.impl.NearestNeighborPixel_U16
 
getImageType() - Method in class boofcv.alg.interpolate.impl.NearestNeighborPixel_U8
 
getImageType() - Method in interface boofcv.alg.interpolate.InterpolatePixel
Type of image it can process
getImageType() - Method in class boofcv.alg.interpolate.InterpolatePixel_S_to_MB
 
getImageType() - Method in class boofcv.alg.interpolate.NearestNeighborPixelMB
 
getImageType() - Method in class boofcv.struct.image.ImageBase
Description of the image data structure
getImageType() - Method in interface boofcv.struct.pyramid.ImagePyramid
The type of image.
getImageType() - Method in class boofcv.struct.pyramid.ImagePyramidBase
 
getIndex(int) - Method in class boofcv.core.image.border.BorderIndex1D
 
getIndex(int) - Method in class boofcv.core.image.border.BorderIndex1D_Exception
 
getIndex(int) - Method in class boofcv.core.image.border.BorderIndex1D_Extend
 
getIndex(int) - Method in class boofcv.core.image.border.BorderIndex1D_Reflect
 
getIndex(int) - Method in class boofcv.core.image.border.BorderIndex1D_Wrap
 
getIndex(int, int) - Method in class boofcv.struct.image.ImageBase
 
getIndex(int, int) - Method in class boofcv.struct.image.ImageInterleaved
 
getIndex(int, int, int) - Method in class boofcv.struct.image.ImageInterleaved
 
getIndex() - Method in class boofcv.struct.PointIndex_I32
 
getInnerCoefficients() - Method in interface boofcv.struct.wavelet.WlBorderCoef
Set of coefficients used inside the image where the scaling and wavelet signals do not go outside the image borders.
getInnerCoefficients() - Method in class boofcv.struct.wavelet.WlBorderCoefFixed
 
getInnerCoefficients() - Method in class boofcv.struct.wavelet.WlBorderCoefStandard
 
getInputHeight() - Method in interface boofcv.struct.pyramid.ImagePyramid
Height of input image.
getInputHeight() - Method in class boofcv.struct.pyramid.ImagePyramidBase
 
getInputType() - Method in class boofcv.abst.denoise.WaveletDenoiseFilter
 
getInputType() - Method in class boofcv.abst.filter.binary.GlobalEntropyBinaryFilter
 
getInputType() - Method in class boofcv.abst.filter.binary.GlobalFixedBinaryFilter
 
getInputType() - Method in class boofcv.abst.filter.binary.GlobalOtsuBinaryFilter
 
getInputType() - Method in class boofcv.abst.filter.binary.LocalGaussianBinaryFilter
 
getInputType() - Method in class boofcv.abst.filter.binary.LocalSauvolaBinaryFilter
 
getInputType() - Method in class boofcv.abst.filter.binary.LocalSquareBinaryFilter
 
getInputType() - Method in class boofcv.abst.filter.blur.BlurStorageFilter
 
getInputType() - Method in class boofcv.abst.filter.blur.MedianImageFilter
 
getInputType() - Method in class boofcv.abst.filter.convolve.GenericConvolve
 
getInputType() - Method in class boofcv.abst.filter.convolve.GenericConvolveDown
 
getInputType() - Method in interface boofcv.abst.filter.FilterImageInterface
Specifies the input image type
getInputType() - Method in class boofcv.abst.filter.FilterImageReflection
 
getInputType() - Method in class boofcv.abst.filter.FilterSequence
 
getInputWidth() - Method in interface boofcv.struct.pyramid.ImagePyramid
Width of input image.
getInputWidth() - Method in class boofcv.struct.pyramid.ImagePyramidBase
 
getIntegerTypes() - Static method in enum boofcv.misc.AutoTypeImage
 
getIntegralType(Class<I>) - Static method in class boofcv.alg.transform.ii.GIntegralImageOps
Given the input image, return the type of image the integral image should be.
getInterleavedName() - Method in enum boofcv.misc.AutoTypeImage
 
getInterpolate() - Method in class boofcv.alg.transform.pyramid.PyramidFloatGaussianScale
 
getInverse() - Method in class boofcv.struct.wavelet.WaveletDescription
Coefficients for inverse transform
getK() - Method in class boofcv.alg.filter.binary.impl.ThresholdSauvola
 
getKernelType(Class<T>, int) - Static method in class boofcv.factory.filter.kernel.FactoryKernel
 
getKernelX(boolean) - Static method in class boofcv.alg.filter.derivative.GradientPrewitt
Returns the kernel for computing the derivative along the x-axis.
getKernelX(boolean) - Static method in class boofcv.alg.filter.derivative.GradientSobel
Returns the kernel for computing the derivative along the x-axis.
getKernelX(boolean) - Static method in class boofcv.alg.filter.derivative.GradientThree
Returns the kernel for computing the derivative along the x-axis.
getKernelX(boolean) - Static method in class boofcv.alg.filter.derivative.GradientTwo0
Returns the kernel for computing the derivative along the x-axis.
getKernelX(boolean) - Static method in class boofcv.alg.filter.derivative.GradientTwo1
Returns the kernel for computing the derivative along the x-axis.
getLargeSumType() - Method in enum boofcv.misc.AutoTypeImage
 
getLayer(int) - Method in interface boofcv.struct.pyramid.ImagePyramid
Returns a layer in the pyramid.
getLayer(int) - Method in class boofcv.struct.pyramid.ImagePyramidBase
 
getLength() - Method in class boofcv.alg.interpolate.ImageLineIntegral
Returns the line segment's length
getLength() - Method in class boofcv.core.image.border.BorderIndex1D
 
getLevels() - Method in class boofcv.abst.transform.wavelet.impl.WaveletTransformFloat32
 
getLevels() - Method in class boofcv.abst.transform.wavelet.impl.WaveletTransformInt
 
getLevels() - Method in interface boofcv.abst.transform.wavelet.WaveletTransform
Number of levels in the wavelet transform.
getLower(int) - Method in class boofcv.struct.wavelet.WlBorderCoefFixed
 
getLowerLength() - Method in interface boofcv.struct.wavelet.WlBorderCoef
 
getLowerLength() - Method in class boofcv.struct.wavelet.WlBorderCoefFixed
 
getLowerLength() - Method in class boofcv.struct.wavelet.WlBorderCoefStandard
 
getMax() - Method in enum boofcv.misc.AutoTypeImage
 
getMaxValue() - Method in enum boofcv.struct.image.ImageDataType
Returns the maximum allowed value for data elements in this data type
getMin() - Method in enum boofcv.misc.AutoTypeImage
 
getMinValue() - Method in enum boofcv.struct.image.ImageDataType
Returns the minimum allowed value for data elements in this data type
getModel() - Method in class boofcv.alg.distort.PixelTransformAffine_F32
 
getModel() - Method in class boofcv.alg.distort.PixelTransformAffine_F64
 
getModel() - Method in class boofcv.alg.distort.PixelTransformHomography_F32
 
getModel() - Method in class boofcv.alg.distort.PointTransformHomography_F32
 
getModel() - Method in class boofcv.alg.distort.PointTransformHomography_F64
 
getModel() - Method in interface boofcv.struct.distort.PointTransformModel_F32
Returns the active motion model
getModel() - Method in interface boofcv.struct.distort.PointTransformModel_F64
Returns the active motion model
getName() - Method in interface boofcv.misc.Performer
 
getName() - Method in class boofcv.misc.PerformerBase
 
getNumBands() - Method in class boofcv.struct.image.ImageInterleaved
 
getNumBands() - Method in class boofcv.struct.image.ImageMultiBand
Returns the number of bands or colors stored in this image.
getNumBands() - Method in class boofcv.struct.image.ImageType
 
getNumBands() - Method in class boofcv.struct.image.MultiSpectral
Returns the number of bands or colors stored in this image.
getNumberOfBands() - Method in class boofcv.core.image.FactoryGImageMultiBand.Border_IL_F32
 
getNumberOfBands() - Method in class boofcv.core.image.FactoryGImageMultiBand.Border_IL_F64
 
getNumberOfBands() - Method in class boofcv.core.image.FactoryGImageMultiBand.Border_IL_S32
 
getNumberOfBands() - Method in class boofcv.core.image.FactoryGImageMultiBand.GSingleToMB
 
getNumberOfBands() - Method in class boofcv.core.image.FactoryGImageMultiBand.IL
 
getNumberOfBands() - Method in class boofcv.core.image.FactoryGImageMultiBand.MS
 
getNumberOfBands() - Method in interface boofcv.core.image.GImageMultiBand
 
getNumBits(Class<T>) - Static method in class boofcv.core.image.GeneralizedImageOps
 
getNumBits() - Method in enum boofcv.misc.AutoTypeImage
 
getNumBits() - Method in enum boofcv.struct.image.ImageDataType
Number of bits per pixel in the image.
getNumBlocks() - Method in class boofcv.alg.transform.ii.IntegralKernel
 
getNumLayers() - Method in interface boofcv.struct.pyramid.ImagePyramid
Returns the number of layers in the pyramid.
getNumLayers() - Method in class boofcv.struct.pyramid.PyramidDiscrete
 
getNumLayers() - Method in class boofcv.struct.pyramid.PyramidFloat
 
getOffset() - Method in class boofcv.struct.convolve.KernelBase
Which index is the origin in the kernel
getOriginalType() - Method in class boofcv.abst.transform.wavelet.impl.WaveletTransformFloat32
 
getOriginalType() - Method in class boofcv.abst.transform.wavelet.impl.WaveletTransformInt
 
getOriginalType() - Method in interface boofcv.abst.transform.wavelet.WaveletTransform
 
getOutputType() - Method in class boofcv.abst.denoise.WaveletDenoiseFilter
 
getOutputType() - Method in class boofcv.abst.filter.binary.GlobalEntropyBinaryFilter
 
getOutputType() - Method in class boofcv.abst.filter.binary.GlobalFixedBinaryFilter
 
getOutputType() - Method in class boofcv.abst.filter.binary.GlobalOtsuBinaryFilter
 
getOutputType() - Method in class boofcv.abst.filter.binary.LocalGaussianBinaryFilter
 
getOutputType() - Method in class boofcv.abst.filter.binary.LocalSauvolaBinaryFilter
 
getOutputType() - Method in class boofcv.abst.filter.binary.LocalSquareBinaryFilter
 
getOutputType() - Method in class boofcv.abst.filter.blur.BlurStorageFilter
 
getOutputType() - Method in class boofcv.abst.filter.blur.MedianImageFilter
 
getOutputType() - Method in class boofcv.abst.filter.convolve.GenericConvolve
 
getOutputType() - Method in class boofcv.abst.filter.convolve.GenericConvolveDown
 
getOutputType() - Method in interface boofcv.abst.filter.FilterImageInterface
Specifies the output image type
getOutputType() - Method in class boofcv.abst.filter.FilterImageReflection
 
getOutputType() - Method in class boofcv.abst.filter.FilterSequence
 
getOutside(int, int) - Method in class boofcv.core.image.border.ImageBorder1D_F32
 
getOutside(int, int) - Method in class boofcv.core.image.border.ImageBorder1D_F64
 
getOutside(int, int, float[]) - Method in class boofcv.core.image.border.ImageBorder1D_IL_F32
 
getOutside(int, int, double[]) - Method in class boofcv.core.image.border.ImageBorder1D_IL_F64
 
getOutside(int, int, int[]) - Method in class boofcv.core.image.border.ImageBorder1D_IL_S32
 
getOutside(int, int, long[]) - Method in class boofcv.core.image.border.ImageBorder1D_IL_S64
 
getOutside(int, int) - Method in class boofcv.core.image.border.ImageBorder1D_S32
 
getOutside(int, int) - Method in class boofcv.core.image.border.ImageBorder1D_S64
 
getOutside(int, int) - Method in class boofcv.core.image.border.ImageBorder_F32
 
getOutside(int, int) - Method in class boofcv.core.image.border.ImageBorder_F64
 
getOutside(int, int, float[]) - Method in class boofcv.core.image.border.ImageBorder_IL_F32
 
getOutside(int, int, double[]) - Method in class boofcv.core.image.border.ImageBorder_IL_F64
 
getOutside(int, int, int[]) - Method in class boofcv.core.image.border.ImageBorder_IL_S32
 
getOutside(int, int, long[]) - Method in class boofcv.core.image.border.ImageBorder_IL_S64
 
getOutside(int, int) - Method in class boofcv.core.image.border.ImageBorder_S32
 
getOutside(int, int) - Method in class boofcv.core.image.border.ImageBorder_S64
 
getOutside(int, int) - Method in class boofcv.core.image.border.ImageBorderValue.Value_F32
 
getOutside(int, int) - Method in class boofcv.core.image.border.ImageBorderValue.Value_F64
 
getOutside(int, int) - Method in class boofcv.core.image.border.ImageBorderValue.Value_I
 
getOutside(int, int) - Method in class boofcv.core.image.border.ImageBorderValue.Value_I64
 
getOutside(int, int, float[]) - Method in class boofcv.core.image.border.ImageBorderValue.Value_IL_F32
 
getOutside(int, int, double[]) - Method in class boofcv.core.image.border.ImageBorderValue.Value_IL_F64
 
getOutside(int, int, int[]) - Method in class boofcv.core.image.border.ImageBorderValue.Value_IL_S32
 
getOutside(int, int, long[]) - Method in class boofcv.core.image.border.ImageBorderValue.Value_IL_S64
 
getPackage() - Method in class boofcv.misc.CodeGeneratorBase
 
getPrimitiveDataType() - Method in class boofcv.struct.image.ImageInterleaved
 
getPrimitiveDataType() - Method in class boofcv.struct.image.InterleavedF32
 
getPrimitiveDataType() - Method in class boofcv.struct.image.InterleavedF64
 
getPrimitiveDataType() - Method in class boofcv.struct.image.InterleavedI16
 
getPrimitiveDataType() - Method in class boofcv.struct.image.InterleavedI8
 
getPrimitiveDataType() - Method in class boofcv.struct.image.InterleavedS32
 
getPrimitiveDataType() - Method in class boofcv.struct.image.InterleavedS64
 
getPrimitiveType() - Method in enum boofcv.misc.AutoTypeImage
 
getRadius() - Method in interface boofcv.abst.filter.blur.BlurFilter
Radius of the square region.
getRadius() - Method in class boofcv.abst.filter.blur.BlurStorageFilter
Radius of the square region.
getRadius() - Method in class boofcv.abst.filter.blur.MedianImageFilter
Radius of the square region.
getRadius() - Method in class boofcv.alg.filter.binary.impl.ThresholdSauvola
 
getRadius() - Method in class boofcv.struct.convolve.KernelBase
The radius is defined as the width divided by two.
getRadiusX() - Method in interface boofcv.alg.weights.WeightPixel_F32
Returns the kernel's radius along the x-axis
getRadiusX() - Method in class boofcv.alg.weights.WeightPixelKernel_F32
 
getRadiusX() - Method in class boofcv.alg.weights.WeightPixelUniform_F32
 
getRadiusY() - Method in interface boofcv.alg.weights.WeightPixel_F32
Returns the kernel's radius along the y-axis
getRadiusY() - Method in class boofcv.alg.weights.WeightPixelKernel_F32
 
getRadiusY() - Method in class boofcv.alg.weights.WeightPixelUniform_F32
 
getRandType() - Method in enum boofcv.misc.AutoTypeImage
 
getReallyGenericTypes() - Static method in enum boofcv.misc.AutoTypeImage
 
getRenderAll() - Method in interface boofcv.alg.distort.ImageDistort
Returns the render all flag
getRenderAll() - Method in class boofcv.alg.distort.ImageDistortBasic
 
getRenderAll() - Method in class boofcv.alg.distort.ImageDistortCache_SB
 
getRenderAll() - Method in class boofcv.alg.distort.impl.ImplImageDistort_MS
 
getRowWrap() - Method in class boofcv.core.image.border.ImageBorder1D_F32
 
getRowWrap() - Method in class boofcv.core.image.border.ImageBorder1D_F64
 
getRowWrap() - Method in class boofcv.core.image.border.ImageBorder1D_IL_F32
 
getRowWrap() - Method in class boofcv.core.image.border.ImageBorder1D_IL_F64
 
getRowWrap() - Method in class boofcv.core.image.border.ImageBorder1D_IL_S32
 
getRowWrap() - Method in class boofcv.core.image.border.ImageBorder1D_IL_S64
 
getRowWrap() - Method in class boofcv.core.image.border.ImageBorder1D_S32
 
getRowWrap() - Method in class boofcv.core.image.border.ImageBorder1D_S64
 
getSampleOffset(int) - Method in class boofcv.alg.transform.pyramid.PyramidDiscreteAverage
The center of the sampling kernel is 1/2 the square region's width
getSampleOffset(int) - Method in class boofcv.alg.transform.pyramid.PyramidDiscreteSampleBlur
There is no offset since a symmetric kernel is applied starting at pixel (0,0)
getSampleOffset(int) - Method in class boofcv.alg.transform.pyramid.PyramidFloatGaussianScale
 
getSampleOffset(int) - Method in class boofcv.alg.transform.pyramid.PyramidFloatScale
 
getSampleOffset(int) - Method in interface boofcv.struct.pyramid.ImagePyramid
Returns the sampling offset.
getScale(int) - Method in class boofcv.alg.transform.pyramid.NoCacheScaleSpace
 
getScale(int) - Method in interface boofcv.struct.gss.GaussianScaleSpace
Returns the scale for the specified layer in the pyramid.
getScale(int) - Method in interface boofcv.struct.pyramid.ImagePyramid
Returns the scale of the specified layer in the pyramid.
getScale(int) - Method in class boofcv.struct.pyramid.PyramidDiscrete
 
getScale(int) - Method in class boofcv.struct.pyramid.PyramidFloat
 
getScaledImage() - Method in class boofcv.alg.transform.pyramid.NoCacheScaleSpace
 
getScaledImage() - Method in interface boofcv.struct.gss.GaussianScaleSpace
Returns the scaled image at the active scale.
getScales() - Method in class boofcv.struct.pyramid.PyramidDiscrete
 
getScalingLength() - Method in class boofcv.struct.wavelet.WlCoef
 
getScalingLength() - Method in class boofcv.struct.wavelet.WlCoef_F32
 
getScalingLength() - Method in class boofcv.struct.wavelet.WlCoef_F64
 
getScalingLength() - Method in class boofcv.struct.wavelet.WlCoef_I32
 
getShortName() - Method in enum boofcv.struct.ConnectRule
 
getSigma(int) - Method in class boofcv.alg.transform.pyramid.PyramidDiscreteAverage
 
getSigma(int) - Method in class boofcv.alg.transform.pyramid.PyramidDiscreteSampleBlur
 
getSigma(int) - Method in class boofcv.alg.transform.pyramid.PyramidFloatGaussianScale
 
getSigma(int) - Method in class boofcv.alg.transform.pyramid.PyramidFloatScale
No blur is applied to the image
getSigma(int) - Method in interface boofcv.struct.pyramid.ImagePyramid
Returns the scale-space scale for the specified layer.
getSigmaLayers() - Method in class boofcv.alg.transform.pyramid.PyramidFloatGaussianScale
 
getSigned() - Static method in enum boofcv.misc.AutoTypeImage
 
getSingleBandName() - Method in enum boofcv.misc.AutoTypeImage
 
getSkip() - Method in class boofcv.abst.filter.convolve.GenericConvolveDown
 
getSpecificTypes() - Static method in enum boofcv.misc.AutoTypeImage
 
getStartIndex() - Method in class boofcv.struct.image.ImageBase
 
getStride() - Method in class boofcv.struct.image.ImageBase
 
getSumType() - Method in enum boofcv.misc.AutoTypeImage
 
getSumType() - Method in enum boofcv.struct.image.ImageDataType
Type of data used when summing elements in the image.
getT(ImageUInt8, int, int) - Static method in class boofcv.alg.filter.binary.impl.ImplBinaryNaiveOps
If a point is inside the image true is returned if its value is not zero, otherwise true is returned.
getTotalScales() - Method in class boofcv.alg.transform.pyramid.NoCacheScaleSpace
 
getTotalScales() - Method in interface boofcv.struct.gss.GaussianScaleSpace
Returns number of scaled images inside of this scale space.
getType() - Method in interface boofcv.core.image.ImageGenerator
 
getType() - Method in class boofcv.core.image.inst.FactoryImageGenerator.WrapImage
 
getType() - Method in class boofcv.core.image.inst.SingleBandGenerator
 
getType() - Method in class boofcv.struct.wavelet.WlCoef
Returns the primitive type of the coefficients.
getType() - Method in class boofcv.struct.wavelet.WlCoef_F32
 
getType() - Method in class boofcv.struct.wavelet.WlCoef_F64
 
getType() - Method in class boofcv.struct.wavelet.WlCoef_I32
 
getTypeCastFromSum() - Method in enum boofcv.misc.AutoTypeImage
 
getUnsigned() - Static method in enum boofcv.misc.AutoTypeImage
 
getUpper(int) - Method in class boofcv.struct.wavelet.WlBorderCoefFixed
 
getUpperLength() - Method in interface boofcv.struct.wavelet.WlBorderCoef
 
getUpperLength() - Method in class boofcv.struct.wavelet.WlBorderCoefFixed
 
getUpperLength() - Method in class boofcv.struct.wavelet.WlBorderCoefStandard
 
getVerticalBorder() - Method in class boofcv.abst.denoise.WaveletDenoiseFilter
 
getVerticalBorder() - Method in class boofcv.abst.filter.binary.GlobalEntropyBinaryFilter
 
getVerticalBorder() - Method in class boofcv.abst.filter.binary.GlobalFixedBinaryFilter
 
getVerticalBorder() - Method in class boofcv.abst.filter.binary.GlobalOtsuBinaryFilter
 
getVerticalBorder() - Method in class boofcv.abst.filter.binary.LocalGaussianBinaryFilter
 
getVerticalBorder() - Method in class boofcv.abst.filter.binary.LocalSauvolaBinaryFilter
 
getVerticalBorder() - Method in class boofcv.abst.filter.binary.LocalSquareBinaryFilter
 
getVerticalBorder() - Method in class boofcv.abst.filter.blur.BlurStorageFilter
 
getVerticalBorder() - Method in class boofcv.abst.filter.blur.MedianImageFilter
 
getVerticalBorder() - Method in class boofcv.abst.filter.convolve.GenericConvolve
 
getVerticalBorder() - Method in class boofcv.abst.filter.convolve.GenericConvolveDown
 
getVerticalBorder() - Method in interface boofcv.abst.filter.FilterImageInterface
How many pixels are not processed along the vertical border.
getVerticalBorder() - Method in class boofcv.abst.filter.FilterImageReflection
 
getVerticalBorder() - Method in class boofcv.abst.filter.FilterSequence
 
getWaveletLength() - Method in class boofcv.struct.wavelet.WlCoef
 
getWaveletLength() - Method in class boofcv.struct.wavelet.WlCoef_F32
 
getWaveletLength() - Method in class boofcv.struct.wavelet.WlCoef_F64
 
getWaveletLength() - Method in class boofcv.struct.wavelet.WlCoef_I32
 
getWidth() - Method in class boofcv.core.image.FactoryGImageMultiBand.GMultiBorder
 
getWidth() - Method in class boofcv.core.image.FactoryGImageMultiBand.GSingleToMB
 
getWidth() - Method in class boofcv.core.image.FactoryGImageMultiBand.IL
 
getWidth() - Method in class boofcv.core.image.FactoryGImageMultiBand.MS
 
getWidth() - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingleBase
 
getWidth() - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingleBorder
 
getWidth() - Method in interface boofcv.core.image.GImageMultiBand
 
getWidth() - Method in interface boofcv.core.image.GImageSingleBand
 
getWidth() - Method in class boofcv.core.image.GImageSingleBandDistorted
 
getWidth() - Method in class boofcv.struct.convolve.KernelBase
The kernel's width.
getWidth() - Method in class boofcv.struct.image.ImageBase
 
getWidth(int) - Method in interface boofcv.struct.pyramid.ImagePyramid
Returns the width of an image at ths specified layer.
getWidth(int) - Method in class boofcv.struct.pyramid.ImagePyramidBase
 
getX() - Method in interface boofcv.struct.sparse.GradientValue
Derivative along the x-axis
getX() - Method in class boofcv.struct.sparse.GradientValue_F32
 
getX() - Method in class boofcv.struct.sparse.GradientValue_F64
 
getX() - Method in class boofcv.struct.sparse.GradientValue_I32
 
getY() - Method in interface boofcv.struct.sparse.GradientValue
Derivative along the y-axis
getY() - Method in class boofcv.struct.sparse.GradientValue_F32
 
getY() - Method in class boofcv.struct.sparse.GradientValue_F64
 
getY() - Method in class boofcv.struct.sparse.GradientValue_I32
 
GFactoryWavelet - Class in boofcv.factory.transform.wavelet
Creates different wavelet transform by specifying the image type.
GFactoryWavelet() - Constructor for class boofcv.factory.transform.wavelet.GFactoryWavelet
 
GGrayImageOps - Class in boofcv.alg.filter.basic
Weakly typed version of GrayImageOps.
GGrayImageOps() - Constructor for class boofcv.alg.filter.basic.GGrayImageOps
 
GImageDerivativeOps - Class in boofcv.alg.filter.derivative
Generalized operations related to compute different image derivatives.
GImageDerivativeOps() - Constructor for class boofcv.alg.filter.derivative.GImageDerivativeOps
 
GImageMiscOps - Class in boofcv.alg.misc
Generalized version of ImageMiscOps.
GImageMiscOps() - Constructor for class boofcv.alg.misc.GImageMiscOps
 
GImageMultiBand - Interface in boofcv.core.image
Generalized interface for working with multi-band images
GImageSingleBand - Interface in boofcv.core.image
Generalized interface for single banded images.
GImageSingleBandDistorted<T extends ImageSingleBand> - Class in boofcv.core.image
 
GImageSingleBandDistorted(PixelTransform_F32, InterpolatePixelS<T>) - Constructor for class boofcv.core.image.GImageSingleBandDistorted
 
GImageStatistics - Class in boofcv.alg.misc
Generalized version of ImageStatistics.
GImageStatistics() - Constructor for class boofcv.alg.misc.GImageStatistics
 
GIntegralImageOps - Class in boofcv.alg.transform.ii
Provides a mechanism to call IntegralImageOps with unknown types at compile time.
GIntegralImageOps() - Constructor for class boofcv.alg.transform.ii.GIntegralImageOps
 
GKernelMath - Class in boofcv.alg.filter.kernel
Contains generalized function with weak typing from KernelMath.
GKernelMath() - Constructor for class boofcv.alg.filter.kernel.GKernelMath
 
global(ThresholdType) - Static method in class boofcv.factory.filter.binary.ConfigThreshold
 
globalEntropy(int, int, boolean, Class<T>) - Static method in class boofcv.factory.filter.binary.FactoryThresholdBinary
 
GlobalEntropyBinaryFilter<T extends ImageSingleBand> - Class in boofcv.abst.filter.binary
Computes a threshold based on entropy to create a binary image
GlobalEntropyBinaryFilter(int, int, boolean, ImageType<T>) - Constructor for class boofcv.abst.filter.binary.GlobalEntropyBinaryFilter
 
globalFixed(double, boolean, Class<T>) - Static method in class boofcv.factory.filter.binary.FactoryThresholdBinary
 
GlobalFixedBinaryFilter<T extends ImageSingleBand> - Class in boofcv.abst.filter.binary
Applies a fixed threshold to an image.
GlobalFixedBinaryFilter(double, boolean, ImageType<T>) - Constructor for class boofcv.abst.filter.binary.GlobalFixedBinaryFilter
 
globalOtsu(int, int, boolean, Class<T>) - Static method in class boofcv.factory.filter.binary.FactoryThresholdBinary
 
GlobalOtsuBinaryFilter<T extends ImageSingleBand> - Class in boofcv.abst.filter.binary
Computes a threshold using Otsu's equation.
GlobalOtsuBinaryFilter(int, int, boolean, ImageType<T>) - Constructor for class boofcv.abst.filter.binary.GlobalOtsuBinaryFilter
 
GMultiBorder(T) - Constructor for class boofcv.core.image.FactoryGImageMultiBand.GMultiBorder
 
GPixelMath - Class in boofcv.alg.misc
Generalized version of PixelMath.
GPixelMath() - Constructor for class boofcv.alg.misc.GPixelMath
 
gradient(DerivativeType, I, D, D, BorderType) - Static method in class boofcv.alg.filter.derivative.GImageDerivativeOps
Computes the gradient using the specified image type.
gradient(ImagePyramid<I>, ImageGradient<I, O>, O[], O[]) - Static method in class boofcv.alg.transform.pyramid.PyramidOps
Computes the gradient for each image the pyramid.
gradient(int, Class<T>) - Static method in class boofcv.factory.transform.ii.FactorySparseIntegralFilters
 
GradientPrewitt - Class in boofcv.alg.filter.derivative
 
GradientPrewitt() - Constructor for class boofcv.alg.filter.derivative.GradientPrewitt
 
GradientPrewitt_Shared - Class in boofcv.alg.filter.derivative.impl
Prewitt implementation that shares values for horizontal and vertical gradients
GradientPrewitt_Shared() - Constructor for class boofcv.alg.filter.derivative.impl.GradientPrewitt_Shared
 
GradientSobel - Class in boofcv.alg.filter.derivative
Computes the image's first derivative along the x and y axises using the Sobel operator.
GradientSobel() - Constructor for class boofcv.alg.filter.derivative.GradientSobel
 
GradientSobel_Naive - Class in boofcv.alg.filter.derivative.impl
This implementation of the sobel edge dector is implements it in such as way that the code can be easily read and verified for correctness, however it is much slower than it needs to be.
GradientSobel_Naive() - Constructor for class boofcv.alg.filter.derivative.impl.GradientSobel_Naive
 
GradientSobel_Outer - Class in boofcv.alg.filter.derivative.impl
While not as fast as GradientSobel it a big improvement over GradientSobel_Naive and much more readable.
GradientSobel_Outer() - Constructor for class boofcv.alg.filter.derivative.impl.GradientSobel_Outer
 
GradientSobel_UnrolledOuter - Class in boofcv.alg.filter.derivative.impl
This is a further improvement on GradientSobel_Outer where it reduces the number of times the array needs to be read from by saving past reads in a local variable.
GradientSobel_UnrolledOuter() - Constructor for class boofcv.alg.filter.derivative.impl.GradientSobel_UnrolledOuter
 
GradientSparsePrewitt_F32 - Class in boofcv.alg.filter.derivative.impl
Sparse computation of the Prewitt gradient operator.
GradientSparsePrewitt_F32(ImageBorder_F32) - Constructor for class boofcv.alg.filter.derivative.impl.GradientSparsePrewitt_F32
Specifies how border pixels are handled.
GradientSparsePrewitt_U8 - Class in boofcv.alg.filter.derivative.impl
Sparse computation of the Prewitt gradient operator.
GradientSparsePrewitt_U8(ImageBorder_S32<ImageUInt8>) - Constructor for class boofcv.alg.filter.derivative.impl.GradientSparsePrewitt_U8
Specifies how border pixels are handled.
GradientSparseSobel_F32 - Class in boofcv.alg.filter.derivative.impl
Sparse computation of the sobel gradient operator.
GradientSparseSobel_F32(ImageBorder_F32) - Constructor for class boofcv.alg.filter.derivative.impl.GradientSparseSobel_F32
Specifies how border pixels are handled.
GradientSparseSobel_U8 - Class in boofcv.alg.filter.derivative.impl
Sparse computation of the sobel gradient operator.
GradientSparseSobel_U8(ImageBorder_S32<ImageUInt8>) - Constructor for class boofcv.alg.filter.derivative.impl.GradientSparseSobel_U8
Specifies how border pixels are handled.
GradientSparseThree_F32 - Class in boofcv.alg.filter.derivative.impl
Sparse computation of the three gradient operator.
GradientSparseThree_F32(ImageBorder_F32) - Constructor for class boofcv.alg.filter.derivative.impl.GradientSparseThree_F32
Specifies how border pixels are handled.
GradientSparseThree_U8 - Class in boofcv.alg.filter.derivative.impl
Sparse computation of the three gradient operator.
GradientSparseThree_U8(ImageBorder_S32<ImageUInt8>) - Constructor for class boofcv.alg.filter.derivative.impl.GradientSparseThree_U8
Specifies how border pixels are handled.
GradientSparseTwo0_F32 - Class in boofcv.alg.filter.derivative.impl
Sparse computation of the two-0 gradient operator.
GradientSparseTwo0_F32(ImageBorder_F32) - Constructor for class boofcv.alg.filter.derivative.impl.GradientSparseTwo0_F32
Specifies how border pixels are handled.
GradientSparseTwo0_U8 - Class in boofcv.alg.filter.derivative.impl
Sparse computation of the two-0 gradient operator.
GradientSparseTwo0_U8(ImageBorder_S32<ImageUInt8>) - Constructor for class boofcv.alg.filter.derivative.impl.GradientSparseTwo0_U8
Specifies how border pixels are handled.
GradientSparseTwo1_F32 - Class in boofcv.alg.filter.derivative.impl
Sparse computation of the two-0 gradient operator.
GradientSparseTwo1_F32(ImageBorder_F32) - Constructor for class boofcv.alg.filter.derivative.impl.GradientSparseTwo1_F32
Specifies how border pixels are handled.
GradientSparseTwo1_U8 - Class in boofcv.alg.filter.derivative.impl
Sparse computation of the two-0 gradient operator.
GradientSparseTwo1_U8(ImageBorder_S32<ImageUInt8>) - Constructor for class boofcv.alg.filter.derivative.impl.GradientSparseTwo1_U8
Specifies how border pixels are handled.
GradientThree - Class in boofcv.alg.filter.derivative
Computes the image's first derivative along the x and y axises using [-1 0 1] kernel.
GradientThree() - Constructor for class boofcv.alg.filter.derivative.GradientThree
 
GradientThree_Share - Class in boofcv.alg.filter.derivative.impl
This is an attempt to improve the performance by minimizing the number of times arrays are accessed and partially unrolling loops.
GradientThree_Share() - Constructor for class boofcv.alg.filter.derivative.impl.GradientThree_Share
 
GradientThree_Standard - Class in boofcv.alg.filter.derivative.impl
Basic implementation of GradientThree with nothing fancy is done to improve its performance.
GradientThree_Standard() - Constructor for class boofcv.alg.filter.derivative.impl.GradientThree_Standard
 
GradientTwo0 - Class in boofcv.alg.filter.derivative
Computes the image's first derivative along the x and y axises using [-1 1] kernel, where the "center" of the kernel is on the -1.
GradientTwo0() - Constructor for class boofcv.alg.filter.derivative.GradientTwo0
 
GradientTwo0_Standard - Class in boofcv.alg.filter.derivative.impl
Basic implementation of GradientTwo0 with nothing fancy is done to improve its performance.
GradientTwo0_Standard() - Constructor for class boofcv.alg.filter.derivative.impl.GradientTwo0_Standard
 
GradientTwo1 - Class in boofcv.alg.filter.derivative
Computes the image's first derivative along the x and y axises using [-1 1] kernel, where the "center" of the kernel is on the 1.
GradientTwo1() - Constructor for class boofcv.alg.filter.derivative.GradientTwo1
 
GradientTwo1_Standard - Class in boofcv.alg.filter.derivative.impl
Basic implementation of GradientTwo1 with nothing fancy is done to improve its performance.
GradientTwo1_Standard() - Constructor for class boofcv.alg.filter.derivative.impl.GradientTwo1_Standard
 
GradientValue - Interface in boofcv.struct.sparse
Image gradient at a specific pixel.
GradientValue_F32 - Class in boofcv.struct.sparse
 
GradientValue_F32() - Constructor for class boofcv.struct.sparse.GradientValue_F32
 
GradientValue_F64 - Class in boofcv.struct.sparse
 
GradientValue_F64() - Constructor for class boofcv.struct.sparse.GradientValue_F64
 
GradientValue_I32 - Class in boofcv.struct.sparse
 
GradientValue_I32() - Constructor for class boofcv.struct.sparse.GradientValue_I32
 
GrayImageOps - Class in boofcv.alg.filter.basic
Pixel-wise operations on gray-scale images.
GrayImageOps() - Constructor for class boofcv.alg.filter.basic.GrayImageOps
 
GSingle_F32(ImageFloat32) - Constructor for class boofcv.core.image.FactoryGImageSingleBand.GSingle_F32
 
GSingle_F64(ImageFloat64) - Constructor for class boofcv.core.image.FactoryGImageSingleBand.GSingle_F64
 
GSingle_I64(ImageSInt64) - Constructor for class boofcv.core.image.FactoryGImageSingleBand.GSingle_I64
 
GSingle_S16(ImageSInt16) - Constructor for class boofcv.core.image.FactoryGImageSingleBand.GSingle_S16
 
GSingle_S32(ImageSInt32) - Constructor for class boofcv.core.image.FactoryGImageSingleBand.GSingle_S32
 
GSingle_S8(ImageSInt8) - Constructor for class boofcv.core.image.FactoryGImageSingleBand.GSingle_S8
 
GSingle_U16(ImageUInt16) - Constructor for class boofcv.core.image.FactoryGImageSingleBand.GSingle_U16
 
GSingle_U8(ImageUInt8) - Constructor for class boofcv.core.image.FactoryGImageSingleBand.GSingle_U8
 
GSingleBase(T) - Constructor for class boofcv.core.image.FactoryGImageSingleBand.GSingleBase
 
GSingleBaseInt(T) - Constructor for class boofcv.core.image.FactoryGImageSingleBand.GSingleBaseInt
 
GSingleBorder(T) - Constructor for class boofcv.core.image.FactoryGImageSingleBand.GSingleBorder
 
GSingleToMB(GImageSingleBand) - Constructor for class boofcv.core.image.FactoryGImageMultiBand.GSingleToMB
 
GThresholdImageOps - Class in boofcv.alg.filter.binary
Weakly typed version of ThresholdImageOps.
GThresholdImageOps() - Constructor for class boofcv.alg.filter.binary.GThresholdImageOps
 

H

haar(int, Class<T>) - Static method in class boofcv.factory.transform.ii.FactorySparseIntegralFilters
 
haar(Class<T>) - Static method in class boofcv.factory.transform.wavelet.GFactoryWavelet
 
height - Variable in class boofcv.alg.interpolate.BilinearPixelMB
 
height - Variable in class boofcv.alg.interpolate.BilinearPixelS
 
height - Variable in class boofcv.alg.interpolate.NearestNeighborPixelMB
 
height - Variable in class boofcv.alg.interpolate.NearestNeighborPixelS
 
height - Variable in class boofcv.struct.image.ImageBase
Number of rows in the image.
height - Variable in class boofcv.struct.image.ImageDimension
 
height - Variable in class boofcv.struct.RectangleRotate_F32
 
height - Variable in class boofcv.struct.RectangleRotate_F64
height of rectangle
hessian(DerivativeType, I, D, D, D, BorderType) - Static method in class boofcv.alg.filter.derivative.GImageDerivativeOps
Computes the hessian from the original input image.
hessian(DerivativeType, D, D, D, D, D, BorderType) - Static method in class boofcv.alg.filter.derivative.GImageDerivativeOps
Computes the hessian from the gradient.
hessian(O[], O[], ImageHessian<O>, O[], O[], O[]) - Static method in class boofcv.alg.transform.pyramid.PyramidOps
Computes the hessian (2nd order derivative) for each image the pyramid.
hessian(Class<?>, Class<D>) - Static method in class boofcv.factory.filter.derivative.FactoryDerivative
 
hessianDirectSobel(Class<I>, Class<D>) - Static method in class boofcv.factory.filter.derivative.FactoryDerivative
 
hessianDirectSobel_F32() - Static method in class boofcv.factory.filter.derivative.FactoryDerivative
 
hessianDirectSobel_U8() - Static method in class boofcv.factory.filter.derivative.FactoryDerivative
 
hessianDirectThree(Class<I>, Class<D>) - Static method in class boofcv.factory.filter.derivative.FactoryDerivative
 
hessianDirectThree_F32() - Static method in class boofcv.factory.filter.derivative.FactoryDerivative
 
hessianDirectThree_U8() - Static method in class boofcv.factory.filter.derivative.FactoryDerivative
 
HessianFromGradient - Class in boofcv.alg.filter.derivative
These functions compute the image hessian by computing the image gradient twice.
HessianFromGradient() - Constructor for class boofcv.alg.filter.derivative.HessianFromGradient
 
hessianPrewitt(ImageSInt16, ImageSInt16, ImageSInt16, ImageSInt16, ImageSInt16, ImageBorder_S32) - Static method in class boofcv.alg.filter.derivative.HessianFromGradient
Computes the hessian given an image's gradient using a Prewitt operator.
hessianPrewitt(ImageFloat32, ImageFloat32, ImageFloat32, ImageFloat32, ImageFloat32, ImageBorder_F32) - Static method in class boofcv.alg.filter.derivative.HessianFromGradient
Computes the hessian given an image's gradient using a Prewitt operator.
hessianPrewitt(Class<D>) - Static method in class boofcv.factory.filter.derivative.FactoryDerivative
 
hessianSobel(ImageSInt16, ImageSInt16, ImageSInt16, ImageSInt16, ImageSInt16, ImageBorder_S32) - Static method in class boofcv.alg.filter.derivative.HessianFromGradient
Computes the hessian given an image's gradient using a Sobel operator.
hessianSobel(ImageFloat32, ImageFloat32, ImageFloat32, ImageFloat32, ImageFloat32, ImageBorder_F32) - Static method in class boofcv.alg.filter.derivative.HessianFromGradient
Computes the hessian given an image's gradient using a Sobel operator.
HessianSobel - Class in boofcv.alg.filter.derivative
Computes the second derivative (Hessian) of an image using.
HessianSobel() - Constructor for class boofcv.alg.filter.derivative.HessianSobel
 
hessianSobel(Class<D>) - Static method in class boofcv.factory.filter.derivative.FactoryDerivative
 
HessianSobel_Shared - Class in boofcv.alg.filter.derivative.impl
Prewitt implementation that shares values for horizontal and vertical gradients
HessianSobel_Shared() - Constructor for class boofcv.alg.filter.derivative.impl.HessianSobel_Shared
 
hessianThree(ImageSInt16, ImageSInt16, ImageSInt16, ImageSInt16, ImageSInt16, ImageBorder_S32) - Static method in class boofcv.alg.filter.derivative.HessianFromGradient
Computes the hessian given an image's gradient using a three derivative operator.
hessianThree(ImageFloat32, ImageFloat32, ImageFloat32, ImageFloat32, ImageFloat32, ImageBorder_F32) - Static method in class boofcv.alg.filter.derivative.HessianFromGradient
Computes the hessian given an image's gradient using a three derivative operator.
HessianThree - Class in boofcv.alg.filter.derivative
Computes the second derivative (Hessian) of an image using.
HessianThree() - Constructor for class boofcv.alg.filter.derivative.HessianThree
 
hessianThree(Class<D>) - Static method in class boofcv.factory.filter.derivative.FactoryDerivative
 
HessianThree_Standard - Class in boofcv.alg.filter.derivative.impl
Basic implementation of HessianThree with nothing fancy is done to improve its performance.
HessianThree_Standard() - Constructor for class boofcv.alg.filter.derivative.impl.HessianThree_Standard
 
histogram(ImageSingleBand, int, int[]) - Static method in class boofcv.alg.misc.GImageStatistics
Computes the histogram of intensity values for the image.
histogram(ImageUInt8, int[]) - Static method in class boofcv.alg.misc.ImageStatistics
Computes the histogram of intensity values for the image.
histogram(ImageSInt8, int, int[]) - Static method in class boofcv.alg.misc.ImageStatistics
Computes the histogram of intensity values for the image.
histogram(ImageUInt16, int[]) - Static method in class boofcv.alg.misc.ImageStatistics
Computes the histogram of intensity values for the image.
histogram(ImageSInt16, int, int[]) - Static method in class boofcv.alg.misc.ImageStatistics
Computes the histogram of intensity values for the image.
histogram(ImageSInt32, int, int[]) - Static method in class boofcv.alg.misc.ImageStatistics
Computes the histogram of intensity values for the image.
histogram(ImageSInt64, int, int[]) - Static method in class boofcv.alg.misc.ImageStatistics
Computes the histogram of intensity values for the image.
histogram(ImageFloat32, int, int[]) - Static method in class boofcv.alg.misc.ImageStatistics
Computes the histogram of intensity values for the image.
histogram(ImageFloat64, int, int[]) - Static method in class boofcv.alg.misc.ImageStatistics
Computes the histogram of intensity values for the image.
horiz - Variable in class boofcv.alg.interpolate.PolynomialPixel
 
horizontal(Kernel1D_F32, ImageBorder_F32, ImageFloat32) - Static method in class boofcv.alg.filter.convolve.border.ConvolveJustBorder_General
 
horizontal(Kernel1D_I32, ImageBorder_S32, ImageInt16) - Static method in class boofcv.alg.filter.convolve.border.ConvolveJustBorder_General
 
horizontal(Kernel1D_I32, ImageBorder_S32, ImageSInt32) - Static method in class boofcv.alg.filter.convolve.border.ConvolveJustBorder_General
 
horizontal(Kernel1D_F32, ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.filter.convolve.ConvolveDownNoBorder
 
horizontal(Kernel1D_I32, ImageUInt8, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.ConvolveDownNoBorder
 
horizontal(Kernel1D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.ConvolveDownNoBorder
 
horizontal(Kernel1D_I32, ImageUInt8, ImageInt8, int, int) - Static method in class boofcv.alg.filter.convolve.ConvolveDownNoBorder
 
horizontal(Kernel1D_I32, ImageSInt16, ImageInt16, int, int) - Static method in class boofcv.alg.filter.convolve.ConvolveDownNoBorder
 
horizontal(Kernel1D_F32, ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.filter.convolve.ConvolveDownNormalized
Performs a horizontal 1D down convolution across the image while re-normalizing the kernel depending on its overlap with the image.
horizontal(Kernel1D_I32, ImageUInt8, ImageInt8, int) - Static method in class boofcv.alg.filter.convolve.ConvolveDownNormalized
Performs a horizontal 1D down convolution across the image while re-normalizing the kernel depending on its overlap with the image.
horizontal(Kernel1D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.ConvolveDownNormalized
Performs a horizontal 1D down convolution across the image while re-normalizing the kernel depending on its overlap with the image.
horizontal(ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.filter.convolve.ConvolveImageBox
Performs a horizontal 1D convolution of a box kernel across the image
horizontal(ImageUInt8, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.ConvolveImageBox
Performs a horizontal 1D convolution of a box kernel across the image
horizontal(ImageUInt8, ImageSInt32, int) - Static method in class boofcv.alg.filter.convolve.ConvolveImageBox
Performs a horizontal 1D convolution of a box kernel across the image
horizontal(ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.ConvolveImageBox
Performs a horizontal 1D convolution of a box kernel across the image
horizontal(ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.filter.convolve.ConvolveImageMean
Performs a horizontal 1D convolution which computes the mean value of elements inside the kernel.
horizontal(ImageUInt8, ImageUInt8, int) - Static method in class boofcv.alg.filter.convolve.ConvolveImageMean
Performs a horizontal 1D convolution which computes the mean value of elements inside the kernel.
horizontal(ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.ConvolveImageMean
Performs a horizontal 1D convolution which computes the mean value of elements inside the kernel.
horizontal(Kernel1D_F32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.convolve.ConvolveImageNoBorder
Performs a horizontal 1D convolution across the image.
horizontal(Kernel1D_I32, ImageUInt8, ImageInt8, int) - Static method in class boofcv.alg.filter.convolve.ConvolveImageNoBorder
Performs a horizontal 1D convolution across the image.
horizontal(Kernel1D_I32, ImageUInt8, ImageInt16) - Static method in class boofcv.alg.filter.convolve.ConvolveImageNoBorder
Performs a horizontal 1D convolution across the image.
horizontal(Kernel1D_I32, ImageUInt8, ImageSInt32) - Static method in class boofcv.alg.filter.convolve.ConvolveImageNoBorder
Performs a horizontal 1D convolution across the image.
horizontal(Kernel1D_I32, ImageSInt16, ImageInt16) - Static method in class boofcv.alg.filter.convolve.ConvolveImageNoBorder
Performs a horizontal 1D convolution across the image.
horizontal(Kernel1D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.ConvolveImageNoBorder
Performs a horizontal 1D convolution across the image.
horizontal(Kernel1D_I32, ImageSInt32, ImageSInt32, int) - Static method in class boofcv.alg.filter.convolve.ConvolveImageNoBorder
Performs a horizontal 1D convolution across the image.
horizontal(Kernel1D_F32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.convolve.ConvolveNormalized
Performs a horizontal 1D convolution across the image while re-normalizing the kernel depending on its overlap with the image.
horizontal(Kernel1D_I32, ImageUInt8, ImageInt8) - Static method in class boofcv.alg.filter.convolve.ConvolveNormalized
Performs a horizontal 1D convolution across the image while re-normalizing the kernel depending on its overlap with the image.
horizontal(Kernel1D_I32, ImageSInt16, ImageInt16) - Static method in class boofcv.alg.filter.convolve.ConvolveNormalized
Performs a horizontal 1D convolution across the image while re-normalizing the kernel depending on its overlap with the image.
horizontal(Kernel1D_I32, ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.filter.convolve.ConvolveNormalized
Performs a horizontal 1D convolution across the image while re-normalizing the kernel depending on its overlap with the image.
horizontal(Kernel1D_F32, ImageFloat32, ImageFloat32, ImageBorder_F32) - Static method in class boofcv.alg.filter.convolve.ConvolveWithBorder
Performs a horizontal 1D convolution across the image.
horizontal(Kernel1D_I32, ImageUInt8, ImageInt16, ImageBorder_S32) - Static method in class boofcv.alg.filter.convolve.ConvolveWithBorder
Performs a horizontal 1D convolution across the image.
horizontal(Kernel1D_I32, ImageUInt8, ImageSInt32, ImageBorder_S32) - Static method in class boofcv.alg.filter.convolve.ConvolveWithBorder
Performs a horizontal 1D convolution across the image.
horizontal(Kernel1D_I32, ImageSInt16, ImageInt16, ImageBorder_S32) - Static method in class boofcv.alg.filter.convolve.ConvolveWithBorder
Performs a horizontal 1D convolution across the image.
horizontal(Kernel1D_F32, ImageBorder_F32, int, int) - Static method in class boofcv.alg.filter.convolve.ConvolveWithBorderSparse
 
horizontal(Kernel1D_I32, ImageBorder_S32, int, int) - Static method in class boofcv.alg.filter.convolve.ConvolveWithBorderSparse
 
horizontal(Kernel1D_F32, ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderStandard
 
horizontal(Kernel1D_I32, ImageUInt8, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderStandard
 
horizontal(Kernel1D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderStandard
 
horizontal(Kernel1D_I32, ImageUInt8, ImageInt8, int, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderStandard
 
horizontal(Kernel1D_I32, ImageSInt16, ImageInt16, int, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderStandard
 
horizontal(Kernel1D_F32, ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_F32_F32
 
horizontal(Kernel1D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_S16_I16
 
horizontal(Kernel1D_I32, ImageSInt16, ImageInt16, int, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_S16_I16_Div
 
horizontal(Kernel1D_I32, ImageUInt8, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_U8_I16
 
horizontal(Kernel1D_I32, ImageUInt8, ImageInt8, int, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_U8_I8_Div
 
horizontal(Kernel1D_F32, ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNormalized_JustBorder
 
horizontal(Kernel1D_I32, ImageUInt8, ImageInt8, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNormalized_JustBorder
 
horizontal(Kernel1D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNormalized_JustBorder
 
horizontal(Kernel1D_F32, ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNormalizedNaive
 
horizontal(Kernel1D_I32, ImageUInt8, ImageInt8, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNormalizedNaive
 
horizontal(Kernel1D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNormalizedNaive
 
horizontal(K, In, Out, B) - Static method in class boofcv.alg.filter.convolve.GConvolveImageOps
Performs a horizontal 1D convolution across the image.
horizontal(K, In, In) - Static method in class boofcv.alg.filter.convolve.GConvolveImageOps
Performs a horizontal 1D convolution across the image.
horizontal(Kernel1D_F32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
 
horizontal(Kernel1D_F64, ImageFloat64, ImageFloat64) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
 
horizontal(Kernel1D_I32, ImageUInt8, ImageInt16) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
 
horizontal(Kernel1D_I32, ImageUInt8, ImageSInt32) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
 
horizontal(Kernel1D_I32, ImageSInt16, ImageInt16) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
 
horizontal(Kernel1D_I32, ImageUInt8, ImageInt8, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
 
horizontal(Kernel1D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
 
horizontal(Kernel1D_I32, ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
 
horizontal(Kernel1D_I32, ImageSInt32, ImageSInt32, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
 
horizontal(Kernel1D_F32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_F32_F32
 
horizontal(Kernel1D_I32, ImageSInt16, ImageInt16) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16
 
horizontal(Kernel1D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16_Div
 
horizontal(Kernel1D_I32, ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32
 
horizontal(Kernel1D_I32, ImageSInt32, ImageSInt32, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32_Div
 
horizontal(Kernel1D_I32, ImageUInt8, ImageInt16) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I16
 
horizontal(Kernel1D_I32, ImageUInt8, ImageInt8, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I8_Div
 
horizontal(ImageUInt8, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.noborder.ImplConvolveBox
 
horizontal(ImageUInt8, ImageSInt32, int) - Static method in class boofcv.alg.filter.convolve.noborder.ImplConvolveBox
 
horizontal(ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.noborder.ImplConvolveBox
 
horizontal(ImageSInt32, ImageSInt32, int) - Static method in class boofcv.alg.filter.convolve.noborder.ImplConvolveBox
 
horizontal(ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.filter.convolve.noborder.ImplConvolveBox
 
horizontal(ImageFloat64, ImageFloat64, int) - Static method in class boofcv.alg.filter.convolve.noborder.ImplConvolveBox
 
horizontal(ImageUInt8, ImageInt8, int) - Static method in class boofcv.alg.filter.convolve.noborder.ImplConvolveMean
 
horizontal(ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.noborder.ImplConvolveMean
 
horizontal(ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.filter.convolve.noborder.ImplConvolveMean
 
horizontal(Kernel1D_F32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.convolve.normalized.ConvolveNormalized_JustBorder
 
horizontal(Kernel1D_I32, ImageUInt8, ImageInt8) - Static method in class boofcv.alg.filter.convolve.normalized.ConvolveNormalized_JustBorder
 
horizontal(Kernel1D_I32, ImageSInt16, ImageInt16) - Static method in class boofcv.alg.filter.convolve.normalized.ConvolveNormalized_JustBorder
 
horizontal(Kernel1D_I32, ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.filter.convolve.normalized.ConvolveNormalized_JustBorder
 
horizontal(Kernel1D_F32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.convolve.normalized.ConvolveNormalizedNaive
 
horizontal(Kernel1D_I32, ImageUInt8, ImageInt8) - Static method in class boofcv.alg.filter.convolve.normalized.ConvolveNormalizedNaive
 
horizontal(Kernel1D_I32, ImageSInt16, ImageInt16) - Static method in class boofcv.alg.filter.convolve.normalized.ConvolveNormalizedNaive
 
horizontal(Kernel1D_I32, ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.filter.convolve.normalized.ConvolveNormalizedNaive
 
horizontal(ImageUInt8, ImageFloat32) - Static method in class boofcv.alg.filter.misc.ImplAverageDownSample
Down samples the image along the x-axis only.
horizontal(ImageUInt16, ImageFloat32) - Static method in class boofcv.alg.filter.misc.ImplAverageDownSample
Down samples the image along the x-axis only.
horizontal(ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.misc.ImplAverageDownSample
Down samples the image along the x-axis only.
horizontal(ImageFloat64, ImageFloat64) - Static method in class boofcv.alg.filter.misc.ImplAverageDownSample
Down samples the image along the x-axis only.
horizontal(BorderIndex1D, WlCoef_F32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.transform.wavelet.impl.ImplWaveletTransformBorder
 
horizontal(BorderIndex1D, WlCoef_I32, ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.transform.wavelet.impl.ImplWaveletTransformBorder
 
horizontal(WlCoef_F32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.transform.wavelet.impl.ImplWaveletTransformInner
 
horizontal(WlCoef_I32, ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.transform.wavelet.impl.ImplWaveletTransformInner
 
horizontal(BorderIndex1D, WlCoef_F32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.transform.wavelet.impl.ImplWaveletTransformNaive
Performs a single level wavelet transform along the horizontal axis.
horizontal(BorderIndex1D, WlCoef_I32, ImageInteger, ImageInteger) - Static method in class boofcv.alg.transform.wavelet.impl.ImplWaveletTransformNaive
Performs a single level wavelet transform along the horizontal axis.
horizontal11(Kernel1D_F32, ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_F32_F32
 
horizontal11(Kernel1D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_S16_I16
 
horizontal11(Kernel1D_I32, ImageSInt16, ImageInt16, int, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_S16_I16_Div
 
horizontal11(Kernel1D_I32, ImageUInt8, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_U8_I16
 
horizontal11(Kernel1D_I32, ImageUInt8, ImageInt8, int, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_U8_I8_Div
 
horizontal11(Kernel1D_F32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_F32_F32
 
horizontal11(Kernel1D_I32, ImageSInt16, ImageInt16) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16
 
horizontal11(Kernel1D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16_Div
 
horizontal11(Kernel1D_I32, ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32
 
horizontal11(Kernel1D_I32, ImageSInt32, ImageSInt32, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32_Div
 
horizontal11(Kernel1D_I32, ImageUInt8, ImageInt16) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I16
 
horizontal11(Kernel1D_I32, ImageUInt8, ImageInt8, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I8_Div
 
horizontal3(Kernel1D_F32, ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_F32_F32
 
horizontal3(Kernel1D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_S16_I16
 
horizontal3(Kernel1D_I32, ImageSInt16, ImageInt16, int, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_S16_I16_Div
 
horizontal3(Kernel1D_I32, ImageUInt8, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_U8_I16
 
horizontal3(Kernel1D_I32, ImageUInt8, ImageInt8, int, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_U8_I8_Div
 
horizontal3(Kernel1D_F32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_F32_F32
 
horizontal3(Kernel1D_I32, ImageSInt16, ImageInt16) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16
 
horizontal3(Kernel1D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16_Div
 
horizontal3(Kernel1D_I32, ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32
 
horizontal3(Kernel1D_I32, ImageSInt32, ImageSInt32, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32_Div
 
horizontal3(Kernel1D_I32, ImageUInt8, ImageInt16) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I16
 
horizontal3(Kernel1D_I32, ImageUInt8, ImageInt8, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I8_Div
 
horizontal5(Kernel1D_F32, ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_F32_F32
 
horizontal5(Kernel1D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_S16_I16
 
horizontal5(Kernel1D_I32, ImageSInt16, ImageInt16, int, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_S16_I16_Div
 
horizontal5(Kernel1D_I32, ImageUInt8, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_U8_I16
 
horizontal5(Kernel1D_I32, ImageUInt8, ImageInt8, int, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_U8_I8_Div
 
horizontal5(Kernel1D_F32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_F32_F32
 
horizontal5(Kernel1D_I32, ImageSInt16, ImageInt16) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16
 
horizontal5(Kernel1D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16_Div
 
horizontal5(Kernel1D_I32, ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32
 
horizontal5(Kernel1D_I32, ImageSInt32, ImageSInt32, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32_Div
 
horizontal5(Kernel1D_I32, ImageUInt8, ImageInt16) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I16
 
horizontal5(Kernel1D_I32, ImageUInt8, ImageInt8, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I8_Div
 
horizontal7(Kernel1D_F32, ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_F32_F32
 
horizontal7(Kernel1D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_S16_I16
 
horizontal7(Kernel1D_I32, ImageSInt16, ImageInt16, int, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_S16_I16_Div
 
horizontal7(Kernel1D_I32, ImageUInt8, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_U8_I16
 
horizontal7(Kernel1D_I32, ImageUInt8, ImageInt8, int, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_U8_I8_Div
 
horizontal7(Kernel1D_F32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_F32_F32
 
horizontal7(Kernel1D_I32, ImageSInt16, ImageInt16) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16
 
horizontal7(Kernel1D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16_Div
 
horizontal7(Kernel1D_I32, ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32
 
horizontal7(Kernel1D_I32, ImageSInt32, ImageSInt32, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32_Div
 
horizontal7(Kernel1D_I32, ImageUInt8, ImageInt16) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I16
 
horizontal7(Kernel1D_I32, ImageUInt8, ImageInt8, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I8_Div
 
horizontal9(Kernel1D_F32, ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_F32_F32
 
horizontal9(Kernel1D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_S16_I16
 
horizontal9(Kernel1D_I32, ImageSInt16, ImageInt16, int, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_S16_I16_Div
 
horizontal9(Kernel1D_I32, ImageUInt8, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_U8_I16
 
horizontal9(Kernel1D_I32, ImageUInt8, ImageInt8, int, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_U8_I8_Div
 
horizontal9(Kernel1D_F32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_F32_F32
 
horizontal9(Kernel1D_I32, ImageSInt16, ImageInt16) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16
 
horizontal9(Kernel1D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16_Div
 
horizontal9(Kernel1D_I32, ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32
 
horizontal9(Kernel1D_I32, ImageSInt32, ImageSInt32, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32_Div
 
horizontal9(Kernel1D_I32, ImageUInt8, ImageInt16) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I16
 
horizontal9(Kernel1D_I32, ImageUInt8, ImageInt8, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I8_Div
 
horizontalInverse(BorderIndex1D, WlBorderCoef<WlCoef_F32>, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.transform.wavelet.impl.ImplWaveletTransformBorder
 
horizontalInverse(BorderIndex1D, WlBorderCoef<WlCoef_I32>, ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.transform.wavelet.impl.ImplWaveletTransformBorder
 
horizontalInverse(WlCoef_F32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.transform.wavelet.impl.ImplWaveletTransformInner
 
horizontalInverse(WlCoef_I32, ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.transform.wavelet.impl.ImplWaveletTransformInner
 
horizontalInverse(BorderIndex1D, WlBorderCoef<WlCoef_F32>, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.transform.wavelet.impl.ImplWaveletTransformNaive
Performs a single level inverse wavelet transform along the horizontal axis.
horizontalInverse(BorderIndex1D, WlBorderCoef<WlCoef_I32>, ImageInteger, ImageInteger) - Static method in class boofcv.alg.transform.wavelet.impl.ImplWaveletTransformNaive
Performs a single level inverse wavelet transform along the horizontal axis.
horizontalNormalized(K, In, Out) - Static method in class boofcv.alg.filter.convolve.GConvolveImageOps
Performs a horizontal 1D convolution across the image while re-normalizing the kernel depending on its overlap with the image.
hsvToRgb(double, double, double, double[]) - Static method in class boofcv.alg.color.ColorHsv
Convert HSV color into RGB color
hsvToRgb(float, float, float, float[]) - Static method in class boofcv.alg.color.ColorHsv
Convert HSV color into RGB color
hsvToRgb_F32(MultiSpectral<ImageFloat32>, MultiSpectral<ImageFloat32>) - Static method in class boofcv.alg.color.ColorHsv
Converts an image from HSV into RGB.
hunt(float) - Method in class boofcv.alg.interpolate.array.Interpolate1D_F32
To speed up finding the appropriate indexes to use in the interpolation it can use its previous results to search a smaller region than it would otherwise.

I

id - Variable in class boofcv.alg.filter.binary.Contour
ID of blob in the image.
IL() - Constructor for class boofcv.core.image.FactoryGImageMultiBand.IL
 
il(int, Class<I>) - Static method in class boofcv.struct.image.ImageType
 
il(int, ImageDataType) - Static method in class boofcv.struct.image.ImageType
 
IL_F32(InterleavedF32) - Constructor for class boofcv.core.image.FactoryGImageMultiBand.IL_F32
 
IL_F32() - Constructor for class boofcv.core.image.FactoryGImageMultiBand.IL_F32
 
IL_S8(InterleavedS8) - Constructor for class boofcv.core.image.FactoryGImageMultiBand.IL_S8
 
IL_S8() - Constructor for class boofcv.core.image.FactoryGImageMultiBand.IL_S8
 
IL_U8(InterleavedU8) - Constructor for class boofcv.core.image.FactoryGImageMultiBand.IL_U8
 
IL_U8() - Constructor for class boofcv.core.image.FactoryGImageMultiBand.IL_U8
 
image - Variable in class boofcv.abst.filter.convolve.ImageConvolveSparse
 
image - Variable in class boofcv.alg.interpolate.PolynomialPixel
 
image - Variable in class boofcv.core.image.FactoryGImageMultiBand.GMultiBorder
 
image - Variable in class boofcv.core.image.FactoryGImageSingleBand.GSingleBase
 
image - Variable in class boofcv.core.image.FactoryGImageSingleBand.GSingleBorder
 
ImageAccessException - Exception in boofcv.struct.image
This exception is thrown when an attempt has been made to access part of an image which is out of bounds.
ImageAccessException() - Constructor for exception boofcv.struct.image.ImageAccessException
 
ImageAccessException(String) - Constructor for exception boofcv.struct.image.ImageAccessException
 
ImageAccessException(String, Throwable) - Constructor for exception boofcv.struct.image.ImageAccessException
 
ImageAccessException(Throwable) - Constructor for exception boofcv.struct.image.ImageAccessException
 
ImageBase<T extends ImageBase> - Class in boofcv.struct.image
Base class for all image types.
ImageBase() - Constructor for class boofcv.struct.image.ImageBase
 
ImageBorder<T extends ImageBase> - Class in boofcv.core.image.border
A wrapper around a normal image that returns a numeric value if a pixel is requested that is outside of the image boundary.
ImageBorder(T) - Constructor for class boofcv.core.image.border.ImageBorder
 
ImageBorder() - Constructor for class boofcv.core.image.border.ImageBorder
 
ImageBorder1D_F32 - Class in boofcv.core.image.border
 
ImageBorder1D_F32(Class<?>) - Constructor for class boofcv.core.image.border.ImageBorder1D_F32
 
ImageBorder1D_F32(BorderIndex1D, BorderIndex1D) - Constructor for class boofcv.core.image.border.ImageBorder1D_F32
 
ImageBorder1D_F64 - Class in boofcv.core.image.border
 
ImageBorder1D_F64(Class<?>) - Constructor for class boofcv.core.image.border.ImageBorder1D_F64
 
ImageBorder1D_F64(BorderIndex1D, BorderIndex1D) - Constructor for class boofcv.core.image.border.ImageBorder1D_F64
 
ImageBorder1D_IL_F32 - Class in boofcv.core.image.border
 
ImageBorder1D_IL_F32(Class<?>) - Constructor for class boofcv.core.image.border.ImageBorder1D_IL_F32
 
ImageBorder1D_IL_F32(BorderIndex1D, BorderIndex1D) - Constructor for class boofcv.core.image.border.ImageBorder1D_IL_F32
 
ImageBorder1D_IL_F64 - Class in boofcv.core.image.border
 
ImageBorder1D_IL_F64(Class<?>) - Constructor for class boofcv.core.image.border.ImageBorder1D_IL_F64
 
ImageBorder1D_IL_F64(BorderIndex1D, BorderIndex1D) - Constructor for class boofcv.core.image.border.ImageBorder1D_IL_F64
 
ImageBorder1D_IL_S32<T extends InterleavedInteger> - Class in boofcv.core.image.border
 
ImageBorder1D_IL_S32(Class<?>) - Constructor for class boofcv.core.image.border.ImageBorder1D_IL_S32
 
ImageBorder1D_IL_S32(BorderIndex1D, BorderIndex1D) - Constructor for class boofcv.core.image.border.ImageBorder1D_IL_S32
 
ImageBorder1D_IL_S64 - Class in boofcv.core.image.border
 
ImageBorder1D_IL_S64(Class<?>) - Constructor for class boofcv.core.image.border.ImageBorder1D_IL_S64
 
ImageBorder1D_IL_S64(BorderIndex1D, BorderIndex1D) - Constructor for class boofcv.core.image.border.ImageBorder1D_IL_S64
 
ImageBorder1D_S32<T extends ImageInteger> - Class in boofcv.core.image.border
 
ImageBorder1D_S32(Class<?>) - Constructor for class boofcv.core.image.border.ImageBorder1D_S32
 
ImageBorder1D_S32(BorderIndex1D, BorderIndex1D) - Constructor for class boofcv.core.image.border.ImageBorder1D_S32
 
ImageBorder1D_S32(T, BorderIndex1D, BorderIndex1D) - Constructor for class boofcv.core.image.border.ImageBorder1D_S32
 
ImageBorder1D_S64 - Class in boofcv.core.image.border
 
ImageBorder1D_S64(Class<?>) - Constructor for class boofcv.core.image.border.ImageBorder1D_S64
 
ImageBorder1D_S64(BorderIndex1D, BorderIndex1D) - Constructor for class boofcv.core.image.border.ImageBorder1D_S64
 
ImageBorder1D_S64(ImageSInt64, BorderIndex1D, BorderIndex1D) - Constructor for class boofcv.core.image.border.ImageBorder1D_S64
 
ImageBorder_F32 - Class in boofcv.core.image.border
ImageBorder_F32(ImageFloat32) - Constructor for class boofcv.core.image.border.ImageBorder_F32
 
ImageBorder_F32() - Constructor for class boofcv.core.image.border.ImageBorder_F32
 
ImageBorder_F64 - Class in boofcv.core.image.border
ImageBorder_F64(ImageFloat64) - Constructor for class boofcv.core.image.border.ImageBorder_F64
 
ImageBorder_F64() - Constructor for class boofcv.core.image.border.ImageBorder_F64
 
ImageBorder_IL_F32 - Class in boofcv.core.image.border
ImageBorder_IL_F32(InterleavedF32) - Constructor for class boofcv.core.image.border.ImageBorder_IL_F32
 
ImageBorder_IL_F32() - Constructor for class boofcv.core.image.border.ImageBorder_IL_F32
 
ImageBorder_IL_F64 - Class in boofcv.core.image.border
ImageBorder_IL_F64(InterleavedF64) - Constructor for class boofcv.core.image.border.ImageBorder_IL_F64
 
ImageBorder_IL_F64() - Constructor for class boofcv.core.image.border.ImageBorder_IL_F64
 
ImageBorder_IL_S32<T extends InterleavedInteger> - Class in boofcv.core.image.border
ImageBorder_IL_S32(T) - Constructor for class boofcv.core.image.border.ImageBorder_IL_S32
 
ImageBorder_IL_S32() - Constructor for class boofcv.core.image.border.ImageBorder_IL_S32
 
ImageBorder_IL_S64 - Class in boofcv.core.image.border
ImageBorder_IL_S64(InterleavedS64) - Constructor for class boofcv.core.image.border.ImageBorder_IL_S64
 
ImageBorder_IL_S64() - Constructor for class boofcv.core.image.border.ImageBorder_IL_S64
 
ImageBorder_S32<T extends ImageInteger> - Class in boofcv.core.image.border
ImageBorder_S32(T) - Constructor for class boofcv.core.image.border.ImageBorder_S32
 
ImageBorder_S32() - Constructor for class boofcv.core.image.border.ImageBorder_S32
 
ImageBorder_S64 - Class in boofcv.core.image.border
ImageBorder_S64(ImageSInt64) - Constructor for class boofcv.core.image.border.ImageBorder_S64
 
ImageBorder_S64() - Constructor for class boofcv.core.image.border.ImageBorder_S64
 
ImageBorderValue - Class in boofcv.core.image.border
All points outside of the image will return the specified value
ImageBorderValue() - Constructor for class boofcv.core.image.border.ImageBorderValue
 
ImageBorderValue.Value_F32 - Class in boofcv.core.image.border
 
ImageBorderValue.Value_F64 - Class in boofcv.core.image.border
 
ImageBorderValue.Value_I - Class in boofcv.core.image.border
 
ImageBorderValue.Value_I64 - Class in boofcv.core.image.border
 
ImageBorderValue.Value_IL_F32 - Class in boofcv.core.image.border
 
ImageBorderValue.Value_IL_F64 - Class in boofcv.core.image.border
 
ImageBorderValue.Value_IL_S32 - Class in boofcv.core.image.border
 
ImageBorderValue.Value_IL_S64 - Class in boofcv.core.image.border
 
ImageConvolveSparse<T extends ImageSingleBand,K extends Kernel2D> - Class in boofcv.abst.filter.convolve
Abstract class for sparse image convolution.
ImageConvolveSparse(K) - Constructor for class boofcv.abst.filter.convolve.ImageConvolveSparse
 
ImageConvolveSparse() - Constructor for class boofcv.abst.filter.convolve.ImageConvolveSparse
 
ImageDataType - Enum in boofcv.struct.image
Describes the physical characteristics of the internal primitive data types inside the image
ImageDerivative<T extends ImageBase,D extends ImageBase> - Interface in boofcv.abst.filter.derivative
Abstract interface for computing image derivatives.
ImageDimension - Class in boofcv.struct.image
 
ImageDimension(int, int) - Constructor for class boofcv.struct.image.ImageDimension
 
ImageDimension() - Constructor for class boofcv.struct.image.ImageDimension
 
ImageDistort<Input extends ImageBase,Output extends ImageBase> - Interface in boofcv.alg.distort
Copies an image onto another image while applying a transform to the pixel coordinates.
ImageDistortBasic<Input extends ImageBase,Output extends ImageBase,Interpolate extends InterpolatePixel<Input>> - Class in boofcv.alg.distort
Most basic implementation of ImageDistort.
ImageDistortBasic(Interpolate) - Constructor for class boofcv.alg.distort.ImageDistortBasic
Specifies configuration parameters
ImageDistortBasic_IL<Input extends ImageInterleaved,Output extends ImageInterleaved> - Class in boofcv.alg.distort
Most basic implementation of ImageDistort for ImageInterleaved.
ImageDistortBasic_IL(InterpolatePixelMB<Input>) - Constructor for class boofcv.alg.distort.ImageDistortBasic_IL
Specifies configuration parameters
ImageDistortBasic_SB<Input extends ImageSingleBand,Output extends ImageSingleBand> - Class in boofcv.alg.distort
Most basic implementation of ImageDistort for ImageSingleBand.
ImageDistortBasic_SB(InterpolatePixelS<Input>) - Constructor for class boofcv.alg.distort.ImageDistortBasic_SB
Specifies configuration parameters
ImageDistortCache_SB<Input extends ImageSingleBand,Output extends ImageSingleBand> - Class in boofcv.alg.distort
Except for very simple functions, computing the per pixel distortion is an expensive operation.
ImageDistortCache_SB(InterpolatePixelS<Input>) - Constructor for class boofcv.alg.distort.ImageDistortCache_SB
Specifies configuration parameters
ImageFloat<T extends ImageFloat> - Class in boofcv.struct.image
Base class for images with float pixels.
ImageFloat(int, int) - Constructor for class boofcv.struct.image.ImageFloat
 
ImageFloat() - Constructor for class boofcv.struct.image.ImageFloat
 
ImageFloat32 - Class in boofcv.struct.image
Image with a pixel type of 32-bit float.
ImageFloat32(int, int) - Constructor for class boofcv.struct.image.ImageFloat32
Creates a new gray scale (single band/color) image.
ImageFloat32() - Constructor for class boofcv.struct.image.ImageFloat32
Creates an image with no data declared and the width/height set to zero.
ImageFloat64 - Class in boofcv.struct.image
Image with a pixel type of 64-bit float.
ImageFloat64(int, int) - Constructor for class boofcv.struct.image.ImageFloat64
Creates a new gray scale (single band/color) image.
ImageFloat64() - Constructor for class boofcv.struct.image.ImageFloat64
Creates an image with no data declared and the width/height set to zero.
ImageFunctionSparse<T extends ImageSingleBand> - Interface in boofcv.abst.filter
Interface for computing the output of functions which take as an input an image and a pixel coordinate.
ImageGenerator<T extends ImageSingleBand> - Interface in boofcv.core.image
Creates a new instance of an image of a specific configuration.
ImageGradient<Input extends ImageBase,Output extends ImageBase> - Interface in boofcv.abst.filter.derivative
A generic interface for computing first order image derivative along the x and y axes.
ImageGradient_Gaussian<I extends ImageSingleBand,D extends ImageSingleBand> - Class in boofcv.abst.filter.derivative
Finds the derivative using a Gaussian kernel.
ImageGradient_Gaussian(int, Class<I>, Class<D>) - Constructor for class boofcv.abst.filter.derivative.ImageGradient_Gaussian
 
ImageGradient_Gaussian(double, int, Class<I>, Class<D>) - Constructor for class boofcv.abst.filter.derivative.ImageGradient_Gaussian
 
ImageGradient_Reflection<Input extends ImageSingleBand,Output extends ImageSingleBand> - Class in boofcv.abst.filter.derivative
Generic implementation which uses reflections to call derivative functions
ImageGradient_Reflection(Method) - Constructor for class boofcv.abst.filter.derivative.ImageGradient_Reflection
 
ImageHessian<Output extends ImageSingleBand> - Interface in boofcv.abst.filter.derivative
A generic interface for computing image's second derivatives given the image's gradient.
ImageHessian_Reflection<Output extends ImageSingleBand> - Class in boofcv.abst.filter.derivative
Generic implementation which uses reflections to call hessian functions
ImageHessian_Reflection(Method) - Constructor for class boofcv.abst.filter.derivative.ImageHessian_Reflection
 
ImageHessianDirect<Input extends ImageSingleBand,Output extends ImageSingleBand> - Interface in boofcv.abst.filter.derivative
A generic interface for computing image's second derivatives directly from the source image.
ImageHessianDirect_Reflection<Input extends ImageSingleBand,Output extends ImageSingleBand> - Class in boofcv.abst.filter.derivative
Generic implementation which uses reflections to call hessian functions
ImageHessianDirect_Reflection(Method) - Constructor for class boofcv.abst.filter.derivative.ImageHessianDirect_Reflection
 
ImageInt16<T extends ImageInt16> - Class in boofcv.struct.image
Base class for images with 16-bit pixels.
ImageInt16(int, int) - Constructor for class boofcv.struct.image.ImageInt16
 
ImageInt16() - Constructor for class boofcv.struct.image.ImageInt16
 
ImageInt8<T extends ImageInt8> - Class in boofcv.struct.image
Base class for images with 8-bit pixels.
ImageInt8(int, int) - Constructor for class boofcv.struct.image.ImageInt8
Creates a new gray scale (single band/color) image.
ImageInt8() - Constructor for class boofcv.struct.image.ImageInt8
 
ImageInteger<T extends ImageInteger> - Class in boofcv.struct.image
Base class for all integer images.
ImageInteger(int, int) - Constructor for class boofcv.struct.image.ImageInteger
 
ImageInteger() - Constructor for class boofcv.struct.image.ImageInteger
 
ImageInterleaved<T extends ImageInterleaved> - Class in boofcv.struct.image
Base class for images that contain multiple interleaved bands.
ImageInterleaved(int, int, int) - Constructor for class boofcv.struct.image.ImageInterleaved
Creates a new image with all of its parameters initialized, including the data array.
ImageInterleaved() - Constructor for class boofcv.struct.image.ImageInterleaved
 
ImageInterleavedTestingOps - Class in boofcv.alg.misc
 
ImageInterleavedTestingOps() - Constructor for class boofcv.alg.misc.ImageInterleavedTestingOps
 
ImageLineIntegral - Class in boofcv.alg.interpolate
Computes the line integral of a line segment across the image.
ImageLineIntegral() - Constructor for class boofcv.alg.interpolate.ImageLineIntegral
 
ImageMiscOps - Class in boofcv.alg.misc
Basic image operations which have no place better to go.
ImageMiscOps() - Constructor for class boofcv.alg.misc.ImageMiscOps
 
ImageMultiBand<T extends ImageMultiBand> - Class in boofcv.struct.image
Base class for images with multiple bands.
ImageMultiBand() - Constructor for class boofcv.struct.image.ImageMultiBand
 
imageOffsets(double, int) - Static method in class boofcv.misc.DiscretizedCircle
Computes the offsets for a discretized circle of the specified radius for an image with the specified width.
imageOffsets2(double) - Static method in class boofcv.misc.DiscretizedCircle
 
ImagePyramid<T extends ImageBase> - Interface in boofcv.struct.pyramid
Image pyramids represent an image at different resolution in a fine to coarse fashion.
ImagePyramidBase<T extends ImageSingleBand> - Class in boofcv.struct.pyramid
Base class for image pyramids.
ImagePyramidBase(Class<T>, boolean) - Constructor for class boofcv.struct.pyramid.ImagePyramidBase
Specifies input image size and behavior of top most layer.
ImageRectangle - Class in boofcv.struct
 
ImageRectangle(int, int, int, int) - Constructor for class boofcv.struct.ImageRectangle
 
ImageRectangle(ImageRectangle) - Constructor for class boofcv.struct.ImageRectangle
 
ImageRectangle() - Constructor for class boofcv.struct.ImageRectangle
 
ImageRectangle_F32 - Class in boofcv.struct
 
ImageRectangle_F32(float, float, float, float) - Constructor for class boofcv.struct.ImageRectangle_F32
 
ImageRectangle_F32(ImageRectangle_F32) - Constructor for class boofcv.struct.ImageRectangle_F32
 
ImageRectangle_F32() - Constructor for class boofcv.struct.ImageRectangle_F32
 
ImageRectangle_F64 - Class in boofcv.struct
 
ImageRectangle_F64(double, double, double, double) - Constructor for class boofcv.struct.ImageRectangle_F64
 
ImageRectangle_F64(ImageRectangle_F64) - Constructor for class boofcv.struct.ImageRectangle_F64
 
ImageRectangle_F64() - Constructor for class boofcv.struct.ImageRectangle_F64
 
ImageSingleBand<T extends ImageSingleBand> - Class in boofcv.struct.image
A base class for a single band intensity image.
ImageSingleBand(int, int) - Constructor for class boofcv.struct.image.ImageSingleBand
Creates a new image with all of its parameters initialized, including the data array.
ImageSingleBand() - Constructor for class boofcv.struct.image.ImageSingleBand
 
ImageSInt16 - Class in boofcv.struct.image
Image with a pixel type of signed 16-bit integer.
ImageSInt16(int, int) - Constructor for class boofcv.struct.image.ImageSInt16
Creates a new gray scale (single band/color) image.
ImageSInt16() - Constructor for class boofcv.struct.image.ImageSInt16
Creates an image with no data declared and the width/height set to zero.
ImageSInt32 - Class in boofcv.struct.image
Image with a pixel type of signed 32-bit integer
ImageSInt32(int, int) - Constructor for class boofcv.struct.image.ImageSInt32
Creates a new gray scale (single band/color) image.
ImageSInt32() - Constructor for class boofcv.struct.image.ImageSInt32
Creates an image with no data declared and the width/height set to zero.
ImageSInt64 - Class in boofcv.struct.image
Image with a pixel type of signed 64-bit integer
ImageSInt64(int, int) - Constructor for class boofcv.struct.image.ImageSInt64
Creates a new gray scale (single band/color) image.
ImageSInt64() - Constructor for class boofcv.struct.image.ImageSInt64
Creates an image with no data declared and the width/height set to zero.
ImageSInt8 - Class in boofcv.struct.image
Image with a pixel type of signed 8-bit integer.
ImageSInt8(int, int) - Constructor for class boofcv.struct.image.ImageSInt8
Creates a new gray scale (single band/color) image.
ImageSInt8() - Constructor for class boofcv.struct.image.ImageSInt8
 
ImageStatistics - Class in boofcv.alg.misc
Computes statistical properties of pixels inside an image.
ImageStatistics() - Constructor for class boofcv.alg.misc.ImageStatistics
 
imageType - Variable in class boofcv.struct.image.ImageBase
Description of the image data structure
ImageType<T extends ImageBase> - Class in boofcv.struct.image
Specifies the type of image data structure.
ImageType(ImageType.Family, ImageDataType, int) - Constructor for class boofcv.struct.image.ImageType
 
ImageType.Family - Enum in boofcv.struct.image
 
ImageUInt16 - Class in boofcv.struct.image
Image with a pixel type of unsigned 16-bit integer.
ImageUInt16(int, int) - Constructor for class boofcv.struct.image.ImageUInt16
Creates a new gray scale (single band/color) image.
ImageUInt16() - Constructor for class boofcv.struct.image.ImageUInt16
 
ImageUInt8 - Class in boofcv.struct.image
Image with a pixel type of unsigned 8-bit integer.
ImageUInt8(int, int) - Constructor for class boofcv.struct.image.ImageUInt8
Creates a new gray scale (single band/color) image.
ImageUInt8() - Constructor for class boofcv.struct.image.ImageUInt8
 
ImplAverageDownSample - Class in boofcv.alg.filter.misc
* Overlays a rectangular grid on top of the src image and computes the average value within each cell which is then written into the dst image.
ImplAverageDownSample() - Constructor for class boofcv.alg.filter.misc.ImplAverageDownSample
 
ImplAverageDownSample2 - Class in boofcv.alg.filter.misc
Implementation of AverageDownSampleOps specialized for square regions of width 2.
ImplAverageDownSample2() - Constructor for class boofcv.alg.filter.misc.ImplAverageDownSample2
 
ImplAverageDownSampleN - Class in boofcv.alg.filter.misc
Implementation of AverageDownSampleOps specialized for square regions of width N.
ImplAverageDownSampleN() - Constructor for class boofcv.alg.filter.misc.ImplAverageDownSampleN
 
ImplBilinearPixel_F32 - Class in boofcv.alg.interpolate.impl
Implementation of BilinearPixelS for a specific image type.
ImplBilinearPixel_F32() - Constructor for class boofcv.alg.interpolate.impl.ImplBilinearPixel_F32
 
ImplBilinearPixel_F32(ImageFloat32) - Constructor for class boofcv.alg.interpolate.impl.ImplBilinearPixel_F32
 
ImplBilinearPixel_F64 - Class in boofcv.alg.interpolate.impl
Implementation of BilinearPixelS for a specific image type.
ImplBilinearPixel_F64() - Constructor for class boofcv.alg.interpolate.impl.ImplBilinearPixel_F64
 
ImplBilinearPixel_F64(ImageFloat64) - Constructor for class boofcv.alg.interpolate.impl.ImplBilinearPixel_F64
 
ImplBilinearPixel_IL_F32 - Class in boofcv.alg.interpolate.impl
Implementation of BilinearPixelMB for a specific image type.
ImplBilinearPixel_IL_F32(int) - Constructor for class boofcv.alg.interpolate.impl.ImplBilinearPixel_IL_F32
 
ImplBilinearPixel_IL_F32(InterleavedF32) - Constructor for class boofcv.alg.interpolate.impl.ImplBilinearPixel_IL_F32
 
ImplBilinearPixel_IL_F64 - Class in boofcv.alg.interpolate.impl
Implementation of BilinearPixelMB for a specific image type.
ImplBilinearPixel_IL_F64(int) - Constructor for class boofcv.alg.interpolate.impl.ImplBilinearPixel_IL_F64
 
ImplBilinearPixel_IL_F64(InterleavedF64) - Constructor for class boofcv.alg.interpolate.impl.ImplBilinearPixel_IL_F64
 
ImplBilinearPixel_IL_S16 - Class in boofcv.alg.interpolate.impl
Implementation of BilinearPixelMB for a specific image type.
ImplBilinearPixel_IL_S16(int) - Constructor for class boofcv.alg.interpolate.impl.ImplBilinearPixel_IL_S16
 
ImplBilinearPixel_IL_S16(InterleavedS16) - Constructor for class boofcv.alg.interpolate.impl.ImplBilinearPixel_IL_S16
 
ImplBilinearPixel_IL_S32 - Class in boofcv.alg.interpolate.impl
Implementation of BilinearPixelMB for a specific image type.
ImplBilinearPixel_IL_S32(int) - Constructor for class boofcv.alg.interpolate.impl.ImplBilinearPixel_IL_S32
 
ImplBilinearPixel_IL_S32(InterleavedS32) - Constructor for class boofcv.alg.interpolate.impl.ImplBilinearPixel_IL_S32
 
ImplBilinearPixel_IL_U8 - Class in boofcv.alg.interpolate.impl
Implementation of BilinearPixelMB for a specific image type.
ImplBilinearPixel_IL_U8(int) - Constructor for class boofcv.alg.interpolate.impl.ImplBilinearPixel_IL_U8
 
ImplBilinearPixel_IL_U8(InterleavedU8) - Constructor for class boofcv.alg.interpolate.impl.ImplBilinearPixel_IL_U8
 
ImplBilinearPixel_S16 - Class in boofcv.alg.interpolate.impl
Implementation of BilinearPixelS for a specific image type.
ImplBilinearPixel_S16() - Constructor for class boofcv.alg.interpolate.impl.ImplBilinearPixel_S16
 
ImplBilinearPixel_S16(ImageSInt16) - Constructor for class boofcv.alg.interpolate.impl.ImplBilinearPixel_S16
 
ImplBilinearPixel_S32 - Class in boofcv.alg.interpolate.impl
Implementation of BilinearPixelS for a specific image type.
ImplBilinearPixel_S32() - Constructor for class boofcv.alg.interpolate.impl.ImplBilinearPixel_S32
 
ImplBilinearPixel_S32(ImageSInt32) - Constructor for class boofcv.alg.interpolate.impl.ImplBilinearPixel_S32
 
ImplBilinearPixel_U8 - Class in boofcv.alg.interpolate.impl
Implementation of BilinearPixelS for a specific image type.
ImplBilinearPixel_U8() - Constructor for class boofcv.alg.interpolate.impl.ImplBilinearPixel_U8
 
ImplBilinearPixel_U8(ImageUInt8) - Constructor for class boofcv.alg.interpolate.impl.ImplBilinearPixel_U8
 
ImplBinaryBorderOps - Class in boofcv.alg.filter.binary.impl
Binary operations performed only along the image's border.
ImplBinaryBorderOps() - Constructor for class boofcv.alg.filter.binary.impl.ImplBinaryBorderOps
 
ImplBinaryInnerOps - Class in boofcv.alg.filter.binary.impl
Optimized binary operations for the interior of an image only.
ImplBinaryInnerOps() - Constructor for class boofcv.alg.filter.binary.impl.ImplBinaryInnerOps
 
ImplBinaryNaiveOps - Class in boofcv.alg.filter.binary.impl
Simple unoptimized implementations of binary operations.
ImplBinaryNaiveOps() - Constructor for class boofcv.alg.filter.binary.impl.ImplBinaryNaiveOps
 
ImplConvertImage - Class in boofcv.core.image.impl
Functions for converting between different primitive image types.
ImplConvertImage() - Constructor for class boofcv.core.image.impl.ImplConvertImage
 
ImplConvertMsToSingle - Class in boofcv.core.image.impl
Low level implementations of different methods for converting MultiSpectral into ImageSingleBand.
ImplConvertMsToSingle() - Constructor for class boofcv.core.image.impl.ImplConvertMsToSingle
 
ImplConvertNV21 - Class in boofcv.core.encoding
NV21: The format is densely packed.
ImplConvertNV21() - Constructor for class boofcv.core.encoding.ImplConvertNV21
 
ImplConvertYV12 - Class in boofcv.core.encoding
Implementations of ConvertYV12
ImplConvertYV12() - Constructor for class boofcv.core.encoding.ImplConvertYV12
 
ImplConvolveBox - Class in boofcv.alg.filter.convolve.noborder
Convolves a box filter across an image.
ImplConvolveBox() - Constructor for class boofcv.alg.filter.convolve.noborder.ImplConvolveBox
 
ImplConvolveMean - Class in boofcv.alg.filter.convolve.noborder
Convolves a mean filter across the image.
ImplConvolveMean() - Constructor for class boofcv.alg.filter.convolve.noborder.ImplConvolveMean
 
ImplEnhanceFilter - Class in boofcv.alg.enhance.impl
Filter based functions for image enhancement.
ImplEnhanceFilter() - Constructor for class boofcv.alg.enhance.impl.ImplEnhanceFilter
 
ImplEnhanceHistogram - Class in boofcv.alg.enhance.impl
Functions for enhancing images using the image histogram.
ImplEnhanceHistogram() - Constructor for class boofcv.alg.enhance.impl.ImplEnhanceHistogram
 
ImplGrayImageOps - Class in boofcv.alg.filter.basic.impl
Contains implementations of algorithms in GrayImageOps.
ImplGrayImageOps() - Constructor for class boofcv.alg.filter.basic.impl.ImplGrayImageOps
 
ImplImageDistort_F32<Input extends ImageSingleBand> - Class in boofcv.alg.distort.impl
Implementation of ImageDistortBasic_SB.
ImplImageDistort_F32(InterpolatePixelS<Input>) - Constructor for class boofcv.alg.distort.impl.ImplImageDistort_F32
 
ImplImageDistort_I16<Input extends ImageSingleBand,Output extends ImageInt16> - Class in boofcv.alg.distort.impl
Implementation of ImageDistortBasic_SB.
ImplImageDistort_I16(InterpolatePixelS<Input>) - Constructor for class boofcv.alg.distort.impl.ImplImageDistort_I16
 
ImplImageDistort_I8<Input extends ImageSingleBand,Output extends ImageInt8> - Class in boofcv.alg.distort.impl
Implementation of ImageDistortBasic_SB.
ImplImageDistort_I8(InterpolatePixelS<Input>) - Constructor for class boofcv.alg.distort.impl.ImplImageDistort_I8
 
ImplImageDistort_IL_F32 - Class in boofcv.alg.distort.impl
Implementation of ImageDistortBasic_IL.
ImplImageDistort_IL_F32(InterpolatePixelMB<InterleavedF32>) - Constructor for class boofcv.alg.distort.impl.ImplImageDistort_IL_F32
 
ImplImageDistort_IL_U8 - Class in boofcv.alg.distort.impl
Implementation of ImageDistortBasic_IL.
ImplImageDistort_IL_U8(InterpolatePixelMB<InterleavedU8>) - Constructor for class boofcv.alg.distort.impl.ImplImageDistort_IL_U8
 
ImplImageDistort_MS<Input extends ImageSingleBand,Output extends ImageSingleBand> - Class in boofcv.alg.distort.impl
Implementation of ImageDistort for MultiSpectral images.
ImplImageDistort_MS(ImageDistort<Input, Output>) - Constructor for class boofcv.alg.distort.impl.ImplImageDistort_MS
 
ImplImageDistort_S32<Input extends ImageSingleBand> - Class in boofcv.alg.distort.impl
Implementation of ImageDistortBasic_SB.
ImplImageDistort_S32(InterpolatePixelS<Input>) - Constructor for class boofcv.alg.distort.impl.ImplImageDistort_S32
 
ImplImageDistortCache_F32<Input extends ImageSingleBand> - Class in boofcv.alg.distort.impl
Implementation of ImageDistortCache_SB for ImageFloat32.
ImplImageDistortCache_F32(InterpolatePixelS<Input>) - Constructor for class boofcv.alg.distort.impl.ImplImageDistortCache_F32
 
ImplImageDistortCache_I16<Input extends ImageSingleBand,Output extends ImageInt16> - Class in boofcv.alg.distort.impl
Implementation of ImageDistortCache_SB for ImageSInt16.
ImplImageDistortCache_I16(InterpolatePixelS<Input>) - Constructor for class boofcv.alg.distort.impl.ImplImageDistortCache_I16
 
ImplImageDistortCache_I8<Input extends ImageSingleBand,Output extends ImageInt8> - Class in boofcv.alg.distort.impl
Implementation of ImageDistortCache_SB for ImageUInt8.
ImplImageDistortCache_I8(InterpolatePixelS<Input>) - Constructor for class boofcv.alg.distort.impl.ImplImageDistortCache_I8
 
ImplImageDistortCache_S32<Input extends ImageSingleBand> - Class in boofcv.alg.distort.impl
Implementation of ImageDistortCache_SB for ImageSInt32.
ImplImageDistortCache_S32(InterpolatePixelS<Input>) - Constructor for class boofcv.alg.distort.impl.ImplImageDistortCache_S32
 
ImplIntegralImageOps - Class in boofcv.alg.transform.ii.impl
Compute the integral image for different types of input images.
ImplIntegralImageOps() - Constructor for class boofcv.alg.transform.ii.impl.ImplIntegralImageOps
 
ImplInterpolatePixelConvolution_F32 - Class in boofcv.alg.interpolate.impl
Performs interpolation by convolving a continuous-discrete function across the image.
ImplInterpolatePixelConvolution_F32(KernelContinuous1D_F32, float, float) - Constructor for class boofcv.alg.interpolate.impl.ImplInterpolatePixelConvolution_F32
 
ImplInterpolatePixelConvolution_S16 - Class in boofcv.alg.interpolate.impl
Performs interpolation by convolving a continuous-discrete function across the image.
ImplInterpolatePixelConvolution_S16(KernelContinuous1D_F32, float, float) - Constructor for class boofcv.alg.interpolate.impl.ImplInterpolatePixelConvolution_S16
 
ImplInterpolatePixelConvolution_U8 - Class in boofcv.alg.interpolate.impl
Performs interpolation by convolving a continuous-discrete function across the image.
ImplInterpolatePixelConvolution_U8(KernelContinuous1D_F32, float, float) - Constructor for class boofcv.alg.interpolate.impl.ImplInterpolatePixelConvolution_U8
 
ImplMedianHistogramInner - Class in boofcv.alg.filter.blur.impl
A faster version of the histogram median filter that only processes the inner portion of the image.
ImplMedianHistogramInner() - Constructor for class boofcv.alg.filter.blur.impl.ImplMedianHistogramInner
 
ImplMedianHistogramInnerNaive - Class in boofcv.alg.filter.blur.impl
Simple implementation of a histogram based median filter.
ImplMedianHistogramInnerNaive() - Constructor for class boofcv.alg.filter.blur.impl.ImplMedianHistogramInnerNaive
 
ImplMedianSortEdgeNaive - Class in boofcv.alg.filter.blur.impl
Median filter which process only the image edges and uses quick select find the median.
ImplMedianSortEdgeNaive() - Constructor for class boofcv.alg.filter.blur.impl.ImplMedianSortEdgeNaive
 
ImplMedianSortNaive - Class in boofcv.alg.filter.blur.impl
Median filter which uses quick select to find the local median value.
ImplMedianSortNaive() - Constructor for class boofcv.alg.filter.blur.impl.ImplMedianSortNaive
 
ImplPolynomialPixel_F32 - Class in boofcv.alg.interpolate.impl
Implementation of PolynomialPixel.
ImplPolynomialPixel_F32(int, float, float) - Constructor for class boofcv.alg.interpolate.impl.ImplPolynomialPixel_F32
 
ImplPolynomialPixel_I - Class in boofcv.alg.interpolate.impl
Implementation of PolynomialPixel.
ImplPolynomialPixel_I(int, float, float) - Constructor for class boofcv.alg.interpolate.impl.ImplPolynomialPixel_I
 
ImplWaveletTransformBorder - Class in boofcv.alg.transform.wavelet.impl
Performs the wavelet transform just around the image border.
ImplWaveletTransformBorder() - Constructor for class boofcv.alg.transform.wavelet.impl.ImplWaveletTransformBorder
 
ImplWaveletTransformInner - Class in boofcv.alg.transform.wavelet.impl
Standard algorithm for forward and inverse wavelet transform which has been optimized to only process the inner portion of the image by excluding the border.
ImplWaveletTransformInner() - Constructor for class boofcv.alg.transform.wavelet.impl.ImplWaveletTransformInner
 
ImplWaveletTransformNaive - Class in boofcv.alg.transform.wavelet.impl
Unoptimized and simplistic implementation of a forward and inverse wavelet transform across one level.
ImplWaveletTransformNaive() - Constructor for class boofcv.alg.transform.wavelet.impl.ImplWaveletTransformNaive
 
index - Variable in class boofcv.alg.filter.binary.impl.LabelNode
 
index - Variable in class boofcv.struct.PointIndex_I32
Index of point in an array/list
index0 - Variable in class boofcv.alg.interpolate.array.Interpolate1D_F32
 
indexToPixel(int) - Method in class boofcv.struct.image.ImageBase
 
init(ImageBase, ImageBase) - Method in class boofcv.abst.distort.FDistort
Specifies the input and output image.
init(Input, Output) - Method in class boofcv.alg.distort.ImageDistortBasic
 
init(Input, Output) - Method in class boofcv.alg.distort.ImageDistortBasic_IL
 
initialize(int, int) - Method in interface boofcv.struct.pyramid.ImagePyramid
Declares internal data structures for an image with the specified dimensions
initialize(int, int) - Method in class boofcv.struct.pyramid.ImagePyramidBase
Initializes internal data structures based on the input image's size.
innerMask(int) - Method in class boofcv.alg.filter.binary.impl.BinaryThinning.Mask
Specialized code optimized for the inner image
innerMask(int) - Method in class boofcv.alg.filter.binary.impl.BinaryThinning.Mask0
 
innerMask(int) - Method in class boofcv.alg.filter.binary.impl.BinaryThinning.Mask1
 
innerMask(int) - Method in class boofcv.alg.filter.binary.impl.BinaryThinning.Mask2
 
innerMask(int) - Method in class boofcv.alg.filter.binary.impl.BinaryThinning.Mask3
 
innerMask(int) - Method in class boofcv.alg.filter.binary.impl.BinaryThinning.Mask4
 
innerMask(int) - Method in class boofcv.alg.filter.binary.impl.BinaryThinning.Mask5
 
innerMask(int) - Method in class boofcv.alg.filter.binary.impl.BinaryThinning.Mask6
 
innerMask(int) - Method in class boofcv.alg.filter.binary.impl.BinaryThinning.Mask7
 
input(ImageBase) - Method in class boofcv.abst.distort.FDistort
Changes the input image.
input - Variable in class boofcv.struct.sparse.SparseScaleGradient
 
input - Variable in class boofcv.struct.sparse.SparseScaleSample_F64
 
InputSanityCheck - Class in boofcv.alg
 
InputSanityCheck() - Constructor for class boofcv.alg.InputSanityCheck
 
InputToBinary<Input extends ImageBase> - Interface in boofcv.abst.filter.binary
Outputs a binary image when given an input image
insertBand(ImageSingleBand, int, ImageMultiBand) - Static method in class boofcv.alg.misc.GImageMiscOps
Computes the mean of the absolute value of the difference between the two images.
insertBand(ImageInt8, int, InterleavedI8) - Static method in class boofcv.alg.misc.ImageMiscOps
Inserts a single band into into one of the bands in a multi-band image
insertBand(ImageInt16, int, InterleavedI16) - Static method in class boofcv.alg.misc.ImageMiscOps
Inserts a single band into into one of the bands in a multi-band image
insertBand(ImageSInt32, int, InterleavedS32) - Static method in class boofcv.alg.misc.ImageMiscOps
Inserts a single band into into one of the bands in a multi-band image
insertBand(ImageSInt64, int, InterleavedS64) - Static method in class boofcv.alg.misc.ImageMiscOps
Inserts a single band into into one of the bands in a multi-band image
insertBand(ImageFloat32, int, InterleavedF32) - Static method in class boofcv.alg.misc.ImageMiscOps
Inserts a single band into into one of the bands in a multi-band image
insertBand(ImageFloat64, int, InterleavedF64) - Static method in class boofcv.alg.misc.ImageMiscOps
Inserts a single band into into one of the bands in a multi-band image
IntegralImageOps - Class in boofcv.alg.transform.ii
Common operations for dealing with integral images.
IntegralImageOps() - Constructor for class boofcv.alg.transform.ii.IntegralImageOps
 
IntegralKernel - Class in boofcv.alg.transform.ii
Convolution kernel for an integral image.
IntegralKernel(int) - Constructor for class boofcv.alg.transform.ii.IntegralKernel
 
IntegralKernel() - Constructor for class boofcv.alg.transform.ii.IntegralKernel
 
interleaved(T, BorderType) - Static method in class boofcv.core.image.border.FactoryImageBorder
 
interleaved(Class<T>, BorderType) - Static method in class boofcv.core.image.border.FactoryImageBorder
Creates an instance of the requested algorithms for handling borders pixels on ImageInterleaved.
InterleavedF32 - Class in boofcv.struct.image
ImageInterleaved for data of type float.
InterleavedF32(int, int, int) - Constructor for class boofcv.struct.image.InterleavedF32
Creates a new image with an arbitrary number of bands/colors.
InterleavedF32() - Constructor for class boofcv.struct.image.InterleavedF32
 
InterleavedF64 - Class in boofcv.struct.image
ImageInterleaved for data of type float.
InterleavedF64(int, int, int) - Constructor for class boofcv.struct.image.InterleavedF64
Creates a new image with an arbitrary number of bands/colors.
InterleavedF64() - Constructor for class boofcv.struct.image.InterleavedF64
 
InterleavedI16<T extends InterleavedI16> - Class in boofcv.struct.image
ImageInterleaved for data of type short.
InterleavedI16(int, int, int) - Constructor for class boofcv.struct.image.InterleavedI16
Creates a new image with an arbitrary number of bands/colors.
InterleavedI16() - Constructor for class boofcv.struct.image.InterleavedI16
 
InterleavedI8<T extends InterleavedI8> - Class in boofcv.struct.image
ImageInterleaved for data of type byte.
InterleavedI8(int, int, int) - Constructor for class boofcv.struct.image.InterleavedI8
Creates a new image with an arbitrary number of bands/colors.
InterleavedI8() - Constructor for class boofcv.struct.image.InterleavedI8
 
InterleavedImageOps - Class in boofcv.core.image
Functions related to interleaved images.
InterleavedImageOps() - Constructor for class boofcv.core.image.InterleavedImageOps
 
InterleavedInteger<T extends InterleavedInteger> - Class in boofcv.struct.image
Base class for integer interleaved images.
InterleavedInteger(int, int, int) - Constructor for class boofcv.struct.image.InterleavedInteger
Creates a new image with an arbitrary number of bands/colors.
InterleavedInteger() - Constructor for class boofcv.struct.image.InterleavedInteger
 
InterleavedS16 - Class in boofcv.struct.image
An image where the primitive type is an unsigned short.
InterleavedS16(int, int, int) - Constructor for class boofcv.struct.image.InterleavedS16
Creates a new image with an arbitrary number of bands/colors.
InterleavedS16() - Constructor for class boofcv.struct.image.InterleavedS16
 
InterleavedS32 - Class in boofcv.struct.image
ImageInterleaved for data of type int.
InterleavedS32(int, int, int) - Constructor for class boofcv.struct.image.InterleavedS32
Creates a new image with an arbitrary number of bands/colors.
InterleavedS32() - Constructor for class boofcv.struct.image.InterleavedS32
 
InterleavedS64 - Class in boofcv.struct.image
ImageInterleaved for data of type int.
InterleavedS64(int, int, int) - Constructor for class boofcv.struct.image.InterleavedS64
Creates a new image with an arbitrary number of bands/colors.
InterleavedS64() - Constructor for class boofcv.struct.image.InterleavedS64
 
InterleavedS8 - Class in boofcv.struct.image
An image where the primitive type is a signed byte.
InterleavedS8(int, int, int) - Constructor for class boofcv.struct.image.InterleavedS8
Creates a new image with an arbitrary number of bands/colors.
InterleavedS8() - Constructor for class boofcv.struct.image.InterleavedS8
 
InterleavedU16 - Class in boofcv.struct.image
An image where the primitive type is an unsigned short.
InterleavedU16(int, int, int) - Constructor for class boofcv.struct.image.InterleavedU16
Creates a new image with an arbitrary number of bands/colors.
InterleavedU16() - Constructor for class boofcv.struct.image.InterleavedU16
 
InterleavedU8 - Class in boofcv.struct.image
An image where the primitive type is an unsigned byte.
InterleavedU8(int, int, int) - Constructor for class boofcv.struct.image.InterleavedU8
Creates a new image with an arbitrary number of bands/colors.
InterleavedU8() - Constructor for class boofcv.struct.image.InterleavedU8
 
interleavedValue(T, double) - Static method in class boofcv.core.image.border.FactoryImageBorder
Creates an ImageBorder that returns the specified value always.
interleavedValue(Class<T>, double) - Static method in class boofcv.core.image.border.FactoryImageBorder
Creates an ImageBorder that returns the specified value always.
internal - Variable in class boofcv.alg.filter.binary.Contour
Internal contours that are inside the blob.
interp(InterpolatePixelS) - Method in class boofcv.abst.distort.FDistort
used to provide a custom interpolation algorithm
interp(TypeInterpolate) - Method in class boofcv.abst.distort.FDistort
Specifies the interpolation used by type.
interp - Variable in class boofcv.alg.distort.ImageDistortBasic
 
interp1D - Variable in class boofcv.alg.interpolate.PolynomialPixel
 
interpNN() - Method in class boofcv.abst.distort.FDistort
Sets interpolation to use nearest-neighbor
interpolate - Variable in class boofcv.alg.transform.pyramid.PyramidFloatGaussianScale
 
interpolate - Variable in class boofcv.alg.transform.pyramid.PyramidFloatScale
 
Interpolate1D_F32 - Class in boofcv.alg.interpolate.array
Provides much of the basic house keeping needed for interpolating 1D data.
Interpolate1D_F32(int) - Constructor for class boofcv.alg.interpolate.array.Interpolate1D_F32
 
Interpolate1D_F32(int, float[], float[], int) - Constructor for class boofcv.alg.interpolate.array.Interpolate1D_F32
 
InterpolatePixel<T extends ImageBase> - Interface in boofcv.alg.interpolate
Interface for interpolation between pixels on a per-pixel basis.
InterpolatePixel_MS_using_SB<T extends ImageSingleBand> - Class in boofcv.abst.filter.interpolate
Wrapper around InterpolatePixelS which allows it to interpolate MultiSpectral inside a InterpolatePixelMB.
InterpolatePixel_MS_using_SB(InterpolatePixelS<T>) - Constructor for class boofcv.abst.filter.interpolate.InterpolatePixel_MS_using_SB
 
InterpolatePixel_S_to_MB<T extends ImageSingleBand> - Class in boofcv.alg.interpolate
Wrapper that allows a InterpolatePixelS to be used as a InterpolatePixelMB, input image has to be ImageSingleBand.
InterpolatePixel_S_to_MB(InterpolatePixelS<T>) - Constructor for class boofcv.alg.interpolate.InterpolatePixel_S_to_MB
 
InterpolatePixelMB<T extends ImageBase> - Interface in boofcv.alg.interpolate
Interface for interpolation between pixels on a per-pixel basis for a multi-band image.
InterpolatePixelS<T extends ImageSingleBand> - Interface in boofcv.alg.interpolate
Interface for interpolation between pixels on a per-pixel basis for a single band image.
InterpolateRectangle<T extends ImageSingleBand> - Interface in boofcv.alg.interpolate
Performs interpolation across a whole rectangular region inside the image.
intersection(ImageRectangle, ImageRectangle) - Method in class boofcv.struct.ImageRectangle
 
inverse(T, I) - Method in interface boofcv.abst.transform.fft.DiscreteFourierTransform
Applies the inverse transform to a fourier transformed image to recover the original image
inverse(InterleavedF32, ImageFloat32) - Method in class boofcv.abst.transform.fft.GeneralFft_to_DiscreteFourierTransform_F32
 
inverse(InterleavedF64, ImageFloat64) - Method in class boofcv.abst.transform.fft.GeneralFft_to_DiscreteFourierTransform_F64
 
inverse - Variable in class boofcv.struct.wavelet.WaveletDescription
 
inverse1(WaveletDescription<WlCoef_F32>, ImageFloat32, ImageFloat32, ImageFloat32, float, float) - Static method in class boofcv.alg.transform.wavelet.WaveletTransformOps
Performs a single level inverse wavelet transform.
inverse1(WaveletDescription<WlCoef_I32>, ImageSInt32, ImageSInt32, ImageSInt32, int, int) - Static method in class boofcv.alg.transform.wavelet.WaveletTransformOps
Performs a single level inverse wavelet transform.
inverseN(WaveletDescription<WlCoef_F32>, ImageFloat32, ImageFloat32, ImageFloat32, int, float, float) - Static method in class boofcv.alg.transform.wavelet.WaveletTransformOps
Performs a level N inverse fast wavelet transform (FWT).
inverseN(WaveletDescription<WlCoef_I32>, ImageSInt32, ImageSInt32, ImageSInt32, int, int, int) - Static method in class boofcv.alg.transform.wavelet.WaveletTransformOps
Performs a level N inverse fast wavelet transform (FWT).
invert(ImageFloat32, ImageFloat32) - Method in class boofcv.abst.transform.wavelet.impl.WaveletTransformFloat32
 
invert(ImageSInt32, T) - Method in class boofcv.abst.transform.wavelet.impl.WaveletTransformInt
 
invert(T, O) - Method in interface boofcv.abst.transform.wavelet.WaveletTransform
Applies the inverse wavelet transform to the specified image.
invert(ImageUInt8, int, ImageUInt8) - Static method in class boofcv.alg.filter.basic.GrayImageOps
Inverts the image's intensity:
Ox,y = max - Ix,y
invert(ImageSInt16, int, ImageSInt16) - Static method in class boofcv.alg.filter.basic.GrayImageOps
Inverts the image's intensity:
Ox,y = max - Ix,y
invert(ImageFloat32, float, ImageFloat32) - Static method in class boofcv.alg.filter.basic.GrayImageOps
Inverts the image's intensity:
Ox,y = max - Ix,y
invert(ImageFloat32, float, ImageFloat32) - Static method in class boofcv.alg.filter.basic.impl.ImplGrayImageOps
 
invert(ImageUInt8, int, ImageUInt8) - Static method in class boofcv.alg.filter.basic.impl.ImplGrayImageOps
 
invert(ImageSInt16, int, ImageSInt16) - Static method in class boofcv.alg.filter.basic.impl.ImplGrayImageOps
 
invert(ImageUInt16, int, ImageUInt16) - Static method in class boofcv.alg.filter.basic.impl.ImplGrayImageOps
 
invert(ImageSInt32, int, ImageSInt32) - Static method in class boofcv.alg.filter.basic.impl.ImplGrayImageOps
 
invert(ImageUInt8, ImageUInt8) - Static method in class boofcv.alg.filter.binary.BinaryImageOps
Inverts each pixel from true to false and vis-versa.
invert(T, T) - Static method in class boofcv.alg.misc.GPixelMath
Changes the sign of every pixel in the image: output[x,y] = -input[x,y] Can only be used on signed images.
invert(ImageSInt8, ImageSInt8) - Static method in class boofcv.alg.misc.PixelMath
Changes the sign of every pixel in the image: output[x,y] = -input[x,y]
invert(ImageSInt16, ImageSInt16) - Static method in class boofcv.alg.misc.PixelMath
Changes the sign of every pixel in the image: output[x,y] = -input[x,y]
invert(ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.misc.PixelMath
Changes the sign of every pixel in the image: output[x,y] = -input[x,y]
invert(ImageSInt64, ImageSInt64) - Static method in class boofcv.alg.misc.PixelMath
Changes the sign of every pixel in the image: output[x,y] = -input[x,y]
invert(ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.misc.PixelMath
Changes the sign of every pixel in the image: output[x,y] = -input[x,y]
invert(ImageFloat64, ImageFloat64) - Static method in class boofcv.alg.misc.PixelMath
Changes the sign of every pixel in the image: output[x,y] = -input[x,y]
isAbstract() - Method in enum boofcv.struct.image.ImageDataType
If the image is an abstract data type or not.
isAdaptive() - Method in enum boofcv.factory.filter.binary.ThresholdType
 
isDown() - Method in class boofcv.alg.filter.binary.impl.ThresholdSauvola
 
isEmpty() - Method in class boofcv.struct.WrapArrayIntoList
 
isEquals(float[], float[], int, float) - Static method in class boofcv.alg.filter.kernel.KernelMath
 
isEquals(int[], int[], int) - Static method in class boofcv.alg.filter.kernel.KernelMath
 
isEqualsFrac(float[], float[], int, float, float) - Static method in class boofcv.alg.filter.kernel.KernelMath
 
isEquivalent(Method, Method) - Method in class boofcv.testing.CompareEquivalentFunctions
Returns two if the two methods provide results that should be compared
isEquivalent(Method, Method) - Method in class boofcv.testing.CompareIdenticalFunctions
 
isFloatingPoint() - Method in class boofcv.core.image.FactoryGImageSingleBand.Border_F32
 
isFloatingPoint() - Method in class boofcv.core.image.FactoryGImageSingleBand.Border_F64
 
isFloatingPoint() - Method in class boofcv.core.image.FactoryGImageSingleBand.Border_I32
 
isFloatingPoint() - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingle_F32
 
isFloatingPoint() - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingle_F64
 
isFloatingPoint() - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingleBaseInt
 
isFloatingPoint(Class<?>) - Static method in class boofcv.core.image.GeneralizedImageOps
 
isFloatingPoint() - Method in interface boofcv.core.image.GImageSingleBand
 
isFloatingPoint() - Method in class boofcv.core.image.GImageSingleBandDistorted
 
isGlobal() - Method in enum boofcv.factory.filter.binary.ThresholdType
 
isInBounds(int, int) - Method in class boofcv.alg.filter.derivative.impl.GradientSparsePrewitt_F32
 
isInBounds(int, int) - Method in class boofcv.alg.filter.derivative.impl.GradientSparsePrewitt_U8
 
isInBounds(int, int) - Method in class boofcv.alg.filter.derivative.impl.GradientSparseSobel_F32
 
isInBounds(int, int) - Method in class boofcv.alg.filter.derivative.impl.GradientSparseSobel_U8
 
isInBounds(int, int) - Method in class boofcv.alg.filter.derivative.impl.GradientSparseThree_F32
 
isInBounds(int, int) - Method in class boofcv.alg.filter.derivative.impl.GradientSparseThree_U8
 
isInBounds(int, int) - Method in class boofcv.alg.filter.derivative.impl.GradientSparseTwo0_F32
 
isInBounds(int, int) - Method in class boofcv.alg.filter.derivative.impl.GradientSparseTwo0_U8
 
isInBounds(int, int) - Method in class boofcv.alg.filter.derivative.impl.GradientSparseTwo1_F32
 
isInBounds(int, int) - Method in class boofcv.alg.filter.derivative.impl.GradientSparseTwo1_U8
 
isInBounds(int, int, IntegralKernel, int, int) - Static method in class boofcv.alg.transform.ii.IntegralImageOps
Checks to see if the kernel is applied at this specific spot if all the pixels would be inside the image bounds or not
isInBounds(int, int) - Method in class boofcv.alg.transform.ii.SparseIntegralGradientKernel
 
isInBounds(int, int) - Method in class boofcv.struct.image.ImageBase
Returns true if the pixel coordinate is inside the image or false if not.
isInBounds(int, int) - Method in class boofcv.struct.sparse.SparseGradientSafe
 
isInBounds(int, int) - Method in interface boofcv.struct.sparse.SparseImageOperator
Checks to see if the entire sample region is contained inside the image or not.
isInBounds(int, int) - Method in class boofcv.struct.sparse.SparseScaleGradient
 
isInBounds(int, int) - Method in class boofcv.struct.sparse.SparseScaleSample_F64
 
isInFastBounds(float, float) - Method in class boofcv.abst.filter.interpolate.InterpolatePixel_MS_using_SB
 
isInFastBounds(float, float) - Method in class boofcv.alg.interpolate.BilinearPixelMB
 
isInFastBounds(float, float) - Method in class boofcv.alg.interpolate.BilinearPixelS
 
isInFastBounds(float, float) - Method in class boofcv.alg.interpolate.impl.ImplInterpolatePixelConvolution_F32
 
isInFastBounds(float, float) - Method in class boofcv.alg.interpolate.impl.ImplInterpolatePixelConvolution_S16
 
isInFastBounds(float, float) - Method in class boofcv.alg.interpolate.impl.ImplInterpolatePixelConvolution_U8
 
isInFastBounds(float, float) - Method in interface boofcv.alg.interpolate.InterpolatePixel
Is the requested pixel inside the image boundary for which fast unsafe interpolation can be performed.
isInFastBounds(float, float) - Method in class boofcv.alg.interpolate.InterpolatePixel_S_to_MB
 
isInFastBounds(float, float) - Method in class boofcv.alg.interpolate.NearestNeighborPixelMB
 
isInFastBounds(float, float) - Method in class boofcv.alg.interpolate.NearestNeighborPixelS
 
isInFastBounds(float, float) - Method in class boofcv.alg.interpolate.PolynomialPixel
 
isInside(double, double) - Method in class boofcv.alg.interpolate.ImageLineIntegral
Return true if the coordinate is inside the image or false if not.
0 ≤ x ≤ width
0 ≤ y ≤ height
isInteger() - Method in class boofcv.alg.interpolate.kernel.BicubicKernel_F32
 
isInteger() - Method in enum boofcv.misc.AutoTypeImage
 
isInteger() - Method in class boofcv.struct.convolve.Kernel1D_F32
 
isInteger() - Method in class boofcv.struct.convolve.Kernel1D_F64
 
isInteger() - Method in class boofcv.struct.convolve.Kernel1D_I32
 
isInteger() - Method in class boofcv.struct.convolve.Kernel2D_F32
 
isInteger() - Method in class boofcv.struct.convolve.Kernel2D_F64
 
isInteger() - Method in class boofcv.struct.convolve.Kernel2D_I32
 
isInteger() - Method in class boofcv.struct.convolve.KernelBase
 
isInteger() - Method in enum boofcv.struct.image.ImageDataType
If each pixel is an integer or not.
isModifyInputs() - Method in interface boofcv.abst.transform.fft.DiscreteFourierTransform
Returns state of forward modification flag
isModifyInputs() - Method in class boofcv.abst.transform.fft.GeneralFft_to_DiscreteFourierTransform_F32
 
isModifyInputs() - Method in class boofcv.abst.transform.fft.GeneralFft_to_DiscreteFourierTransform_F64
 
isPowerOf2(int) - Static method in class boofcv.alg.transform.fft.DiscreteFourierTransformOps
true if the number provided is a power of two
isSaveOriginalReference() - Method in class boofcv.struct.pyramid.ImagePyramidBase
 
isSigned() - Method in enum boofcv.misc.AutoTypeImage
 
isSigned() - Method in enum boofcv.struct.image.ImageDataType
If the image has a signed or unsigned data type.
isSubimage() - Method in class boofcv.struct.image.ImageBase
If this matrix is a sub-image or not.
isTestMethod(Method) - Method in class boofcv.testing.CompareEquivalentFunctions
Checks to see if the provided method from the test class is a method that should be tested
isTestMethod(Method) - Method in class boofcv.testing.CompareIdenticalFunctions
 

K

kappa - Static variable in class boofcv.alg.color.ColorLab
 
kappa_f - Static variable in class boofcv.alg.color.ColorLab
 
kernel - Variable in class boofcv.abst.filter.convolve.ImageConvolveSparse
 
kernel - Variable in class boofcv.alg.weights.WeightPixelKernel_F32
 
Kernel1D - Class in boofcv.struct.convolve
This is a kernel in a 1D convolution.
Kernel1D(int) - Constructor for class boofcv.struct.convolve.Kernel1D
 
Kernel1D(int, int) - Constructor for class boofcv.struct.convolve.Kernel1D
 
Kernel1D() - Constructor for class boofcv.struct.convolve.Kernel1D
 
Kernel1D_F32 - Class in boofcv.struct.convolve
Floating point 1D convolution kernel that extends Kernel1D.
Kernel1D_F32(float[], int) - Constructor for class boofcv.struct.convolve.Kernel1D_F32
Creates a new kernel whose initial values are specified by "data" and length is "width".
Kernel1D_F32(float[], int, int) - Constructor for class boofcv.struct.convolve.Kernel1D_F32
Creates a kernel with elements equal to 'data' and with the specified 'width' plus 'offset'
Kernel1D_F32(int) - Constructor for class boofcv.struct.convolve.Kernel1D_F32
Create a kernel with elements initialized to zero.
Kernel1D_F32(int, int) - Constructor for class boofcv.struct.convolve.Kernel1D_F32
Create a kernel whose elements initialized to zero.
Kernel1D_F32() - Constructor for class boofcv.struct.convolve.Kernel1D_F32
 
Kernel1D_F64 - Class in boofcv.struct.convolve
Floating point 1D convolution kernel that extends Kernel1D.
Kernel1D_F64(double[], int) - Constructor for class boofcv.struct.convolve.Kernel1D_F64
Creates a new kernel whose initial values are specified by "data" and length is "width".
Kernel1D_F64(double[], int, int) - Constructor for class boofcv.struct.convolve.Kernel1D_F64
Creates a kernel with elements equal to 'data' and with the specified 'width' plus 'offset'
Kernel1D_F64(int) - Constructor for class boofcv.struct.convolve.Kernel1D_F64
Create a kernel with elements initialized to zero.
Kernel1D_F64(int, int) - Constructor for class boofcv.struct.convolve.Kernel1D_F64
Create a kernel whose elements initialized to zero.
Kernel1D_F64() - Constructor for class boofcv.struct.convolve.Kernel1D_F64
 
Kernel1D_I32 - Class in boofcv.struct.convolve
Floating point 1D convolution kernel that extends Kernel1D.
Kernel1D_I32(int[], int) - Constructor for class boofcv.struct.convolve.Kernel1D_I32
Creates a new kernel whose initial values are specified by "data" and length is "width".
Kernel1D_I32(int[], int, int) - Constructor for class boofcv.struct.convolve.Kernel1D_I32
Creates a kernel with elements equal to 'data' and with the specified 'width' plus 'offset'
Kernel1D_I32(int) - Constructor for class boofcv.struct.convolve.Kernel1D_I32
Create a kernel with elements initialized to zero.
Kernel1D_I32(int, int) - Constructor for class boofcv.struct.convolve.Kernel1D_I32
Create a kernel whose elements initialized to zero.
Kernel1D_I32() - Constructor for class boofcv.struct.convolve.Kernel1D_I32
 
Kernel2D - Class in boofcv.struct.convolve
Base type for 2D convolution kernels
Kernel2D(int, int) - Constructor for class boofcv.struct.convolve.Kernel2D
 
Kernel2D(int) - Constructor for class boofcv.struct.convolve.Kernel2D
 
Kernel2D() - Constructor for class boofcv.struct.convolve.Kernel2D
 
Kernel2D_F32 - Class in boofcv.struct.convolve
This is a kernel in a 2D convolution.
Kernel2D_F32(int, float[]) - Constructor for class boofcv.struct.convolve.Kernel2D_F32
Creates a new kernel whose initial values are specified by 'data' and 'width'.
Kernel2D_F32(int) - Constructor for class boofcv.struct.convolve.Kernel2D_F32
Create a kernel with elements initialized to zero with the specified 'width' and offset equal to width/2
Kernel2D_F32(int, int) - Constructor for class boofcv.struct.convolve.Kernel2D_F32
Create a kernel with elements initialized to zero with the specified 'width' and 'offset'.
Kernel2D_F32() - Constructor for class boofcv.struct.convolve.Kernel2D_F32
 
Kernel2D_F64 - Class in boofcv.struct.convolve
This is a kernel in a 2D convolution.
Kernel2D_F64(int, double[]) - Constructor for class boofcv.struct.convolve.Kernel2D_F64
Creates a new kernel whose initial values are specified by 'data' and 'width'.
Kernel2D_F64(int) - Constructor for class boofcv.struct.convolve.Kernel2D_F64
Create a kernel with elements initialized to zero with the specified 'width' and offset equal to width/2
Kernel2D_F64(int, int) - Constructor for class boofcv.struct.convolve.Kernel2D_F64
Create a kernel with elements initialized to zero with the specified 'width' and 'offset'.
Kernel2D_F64() - Constructor for class boofcv.struct.convolve.Kernel2D_F64
 
Kernel2D_I32 - Class in boofcv.struct.convolve
This is a kernel in a 2D convolution.
Kernel2D_I32(int, int[]) - Constructor for class boofcv.struct.convolve.Kernel2D_I32
Creates a new kernel whose initial values are specified by 'data' and 'width'.
Kernel2D_I32(int) - Constructor for class boofcv.struct.convolve.Kernel2D_I32
Create a kernel with elements initialized to zero with the specified 'width' and offset equal to width/2
Kernel2D_I32(int, int) - Constructor for class boofcv.struct.convolve.Kernel2D_I32
Create a kernel with elements initialized to zero with the specified 'width' and 'offset'.
Kernel2D_I32() - Constructor for class boofcv.struct.convolve.Kernel2D_I32
 
kernel_F32 - Static variable in class boofcv.alg.filter.derivative.LaplacianEdge
 
kernel_I32 - Static variable in class boofcv.alg.filter.derivative.LaplacianEdge
 
KernelBase - Class in boofcv.struct.convolve
Base class for all convolution kernels.
KernelBase(int) - Constructor for class boofcv.struct.convolve.KernelBase
 
KernelBase(int, int) - Constructor for class boofcv.struct.convolve.KernelBase
 
KernelBase() - Constructor for class boofcv.struct.convolve.KernelBase
 
KernelContinuous1D_F32 - Class in boofcv.struct.convolve
Computes the instantaneous value of a continuous valued function.
KernelContinuous1D_F32(int) - Constructor for class boofcv.struct.convolve.KernelContinuous1D_F32
 
kernelCross_F32 - Static variable in class boofcv.alg.filter.derivative.HessianThree
 
kernelCross_I32 - Static variable in class boofcv.alg.filter.derivative.HessianThree
 
kernelDeriv_F32 - Static variable in class boofcv.alg.filter.derivative.GradientThree
 
kernelDeriv_F32 - Static variable in class boofcv.alg.filter.derivative.GradientTwo0
 
kernelDeriv_F32 - Static variable in class boofcv.alg.filter.derivative.GradientTwo1
 
kernelDeriv_I32 - Static variable in class boofcv.alg.filter.derivative.GradientThree
 
kernelDeriv_I32 - Static variable in class boofcv.alg.filter.derivative.GradientTwo0
 
kernelDeriv_I32 - Static variable in class boofcv.alg.filter.derivative.GradientTwo1
 
kernelDerivX(int, IntegralKernel) - Static method in class boofcv.alg.transform.ii.DerivativeIntegralImage
Creates a kernel for a symmetric box derivative.
kernelDerivX_F32 - Static variable in class boofcv.alg.filter.derivative.GradientPrewitt
 
kernelDerivX_F32 - Static variable in class boofcv.alg.filter.derivative.GradientSobel
 
kernelDerivX_I32 - Static variable in class boofcv.alg.filter.derivative.GradientPrewitt
 
kernelDerivX_I32 - Static variable in class boofcv.alg.filter.derivative.GradientSobel
 
kernelDerivXX(int, IntegralKernel) - Static method in class boofcv.alg.transform.ii.DerivativeIntegralImage
 
kernelDerivXY(int, IntegralKernel) - Static method in class boofcv.alg.transform.ii.DerivativeIntegralImage
 
kernelDerivY(int, IntegralKernel) - Static method in class boofcv.alg.transform.ii.DerivativeIntegralImage
Creates a kernel for a symmetric box derivative.
kernelDerivY_F32 - Static variable in class boofcv.alg.filter.derivative.GradientPrewitt
 
kernelDerivY_F32 - Static variable in class boofcv.alg.filter.derivative.GradientSobel
 
kernelDerivY_I32 - Static variable in class boofcv.alg.filter.derivative.GradientPrewitt
 
kernelDerivY_I32 - Static variable in class boofcv.alg.filter.derivative.GradientSobel
 
kernelDerivYY(int, IntegralKernel) - Static method in class boofcv.alg.transform.ii.DerivativeIntegralImage
 
kernelEnhance4_F32 - Static variable in class boofcv.alg.enhance.impl.ImplEnhanceFilter
 
kernelEnhance4_I32 - Static variable in class boofcv.alg.enhance.impl.ImplEnhanceFilter
 
kernelEnhance8_F32 - Static variable in class boofcv.alg.enhance.impl.ImplEnhanceFilter
 
kernelEnhance8_I32 - Static variable in class boofcv.alg.enhance.impl.ImplEnhanceFilter
 
kernelHaarX(int, IntegralKernel) - Static method in class boofcv.alg.transform.ii.DerivativeIntegralImage
Creates a kernel for the Haar wavelet "centered" around the target pixel.
kernelHaarY(int, IntegralKernel) - Static method in class boofcv.alg.transform.ii.DerivativeIntegralImage
Creates a kernel for the Haar wavelet "centered" around the target pixel.
KernelMath - Class in boofcv.alg.filter.kernel
 
KernelMath() - Constructor for class boofcv.alg.filter.kernel.KernelMath
 
kernelXX_F32 - Static variable in class boofcv.alg.filter.derivative.HessianSobel
 
kernelXX_I32 - Static variable in class boofcv.alg.filter.derivative.HessianSobel
 
kernelXXYY_F32 - Static variable in class boofcv.alg.filter.derivative.HessianThree
 
kernelXXYY_I32 - Static variable in class boofcv.alg.filter.derivative.HessianThree
 
kernelXY_F32 - Static variable in class boofcv.alg.filter.derivative.HessianSobel
 
kernelXY_I32 - Static variable in class boofcv.alg.filter.derivative.HessianSobel
 
kernelYY_F32 - Static variable in class boofcv.alg.filter.derivative.HessianSobel
 
kernelYY_I32 - Static variable in class boofcv.alg.filter.derivative.HessianSobel
 

L

LabelNode - Class in boofcv.alg.filter.binary.impl
Used to keep track of connected nodes while labeling binary images.
LabelNode(int) - Constructor for class boofcv.alg.filter.binary.impl.LabelNode
 
labelToBinary(ImageSInt32, ImageUInt8) - Static method in class boofcv.alg.filter.binary.BinaryImageOps
Converts a labeled image into a binary image by setting any non-zero value to one.
labelToBinary(ImageSInt32, ImageUInt8, boolean[]) - Static method in class boofcv.alg.filter.binary.BinaryImageOps
Only converts the specified blobs over into the binary image
labelToBinary(ImageSInt32, ImageUInt8, int, int...) - Static method in class boofcv.alg.filter.binary.BinaryImageOps
Only converts the specified blobs over into the binary image.
labelToBinary() - Static method in class boofcv.factory.filter.binary.FactoryBinaryImageOps
labelToClusters(ImageSInt32, int, FastQueue<Point2D_I32>) - Static method in class boofcv.alg.filter.binary.BinaryImageOps
Scans through the labeled image and adds the coordinate of each pixel that has been labeled to a list specific to its label.
LagrangeFormula - Class in boofcv.alg.interpolate.array
Langrange's formula is a straight forward way to perform polynomial interpolation.
LagrangeFormula() - Constructor for class boofcv.alg.interpolate.array.LagrangeFormula
 
laplace(I, D) - Static method in class boofcv.alg.filter.derivative.GImageDerivativeOps
 
LaplacianEdge - Class in boofcv.alg.filter.derivative
The Laplacian is convolved across an image to find second derivative of the image.
LaplacianEdge() - Constructor for class boofcv.alg.filter.derivative.LaplacianEdge
 
layers - Variable in class boofcv.struct.pyramid.ImagePyramidBase
 
length - Variable in class boofcv.core.image.border.BorderIndex1D
 
LinearContourLabelChang2004 - Class in boofcv.alg.filter.binary
Finds objects in a binary image by tracing their contours.
LinearContourLabelChang2004(ConnectRule) - Constructor for class boofcv.alg.filter.binary.LinearContourLabelChang2004
Configures the algorithm.
local(ThresholdType, int) - Static method in class boofcv.factory.filter.binary.ConfigThreshold
 
localGaussian(T, ImageUInt8, int, double, boolean, T, ImageSingleBand) - Static method in class boofcv.alg.filter.binary.GThresholdImageOps
Thresholds the image using a locally adaptive threshold that is computed using a local square region centered on each pixel.
localGaussian(ImageUInt8, ImageUInt8, int, float, boolean, ImageUInt8, ImageUInt8) - Static method in class boofcv.alg.filter.binary.ThresholdImageOps
Thresholds the image using a locally adaptive threshold that is computed using a local square region centered on each pixel.
localGaussian(ImageFloat32, ImageUInt8, int, float, boolean, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.binary.ThresholdImageOps
Thresholds the image using a locally adaptive threshold that is computed using a local square region centered on each pixel.
localGaussian(int, double, boolean, Class<T>) - Static method in class boofcv.factory.filter.binary.FactoryThresholdBinary
 
LocalGaussianBinaryFilter<T extends ImageSingleBand> - Class in boofcv.abst.filter.binary
Adaptive/local threshold using a Gaussian region
LocalGaussianBinaryFilter(int, double, boolean, ImageType<T>) - Constructor for class boofcv.abst.filter.binary.LocalGaussianBinaryFilter
 
localHistogram(ImageUInt8, int, int, int, int, int[]) - Static method in class boofcv.alg.enhance.impl.ImplEnhanceHistogram
Computes the local histogram just for the specified inner region
localHistogram(ImageUInt16, int, int, int, int, int[]) - Static method in class boofcv.alg.enhance.impl.ImplEnhanceHistogram
Computes the local histogram just for the specified inner region
localSauvola(T, ImageUInt8, int, float, boolean) - Static method in class boofcv.alg.filter.binary.GThresholdImageOps
Applies Sauvola thresholding to the input image.
localSauvola(int, float, boolean, Class<T>) - Static method in class boofcv.factory.filter.binary.FactoryThresholdBinary
 
LocalSauvolaBinaryFilter<T extends ImageSingleBand> - Class in boofcv.abst.filter.binary
Adaptive/local threshold using a Sauvola calculation
LocalSauvolaBinaryFilter(int, float, boolean, ImageType<T>) - Constructor for class boofcv.abst.filter.binary.LocalSauvolaBinaryFilter
 
localSquare(T, ImageUInt8, int, double, boolean, T, T) - Static method in class boofcv.alg.filter.binary.GThresholdImageOps
Thresholds the image using a locally adaptive threshold that is computed using a local square region centered on each pixel.
localSquare(ImageUInt8, ImageUInt8, int, float, boolean, ImageUInt8, ImageUInt8) - Static method in class boofcv.alg.filter.binary.ThresholdImageOps
Thresholds the image using a locally adaptive threshold that is computed using a local square region centered on each pixel.
localSquare(ImageFloat32, ImageUInt8, int, float, boolean, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.binary.ThresholdImageOps
Thresholds the image using a locally adaptive threshold that is computed using a local square region centered on each pixel.
localSquare(int, double, boolean, Class<T>) - Static method in class boofcv.factory.filter.binary.FactoryThresholdBinary
 
LocalSquareBinaryFilter<T extends ImageSingleBand> - Class in boofcv.abst.filter.binary
Adaptive/local threshold using a square region
LocalSquareBinaryFilter(int, double, boolean, ImageType<T>) - Constructor for class boofcv.abst.filter.binary.LocalSquareBinaryFilter
 
log(T, T) - Static method in class boofcv.alg.misc.GPixelMath
Sets each pixel in the output image to log( 1 + input(x,y)) of the input image.
log(ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.misc.PixelMath
Sets each pixel in the output image to log( 1 + input(x,y)) of the input image.
log(ImageFloat64, ImageFloat64) - Static method in class boofcv.alg.misc.PixelMath
Sets each pixel in the output image to log( 1 + input(x,y)) of the input image.
logicAnd(ImageUInt8, ImageUInt8, ImageUInt8) - Static method in class boofcv.alg.filter.binary.BinaryImageOps
For each pixel it applies the logical 'and' operator between two images.
logicOr(ImageUInt8, ImageUInt8, ImageUInt8) - Static method in class boofcv.alg.filter.binary.BinaryImageOps
For each pixel it applies the logical 'or' operator between two images.
logicXor(ImageUInt8, ImageUInt8, ImageUInt8) - Static method in class boofcv.alg.filter.binary.BinaryImageOps
For each pixel it applies the logical 'xor' operator between two images.
lookupBorderClassType(Class<ImageSingleBand>) - Static method in class boofcv.core.image.border.FactoryImageBorder
Given an image type return the appropriate ImageBorder class type.
lookupKernelX(DerivativeType, boolean) - Static method in class boofcv.alg.filter.derivative.GImageDerivativeOps
Returns the kernel for finding the X derivative.
lowerCoef - Variable in class boofcv.struct.wavelet.WlBorderCoefFixed
 

M

M - Variable in class boofcv.alg.interpolate.array.Interpolate1D_F32
 
M - Variable in class boofcv.alg.interpolate.PolynomialPixel
 
magnitude(InterleavedF32, ImageFloat32) - Static method in class boofcv.alg.transform.fft.DiscreteFourierTransformOps
Computes the magnitude of the complex image:
magnitude = sqrt( real2 + imaginary2 )
magnitude(InterleavedF64, ImageFloat64) - Static method in class boofcv.alg.transform.fft.DiscreteFourierTransformOps
Computes the magnitude of the complex image:
magnitude = sqrt( real2 + imaginary2 )
magnitude(ImageInterleaved, ImageFloat) - Static method in class boofcv.alg.transform.fft.GDiscreteFourierTransformOps
Computes the magnitude of the complex image:
magnitude = sqrt( real2 + imaginary2 )
Mask(byte[]) - Constructor for class boofcv.alg.filter.binary.impl.BinaryThinning.Mask
 
mask0 - Static variable in class boofcv.alg.filter.binary.impl.BinaryThinning
 
Mask0() - Constructor for class boofcv.alg.filter.binary.impl.BinaryThinning.Mask0
 
mask1 - Static variable in class boofcv.alg.filter.binary.impl.BinaryThinning
 
Mask1() - Constructor for class boofcv.alg.filter.binary.impl.BinaryThinning.Mask1
 
mask2 - Static variable in class boofcv.alg.filter.binary.impl.BinaryThinning
 
Mask2() - Constructor for class boofcv.alg.filter.binary.impl.BinaryThinning.Mask2
 
mask3 - Static variable in class boofcv.alg.filter.binary.impl.BinaryThinning
 
Mask3() - Constructor for class boofcv.alg.filter.binary.impl.BinaryThinning.Mask3
 
mask4 - Static variable in class boofcv.alg.filter.binary.impl.BinaryThinning
 
Mask4() - Constructor for class boofcv.alg.filter.binary.impl.BinaryThinning.Mask4
 
mask5 - Static variable in class boofcv.alg.filter.binary.impl.BinaryThinning
 
Mask5() - Constructor for class boofcv.alg.filter.binary.impl.BinaryThinning.Mask5
 
mask6 - Static variable in class boofcv.alg.filter.binary.impl.BinaryThinning
 
Mask6() - Constructor for class boofcv.alg.filter.binary.impl.BinaryThinning.Mask6
 
mask7 - Static variable in class boofcv.alg.filter.binary.impl.BinaryThinning
 
Mask7() - Constructor for class boofcv.alg.filter.binary.impl.BinaryThinning.Mask7
 
max - Variable in class boofcv.alg.interpolate.PolynomialPixel
 
max(ImageSingleBand) - Static method in class boofcv.alg.misc.GImageStatistics
Returns the maximum pixel value.
max(ImageUInt8) - Static method in class boofcv.alg.misc.ImageStatistics
Returns the maximum element value.
max(ImageSInt8) - Static method in class boofcv.alg.misc.ImageStatistics
Returns the maximum element value.
max(ImageUInt16) - Static method in class boofcv.alg.misc.ImageStatistics
Returns the maximum element value.
max(ImageSInt16) - Static method in class boofcv.alg.misc.ImageStatistics
Returns the maximum element value.
max(ImageSInt32) - Static method in class boofcv.alg.misc.ImageStatistics
Returns the maximum element value.
max(ImageSInt64) - Static method in class boofcv.alg.misc.ImageStatistics
Returns the maximum element value.
max(ImageFloat32) - Static method in class boofcv.alg.misc.ImageStatistics
Returns the maximum element value.
max(ImageFloat64) - Static method in class boofcv.alg.misc.ImageStatistics
Returns the maximum element value.
maxAbs(float[], int) - Static method in class boofcv.alg.filter.kernel.KernelMath
 
maxAbs(double[], int) - Static method in class boofcv.alg.filter.kernel.KernelMath
 
maxAbs(ImageSingleBand) - Static method in class boofcv.alg.misc.GImageStatistics
Returns the absolute value of the element with the largest absolute value.
maxAbs(ImageUInt8) - Static method in class boofcv.alg.misc.ImageStatistics
Returns the absolute value of the element with the largest absolute value.
maxAbs(ImageSInt8) - Static method in class boofcv.alg.misc.ImageStatistics
Returns the absolute value of the element with the largest absolute value.
maxAbs(ImageUInt16) - Static method in class boofcv.alg.misc.ImageStatistics
Returns the absolute value of the element with the largest absolute value.
maxAbs(ImageSInt16) - Static method in class boofcv.alg.misc.ImageStatistics
Returns the absolute value of the element with the largest absolute value.
maxAbs(ImageSInt32) - Static method in class boofcv.alg.misc.ImageStatistics
Returns the absolute value of the element with the largest absolute value.
maxAbs(ImageSInt64) - Static method in class boofcv.alg.misc.ImageStatistics
Returns the absolute value of the element with the largest absolute value.
maxAbs(ImageFloat32) - Static method in class boofcv.alg.misc.ImageStatistics
Returns the absolute value of the element with the largest absolute value.
maxAbs(ImageFloat64) - Static method in class boofcv.alg.misc.ImageStatistics
Returns the absolute value of the element with the largest absolute value.
maxIndex - Variable in class boofcv.alg.filter.binary.impl.LabelNode
 
maxPixelValue - Variable in class boofcv.factory.filter.binary.ConfigThreshold
Maximum pixel value.
mean(ImageUInt8, ImageUInt8, int, ImageUInt8) - Static method in class boofcv.alg.filter.blur.BlurImageOps
Applies a mean box filter.
mean(ImageFloat32, ImageFloat32, int, ImageFloat32) - Static method in class boofcv.alg.filter.blur.BlurImageOps
Applies a mean box filter.
mean(MultiSpectral<T>, MultiSpectral<T>, int, T) - Static method in class boofcv.alg.filter.blur.BlurImageOps
Applies mean box filter to a MultiSpectral
mean(T, T, int, ImageBase) - Static method in class boofcv.alg.filter.blur.GBlurImageOps
Applies a mean box filter.
mean(T) - Static method in class boofcv.alg.misc.GImageStatistics
Returns the mean pixel intensity value.
mean(ImageUInt8) - Static method in class boofcv.alg.misc.ImageStatistics
Returns the mean pixel intensity value.
mean(ImageSInt8) - Static method in class boofcv.alg.misc.ImageStatistics
Returns the mean pixel intensity value.
mean(ImageUInt16) - Static method in class boofcv.alg.misc.ImageStatistics
Returns the mean pixel intensity value.
mean(ImageSInt16) - Static method in class boofcv.alg.misc.ImageStatistics
Returns the mean pixel intensity value.
mean(ImageSInt32) - Static method in class boofcv.alg.misc.ImageStatistics
Returns the mean pixel intensity value.
mean(ImageSInt64) - Static method in class boofcv.alg.misc.ImageStatistics
Returns the mean pixel intensity value.
mean(ImageFloat32) - Static method in class boofcv.alg.misc.ImageStatistics
Returns the mean pixel intensity value.
mean(ImageFloat64) - Static method in class boofcv.alg.misc.ImageStatistics
Returns the mean pixel intensity value.
mean(Class<T>, int) - Static method in class boofcv.factory.filter.blur.FactoryBlurFilter
Creates a mean filter for the specified image type.
meanDiffAbs(T, T) - Static method in class boofcv.alg.misc.GImageStatistics
Computes the mean of the absolute value of the difference between the two images.
meanDiffAbs(ImageUInt8, ImageUInt8) - Static method in class boofcv.alg.misc.ImageStatistics
Computes the mean squared error (MSE) between the two images.
meanDiffAbs(ImageSInt8, ImageSInt8) - Static method in class boofcv.alg.misc.ImageStatistics
Computes the mean squared error (MSE) between the two images.
meanDiffAbs(ImageUInt16, ImageUInt16) - Static method in class boofcv.alg.misc.ImageStatistics
Computes the mean squared error (MSE) between the two images.
meanDiffAbs(ImageSInt16, ImageSInt16) - Static method in class boofcv.alg.misc.ImageStatistics
Computes the mean squared error (MSE) between the two images.
meanDiffAbs(ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.misc.ImageStatistics
Computes the mean squared error (MSE) between the two images.
meanDiffAbs(ImageSInt64, ImageSInt64) - Static method in class boofcv.alg.misc.ImageStatistics
Computes the mean squared error (MSE) between the two images.
meanDiffAbs(ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.misc.ImageStatistics
Computes the mean squared error (MSE) between the two images.
meanDiffAbs(ImageFloat64, ImageFloat64) - Static method in class boofcv.alg.misc.ImageStatistics
Computes the mean squared error (MSE) between the two images.
meanDiffSq(T, T) - Static method in class boofcv.alg.misc.GImageStatistics
Computes the mean of the difference squared between the two images.
meanDiffSq(ImageUInt8, ImageUInt8) - Static method in class boofcv.alg.misc.ImageStatistics
Computes the mean squared error (MSE) between the two images.
meanDiffSq(ImageSInt8, ImageSInt8) - Static method in class boofcv.alg.misc.ImageStatistics
Computes the mean squared error (MSE) between the two images.
meanDiffSq(ImageUInt16, ImageUInt16) - Static method in class boofcv.alg.misc.ImageStatistics
Computes the mean squared error (MSE) between the two images.
meanDiffSq(ImageSInt16, ImageSInt16) - Static method in class boofcv.alg.misc.ImageStatistics
Computes the mean squared error (MSE) between the two images.
meanDiffSq(ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.misc.ImageStatistics
Computes the mean squared error (MSE) between the two images.
meanDiffSq(ImageSInt64, ImageSInt64) - Static method in class boofcv.alg.misc.ImageStatistics
Computes the mean squared error (MSE) between the two images.
meanDiffSq(ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.misc.ImageStatistics
Computes the mean squared error (MSE) between the two images.
meanDiffSq(ImageFloat64, ImageFloat64) - Static method in class boofcv.alg.misc.ImageStatistics
Computes the mean squared error (MSE) between the two images.
measureTime(Performer, int) - Static method in class boofcv.misc.ProfileOperation
 
median(ImageUInt8, ImageUInt8, int) - Static method in class boofcv.alg.filter.blur.BlurImageOps
Applies a median filter.
median(ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.filter.blur.BlurImageOps
Applies a median filter.
median(MultiSpectral<T>, MultiSpectral<T>, int) - Static method in class boofcv.alg.filter.blur.BlurImageOps
Applies median filter to a MultiSpectral
median(T, T, int) - Static method in class boofcv.alg.filter.blur.GBlurImageOps
Applies a median filter.
median(Class<T>, int) - Static method in class boofcv.factory.filter.blur.FactoryBlurFilter
Creates a median filter for the specified image type.
MedianImageFilter<T extends ImageSingleBand> - Class in boofcv.abst.filter.blur
Simplified interface for using a median filter.
MedianImageFilter(Class<T>, int) - Constructor for class boofcv.abst.filter.blur.MedianImageFilter
 
merge2(ImageFloat32, ImageFloat32, InterleavedF32) - Static method in class boofcv.core.image.InterleavedImageOps
Combines two ImageSingleBand into a single ImageInterleaved.
methodTest - Variable in class boofcv.testing.CompareEquivalentFunctions
 
methodValidation - Variable in class boofcv.testing.CompareEquivalentFunctions
 
min - Variable in class boofcv.alg.interpolate.PolynomialPixel
 
min(ImageSingleBand) - Static method in class boofcv.alg.misc.GImageStatistics
Returns the minimum pixel value.
min(ImageUInt8) - Static method in class boofcv.alg.misc.ImageStatistics
Returns the minimum element value.
min(ImageSInt8) - Static method in class boofcv.alg.misc.ImageStatistics
Returns the minimum element value.
min(ImageUInt16) - Static method in class boofcv.alg.misc.ImageStatistics
Returns the minimum element value.
min(ImageSInt16) - Static method in class boofcv.alg.misc.ImageStatistics
Returns the minimum element value.
min(ImageSInt32) - Static method in class boofcv.alg.misc.ImageStatistics
Returns the minimum element value.
min(ImageSInt64) - Static method in class boofcv.alg.misc.ImageStatistics
Returns the minimum element value.
min(ImageFloat32) - Static method in class boofcv.alg.misc.ImageStatistics
Returns the minimum element value.
min(ImageFloat64) - Static method in class boofcv.alg.misc.ImageStatistics
Returns the minimum element value.
MIN_FRAC - Static variable in class boofcv.factory.filter.kernel.FactoryKernelGaussian
 
MIN_FRACD - Static variable in class boofcv.factory.filter.kernel.FactoryKernelGaussian
 
minAbs(float[], int, float) - Static method in class boofcv.alg.filter.kernel.KernelMath
 
minAbs(double[], int, double) - Static method in class boofcv.alg.filter.kernel.KernelMath
 
minPixelValue - Variable in class boofcv.factory.filter.binary.ConfigThreshold
Minimum pixel value.
minus(T, double, T) - Static method in class boofcv.alg.misc.GPixelMath
Subtracts a scalar value from each element.
minus(double, T, T) - Static method in class boofcv.alg.misc.GPixelMath
Subtracts the value of each element from a scalar value.
minus(T, double, double, double, T) - Static method in class boofcv.alg.misc.GPixelMath
Subtracts a scalar value from each element.
minus(double, T, double, double, T) - Static method in class boofcv.alg.misc.GPixelMath
Subtracts the value of each element from a scalar value.
minus(ImageUInt8, int, ImageUInt8) - Static method in class boofcv.alg.misc.PixelMath
Subtracts a scalar value from each element.
minus(ImageUInt8, int, int, int, ImageUInt8) - Static method in class boofcv.alg.misc.PixelMath
Subtracts a scalar value from each element.
minus(int, ImageUInt8, ImageUInt8) - Static method in class boofcv.alg.misc.PixelMath
Subtracts the value of each element from a scalar value.
minus(int, ImageUInt8, int, int, ImageUInt8) - Static method in class boofcv.alg.misc.PixelMath
Subtracts the value of each element from a scalar value.
minus(ImageSInt8, int, ImageSInt8) - Static method in class boofcv.alg.misc.PixelMath
Subtracts a scalar value from each element.
minus(ImageSInt8, int, int, int, ImageSInt8) - Static method in class boofcv.alg.misc.PixelMath
Subtracts a scalar value from each element.
minus(int, ImageSInt8, ImageSInt8) - Static method in class boofcv.alg.misc.PixelMath
Subtracts the value of each element from a scalar value.
minus(int, ImageSInt8, int, int, ImageSInt8) - Static method in class boofcv.alg.misc.PixelMath
Subtracts the value of each element from a scalar value.
minus(ImageUInt16, int, ImageUInt16) - Static method in class boofcv.alg.misc.PixelMath
Subtracts a scalar value from each element.
minus(ImageUInt16, int, int, int, ImageUInt16) - Static method in class boofcv.alg.misc.PixelMath
Subtracts a scalar value from each element.
minus(int, ImageUInt16, ImageUInt16) - Static method in class boofcv.alg.misc.PixelMath
Subtracts the value of each element from a scalar value.
minus(int, ImageUInt16, int, int, ImageUInt16) - Static method in class boofcv.alg.misc.PixelMath
Subtracts the value of each element from a scalar value.
minus(ImageSInt16, int, ImageSInt16) - Static method in class boofcv.alg.misc.PixelMath
Subtracts a scalar value from each element.
minus(ImageSInt16, int, int, int, ImageSInt16) - Static method in class boofcv.alg.misc.PixelMath
Subtracts a scalar value from each element.
minus(int, ImageSInt16, ImageSInt16) - Static method in class boofcv.alg.misc.PixelMath
Subtracts the value of each element from a scalar value.
minus(int, ImageSInt16, int, int, ImageSInt16) - Static method in class boofcv.alg.misc.PixelMath
Subtracts the value of each element from a scalar value.
minus(ImageSInt32, int, ImageSInt32) - Static method in class boofcv.alg.misc.PixelMath
Subtracts a scalar value from each element.
minus(ImageSInt32, int, int, int, ImageSInt32) - Static method in class boofcv.alg.misc.PixelMath
Subtracts a scalar value from each element.
minus(int, ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.misc.PixelMath
Subtracts the value of each element from a scalar value.
minus(int, ImageSInt32, int, int, ImageSInt32) - Static method in class boofcv.alg.misc.PixelMath
Subtracts the value of each element from a scalar value.
minus(ImageSInt64, long, ImageSInt64) - Static method in class boofcv.alg.misc.PixelMath
Subtracts a scalar value from each element.
minus(ImageSInt64, long, long, long, ImageSInt64) - Static method in class boofcv.alg.misc.PixelMath
Subtracts a scalar value from each element.
minus(long, ImageSInt64, ImageSInt64) - Static method in class boofcv.alg.misc.PixelMath
Subtracts the value of each element from a scalar value.
minus(long, ImageSInt64, long, long, ImageSInt64) - Static method in class boofcv.alg.misc.PixelMath
Subtracts the value of each element from a scalar value.
minus(ImageFloat32, float, ImageFloat32) - Static method in class boofcv.alg.misc.PixelMath
Subtracts a scalar value from each element.
minus(ImageFloat32, float, float, float, ImageFloat32) - Static method in class boofcv.alg.misc.PixelMath
Subtracts a scalar value from each element.
minus(float, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.misc.PixelMath
Subtracts the value of each element from a scalar value.
minus(float, ImageFloat32, float, float, ImageFloat32) - Static method in class boofcv.alg.misc.PixelMath
Subtracts the value of each element from a scalar value.
minus(ImageFloat64, double, ImageFloat64) - Static method in class boofcv.alg.misc.PixelMath
Subtracts a scalar value from each element.
minus(ImageFloat64, double, double, double, ImageFloat64) - Static method in class boofcv.alg.misc.PixelMath
Subtracts a scalar value from each element.
minus(double, ImageFloat64, ImageFloat64) - Static method in class boofcv.alg.misc.PixelMath
Subtracts the value of each element from a scalar value.
minus(double, ImageFloat64, double, double, ImageFloat64) - Static method in class boofcv.alg.misc.PixelMath
Subtracts the value of each element from a scalar value.
minusPOffset(int, int, int) - Static method in class boofcv.misc.CircularIndex
Subtracts a positive offset to index in a circular buffer.
MS(MultiSpectral) - Constructor for class boofcv.core.image.FactoryGImageMultiBand.MS
 
MS() - Constructor for class boofcv.core.image.FactoryGImageMultiBand.MS
 
ms(int, Class<I>) - Static method in class boofcv.struct.image.ImageType
 
ms(int, ImageDataType) - Static method in class boofcv.struct.image.ImageType
 
multiply(T, double, T) - Static method in class boofcv.alg.misc.GPixelMath
Multiply each element by a scalar value.
multiply(T, double, double, double, T) - Static method in class boofcv.alg.misc.GPixelMath
Multiply each element by a scalar value and bounds the result.
multiply(T, T, T) - Static method in class boofcv.alg.misc.GPixelMath
Performs pixel-wise multiplication
output(x,y) = imgA(x,y) * imgB(x,y)
multiply(ImageUInt8, double, ImageUInt8) - Static method in class boofcv.alg.misc.PixelMath
Multiply each element by a scalar value.
multiply(ImageUInt8, double, int, int, ImageUInt8) - Static method in class boofcv.alg.misc.PixelMath
Multiply each element by a scalar value and bounds the result.
multiply(ImageSInt8, double, ImageSInt8) - Static method in class boofcv.alg.misc.PixelMath
Multiply each element by a scalar value.
multiply(ImageSInt8, double, int, int, ImageSInt8) - Static method in class boofcv.alg.misc.PixelMath
Multiply each element by a scalar value and bounds the result.
multiply(ImageUInt16, double, ImageUInt16) - Static method in class boofcv.alg.misc.PixelMath
Multiply each element by a scalar value.
multiply(ImageUInt16, double, int, int, ImageUInt16) - Static method in class boofcv.alg.misc.PixelMath
Multiply each element by a scalar value and bounds the result.
multiply(ImageSInt16, double, ImageSInt16) - Static method in class boofcv.alg.misc.PixelMath
Multiply each element by a scalar value.
multiply(ImageSInt16, double, int, int, ImageSInt16) - Static method in class boofcv.alg.misc.PixelMath
Multiply each element by a scalar value and bounds the result.
multiply(ImageSInt32, double, ImageSInt32) - Static method in class boofcv.alg.misc.PixelMath
Multiply each element by a scalar value.
multiply(ImageSInt32, double, int, int, ImageSInt32) - Static method in class boofcv.alg.misc.PixelMath
Multiply each element by a scalar value and bounds the result.
multiply(ImageSInt64, double, ImageSInt64) - Static method in class boofcv.alg.misc.PixelMath
Multiply each element by a scalar value.
multiply(ImageSInt64, double, long, long, ImageSInt64) - Static method in class boofcv.alg.misc.PixelMath
Multiply each element by a scalar value and bounds the result.
multiply(ImageFloat32, float, ImageFloat32) - Static method in class boofcv.alg.misc.PixelMath
Multiply each element by a scalar value.
multiply(ImageFloat32, float, float, float, ImageFloat32) - Static method in class boofcv.alg.misc.PixelMath
Multiply each element by a scalar value and bounds the result.
multiply(ImageFloat64, double, ImageFloat64) - Static method in class boofcv.alg.misc.PixelMath
Multiply each element by a scalar value.
multiply(ImageFloat64, double, double, double, ImageFloat64) - Static method in class boofcv.alg.misc.PixelMath
Multiply each element by a scalar value and bounds the result.
multiply(ImageFloat32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.misc.PixelMath
Performs pixel-wise multiplication
output(x,y) = imgA(x,y) * imgB(x,y)
multiply(ImageFloat64, ImageFloat64, ImageFloat64) - Static method in class boofcv.alg.misc.PixelMath
Performs pixel-wise multiplication
output(x,y) = imgA(x,y) * imgB(x,y)
multiplyComplex(InterleavedF32, InterleavedF32, InterleavedF32) - Static method in class boofcv.alg.transform.fft.DiscreteFourierTransformOps
Performs element-wise complex multiplication between two complex images.
multiplyComplex(InterleavedF64, InterleavedF64, InterleavedF64) - Static method in class boofcv.alg.transform.fft.DiscreteFourierTransformOps
Performs element-wise complex multiplication between two complex images.
multiplyComplex(ImageInterleaved, ImageInterleaved, ImageInterleaved) - Static method in class boofcv.alg.transform.fft.GDiscreteFourierTransformOps
Performs element-wise complex multiplication between two complex images.
multiplyRealComplex(ImageFloat32, InterleavedF32, InterleavedF32) - Static method in class boofcv.alg.transform.fft.DiscreteFourierTransformOps
Performs element-wise complex multiplication between a real image and a complex image.
multiplyRealComplex(ImageFloat64, InterleavedF64, InterleavedF64) - Static method in class boofcv.alg.transform.fft.DiscreteFourierTransformOps
Performs element-wise complex multiplication between a real image and a complex image.
multiplyRealComplex(ImageFloat, ImageInterleaved, ImageInterleaved) - Static method in class boofcv.alg.transform.fft.GDiscreteFourierTransformOps
Performs element-wise complex multiplication between a real image and a complex image.
MultiSpectral<T extends ImageSingleBand> - Class in boofcv.struct.image
An image class for images with multiple bands/colors where each band is stored as an independent ImageSingleBand.
MultiSpectral(Class<T>, int, int, int) - Constructor for class boofcv.struct.image.MultiSpectral
Creates a MultiSpectral image with the specified properties.
MultiSpectral(Class<T>, int) - Constructor for class boofcv.struct.image.MultiSpectral
Declares internal arrays for storing each band, but not the images in each band.

N

NearestNeighborPixel_F32 - Class in boofcv.alg.interpolate.impl
Performs nearest neighbor interpolation to extract values between pixels in an image.
NearestNeighborPixel_F32() - Constructor for class boofcv.alg.interpolate.impl.NearestNeighborPixel_F32
 
NearestNeighborPixel_F32(ImageFloat32) - Constructor for class boofcv.alg.interpolate.impl.NearestNeighborPixel_F32
 
NearestNeighborPixel_IL_F32 - Class in boofcv.alg.interpolate.impl
Performs nearest neighbor interpolation to extract values between pixels in an image.
NearestNeighborPixel_IL_F32() - Constructor for class boofcv.alg.interpolate.impl.NearestNeighborPixel_IL_F32
 
NearestNeighborPixel_IL_F32(InterleavedF32) - Constructor for class boofcv.alg.interpolate.impl.NearestNeighborPixel_IL_F32
 
NearestNeighborPixel_IL_S16 - Class in boofcv.alg.interpolate.impl
Performs nearest neighbor interpolation to extract values between pixels in an image.
NearestNeighborPixel_IL_S16() - Constructor for class boofcv.alg.interpolate.impl.NearestNeighborPixel_IL_S16
 
NearestNeighborPixel_IL_S16(InterleavedS16) - Constructor for class boofcv.alg.interpolate.impl.NearestNeighborPixel_IL_S16
 
NearestNeighborPixel_IL_S32 - Class in boofcv.alg.interpolate.impl
Performs nearest neighbor interpolation to extract values between pixels in an image.
NearestNeighborPixel_IL_S32() - Constructor for class boofcv.alg.interpolate.impl.NearestNeighborPixel_IL_S32
 
NearestNeighborPixel_IL_S32(InterleavedS32) - Constructor for class boofcv.alg.interpolate.impl.NearestNeighborPixel_IL_S32
 
NearestNeighborPixel_IL_U16 - Class in boofcv.alg.interpolate.impl
Performs nearest neighbor interpolation to extract values between pixels in an image.
NearestNeighborPixel_IL_U16() - Constructor for class boofcv.alg.interpolate.impl.NearestNeighborPixel_IL_U16
 
NearestNeighborPixel_IL_U16(InterleavedU16) - Constructor for class boofcv.alg.interpolate.impl.NearestNeighborPixel_IL_U16
 
NearestNeighborPixel_IL_U8 - Class in boofcv.alg.interpolate.impl
Performs nearest neighbor interpolation to extract values between pixels in an image.
NearestNeighborPixel_IL_U8() - Constructor for class boofcv.alg.interpolate.impl.NearestNeighborPixel_IL_U8
 
NearestNeighborPixel_IL_U8(InterleavedU8) - Constructor for class boofcv.alg.interpolate.impl.NearestNeighborPixel_IL_U8
 
NearestNeighborPixel_S16 - Class in boofcv.alg.interpolate.impl
Performs nearest neighbor interpolation to extract values between pixels in an image.
NearestNeighborPixel_S16() - Constructor for class boofcv.alg.interpolate.impl.NearestNeighborPixel_S16
 
NearestNeighborPixel_S16(ImageSInt16) - Constructor for class boofcv.alg.interpolate.impl.NearestNeighborPixel_S16
 
NearestNeighborPixel_S32 - Class in boofcv.alg.interpolate.impl
Performs nearest neighbor interpolation to extract values between pixels in an image.
NearestNeighborPixel_S32() - Constructor for class boofcv.alg.interpolate.impl.NearestNeighborPixel_S32
 
NearestNeighborPixel_S32(ImageSInt32) - Constructor for class boofcv.alg.interpolate.impl.NearestNeighborPixel_S32
 
NearestNeighborPixel_U16 - Class in boofcv.alg.interpolate.impl
Performs nearest neighbor interpolation to extract values between pixels in an image.
NearestNeighborPixel_U16() - Constructor for class boofcv.alg.interpolate.impl.NearestNeighborPixel_U16
 
NearestNeighborPixel_U16(ImageUInt16) - Constructor for class boofcv.alg.interpolate.impl.NearestNeighborPixel_U16
 
NearestNeighborPixel_U8 - Class in boofcv.alg.interpolate.impl
Performs nearest neighbor interpolation to extract values between pixels in an image.
NearestNeighborPixel_U8() - Constructor for class boofcv.alg.interpolate.impl.NearestNeighborPixel_U8
 
NearestNeighborPixel_U8(ImageUInt8) - Constructor for class boofcv.alg.interpolate.impl.NearestNeighborPixel_U8
 
NearestNeighborPixelMB<T extends ImageMultiBand> - Class in boofcv.alg.interpolate
Performs nearest neighbor interpolation to extract values between pixels in an image.
NearestNeighborPixelMB() - Constructor for class boofcv.alg.interpolate.NearestNeighborPixelMB
 
nearestNeighborPixelMB(ImageType<T>, BorderType) - Static method in class boofcv.factory.interpolate.FactoryInterpolation
 
NearestNeighborPixelS<T extends ImageSingleBand> - Class in boofcv.alg.interpolate
Performs nearest neighbor interpolation to extract values between pixels in an image.
NearestNeighborPixelS() - Constructor for class boofcv.alg.interpolate.NearestNeighborPixelS
 
nearestNeighborPixelS(Class<T>) - Static method in class boofcv.factory.interpolate.FactoryInterpolation
 
nearestNeighborRectangle(Class<?>) - Static method in class boofcv.factory.interpolate.FactoryInterpolation
 
NearestNeighborRectangle_F32 - Class in boofcv.alg.interpolate.impl
Nearest Neighbor interpolation for a rectangular region
NearestNeighborRectangle_F32() - Constructor for class boofcv.alg.interpolate.impl.NearestNeighborRectangle_F32
 
newInstanceModel() - Method in class boofcv.alg.distort.PointTransformHomography_F32
 
newInstanceModel() - Method in class boofcv.alg.distort.PointTransformHomography_F64
 
newInstanceModel() - Method in interface boofcv.struct.distort.PointTransformModel_F32
Returns a new instance of the motion model
newInstanceModel() - Method in interface boofcv.struct.distort.PointTransformModel_F64
Returns a new instance of the motion model
nextPow2(int) - Static method in class boofcv.alg.transform.fft.DiscreteFourierTransformOps
Returns the closest power-of-two number greater than or equal to x.
NoCacheScaleSpace<I extends ImageSingleBand,D extends ImageSingleBand> - Class in boofcv.alg.transform.pyramid
Implementation of GaussianScaleSpace that focuses on one scale space at a time.
NoCacheScaleSpace(Class<I>, Class<D>) - Constructor for class boofcv.alg.transform.pyramid.NoCacheScaleSpace
Declares internal data structures.
normalizeAbsSumToOne(Kernel2D_F32) - Static method in class boofcv.alg.filter.kernel.KernelMath
Normalizes the array such that the absolute value sums up to one.
normalizeF(Kernel2D_F64) - Static method in class boofcv.alg.filter.kernel.KernelMath
 
normalizeSumToOne(Kernel1D_F32) - Static method in class boofcv.alg.filter.kernel.KernelMath
Normalizes the array such that it sums up to one.
normalizeSumToOne(Kernel1D_F64) - Static method in class boofcv.alg.filter.kernel.KernelMath
 
normalizeSumToOne(Kernel2D_F32) - Static method in class boofcv.alg.filter.kernel.KernelMath
Normalizes the array such that it sums up to one.
normalizeSumToOne(Kernel2D_F64) - Static method in class boofcv.alg.filter.kernel.KernelMath
 
numBands - Variable in class boofcv.struct.image.ImageInterleaved
How many color bands are contained in each pixel
nv21ToBoof(byte[], int, int, ImageBase) - Static method in class boofcv.core.encoding.ConvertNV21
Converts a NV21 encoded byte array into a BoofCV formatted image.
nv21ToGray(byte[], int, int, T, Class<T>) - Static method in class boofcv.core.encoding.ConvertNV21
Converts an NV21 image into a gray scale image.
nv21ToGray(byte[], int, int, ImageUInt8) - Static method in class boofcv.core.encoding.ConvertNV21
Converts an NV21 image into a gray scale U8 image.
nv21ToGray(byte[], int, int, ImageFloat32) - Static method in class boofcv.core.encoding.ConvertNV21
Converts an NV21 image into a gray scale F32 image.
nv21ToGray(byte[], ImageUInt8) - Static method in class boofcv.core.encoding.ImplConvertNV21
First block contains gray-scale information and UV data can be ignored.
nv21ToGray(byte[], ImageFloat32) - Static method in class boofcv.core.encoding.ImplConvertNV21
First block contains gray-scale information and UV data can be ignored.
nv21ToInterleaved(byte[], int, int, InterleavedU8) - Static method in class boofcv.core.encoding.ConvertNV21
Converts an NV21 image into a InterleavedU8 RGB image.
nv21ToInterleaved(byte[], int, int, InterleavedF32) - Static method in class boofcv.core.encoding.ConvertNV21
Converts an NV21 image into a InterleavedF32 RGB image.
nv21ToInterleaved_F32(byte[], InterleavedF32) - Static method in class boofcv.core.encoding.ImplConvertNV21
 
nv21ToInterleaved_U8(byte[], InterleavedU8) - Static method in class boofcv.core.encoding.ImplConvertNV21
 
nv21ToMsRgb_F32(byte[], int, int, MultiSpectral<ImageFloat32>) - Static method in class boofcv.core.encoding.ConvertNV21
Converts an NV21 image into a MultiSpectral RGB image with F32 bands.
nv21ToMsRgb_U8(byte[], int, int, MultiSpectral<ImageUInt8>) - Static method in class boofcv.core.encoding.ConvertNV21
Converts an NV21 image into a MultiSpectral RGB image with U8 bands.
nv21ToMsYuv(byte[], int, int, MultiSpectral<T>, Class<T>) - Static method in class boofcv.core.encoding.ConvertNV21
Converts an NV21 image into a MultiSpectral YUV image.
nv21ToMsYuv_F32(byte[], int, int, MultiSpectral<ImageFloat32>) - Static method in class boofcv.core.encoding.ConvertNV21
Converts an NV21 image into a MultiSpectral YUV image with F32 bands.
nv21ToMsYuv_U8(byte[], int, int, MultiSpectral<ImageUInt8>) - Static method in class boofcv.core.encoding.ConvertNV21
Converts an NV21 image into a MultiSpectral YUV image with U8 bands.
nv21ToMultiRgb_F32(byte[], MultiSpectral<ImageFloat32>) - Static method in class boofcv.core.encoding.ImplConvertNV21
 
nv21ToMultiRgb_U8(byte[], MultiSpectral<ImageUInt8>) - Static method in class boofcv.core.encoding.ImplConvertNV21
 
nv21ToMultiYuv_F32(byte[], MultiSpectral<ImageFloat32>) - Static method in class boofcv.core.encoding.ImplConvertNV21
 
nv21ToMultiYuv_U8(byte[], MultiSpectral<ImageUInt8>) - Static method in class boofcv.core.encoding.ImplConvertNV21
 

O

offM - Variable in class boofcv.alg.interpolate.PolynomialPixel
 
offset - Variable in class boofcv.struct.convolve.KernelBase
which index is the kernel's origin.
offsetScaling - Variable in class boofcv.struct.wavelet.WlCoef
 
offsetWavelet - Variable in class boofcv.struct.wavelet.WlCoef
 
orig - Variable in class boofcv.alg.interpolate.BilinearPixelMB
 
orig - Variable in class boofcv.alg.interpolate.BilinearPixelS
 
orig - Variable in class boofcv.alg.interpolate.NearestNeighborPixelMB
 
orig - Variable in class boofcv.alg.interpolate.NearestNeighborPixelS
 
out - Variable in class boofcv.misc.CodeGeneratorBase
 
output(ImageBase) - Method in class boofcv.abst.distort.FDistort
Changes the output image.

P

partialSpectrum(int...) - Method in class boofcv.struct.image.MultiSpectral
Returns a new MultiSpectral which references the same internal single band images at this one.
pause(long) - Static method in class boofcv.misc.BoofMiscOps
Invokes wait until the elapsed time has passed.
Performer - Interface in boofcv.misc
 
PerformerBase - Class in boofcv.misc
Optional base class for performers
PerformerBase() - Constructor for class boofcv.misc.PerformerBase
 
performShrinkage(I, int) - Method in class boofcv.alg.denoise.wavelet.SubbandShrink
Performs wavelet shrinking using the specified rule and by computing a threshold for each subband.
performTests(int) - Method in class boofcv.testing.CompareEquivalentFunctions
 
phase(InterleavedF32, ImageFloat32) - Static method in class boofcv.alg.transform.fft.DiscreteFourierTransformOps
Computes the phase of the complex image:
phase = atan2( imaginary , real )
phase(InterleavedF64, ImageFloat64) - Static method in class boofcv.alg.transform.fft.DiscreteFourierTransformOps
Computes the phase of the complex image:
phase = atan2( imaginary , real )
phase(ImageInterleaved, ImageFloat) - Static method in class boofcv.alg.transform.fft.GDiscreteFourierTransformOps
Computes the phase of the complex image:
phase = atan2( imaginary , real )
PI2_F32 - Static variable in class boofcv.alg.color.ColorHsv
 
PI2_F64 - Static variable in class boofcv.alg.color.ColorHsv
 
pixel(WeightType, boolean) - Static method in class boofcv.factory.weights.FactoryWeights
Creates a weight function for the provided distributions.
PixelMath - Class in boofcv.alg.misc
Functions which perform basic arithmetic (e.g.
PixelMath() - Constructor for class boofcv.alg.misc.PixelMath
 
PixelTransform_F32 - Class in boofcv.struct.distort
Computes the location of a pixel after an arbitrary distortion has been applied to the image.
PixelTransform_F32() - Constructor for class boofcv.struct.distort.PixelTransform_F32
 
PixelTransform_F64 - Class in boofcv.struct.distort
Computes the location of a pixel after an arbitrary distortion has been applied to the image.
PixelTransform_F64() - Constructor for class boofcv.struct.distort.PixelTransform_F64
 
PixelTransformAffine_F32 - Class in boofcv.alg.distort
Distorts pixels using Affine2D_F32.
PixelTransformAffine_F32() - Constructor for class boofcv.alg.distort.PixelTransformAffine_F32
 
PixelTransformAffine_F32(Affine2D_F32) - Constructor for class boofcv.alg.distort.PixelTransformAffine_F32
 
PixelTransformAffine_F64 - Class in boofcv.alg.distort
Distorts pixels using Affine2D_F64.
PixelTransformAffine_F64() - Constructor for class boofcv.alg.distort.PixelTransformAffine_F64
 
PixelTransformAffine_F64(Affine2D_F64) - Constructor for class boofcv.alg.distort.PixelTransformAffine_F64
 
PixelTransformCached_F32 - Class in boofcv.alg.distort
Precomputes transformations for each pixel in the image.
PixelTransformCached_F32(int, int, PixelTransform_F32) - Constructor for class boofcv.alg.distort.PixelTransformCached_F32
 
PixelTransformHomography_F32 - Class in boofcv.alg.distort
Distorts pixels using Homography2D_F32.
PixelTransformHomography_F32() - Constructor for class boofcv.alg.distort.PixelTransformHomography_F32
 
PixelTransformHomography_F32(Homography2D_F32) - Constructor for class boofcv.alg.distort.PixelTransformHomography_F32
 
PixelTransformHomography_F32(Homography2D_F64) - Constructor for class boofcv.alg.distort.PixelTransformHomography_F32
 
plus(T, double, T) - Static method in class boofcv.alg.misc.GPixelMath
Each element has the specified number added to it.
plus(T, double, double, double, T) - Static method in class boofcv.alg.misc.GPixelMath
Add a scalar value to each element and bounds the result.
plus(ImageUInt8, int, ImageUInt8) - Static method in class boofcv.alg.misc.PixelMath
Add a scalar value to each element.
plus(ImageUInt8, int, int, int, ImageUInt8) - Static method in class boofcv.alg.misc.PixelMath
Add a scalar value to each element and bounds the result.
plus(ImageSInt8, int, ImageSInt8) - Static method in class boofcv.alg.misc.PixelMath
Add a scalar value to each element.
plus(ImageSInt8, int, int, int, ImageSInt8) - Static method in class boofcv.alg.misc.PixelMath
Add a scalar value to each element and bounds the result.
plus(ImageUInt16, int, ImageUInt16) - Static method in class boofcv.alg.misc.PixelMath
Add a scalar value to each element.
plus(ImageUInt16, int, int, int, ImageUInt16) - Static method in class boofcv.alg.misc.PixelMath
Add a scalar value to each element and bounds the result.
plus(ImageSInt16, int, ImageSInt16) - Static method in class boofcv.alg.misc.PixelMath
Add a scalar value to each element.
plus(ImageSInt16, int, int, int, ImageSInt16) - Static method in class boofcv.alg.misc.PixelMath
Add a scalar value to each element and bounds the result.
plus(ImageSInt32, int, ImageSInt32) - Static method in class boofcv.alg.misc.PixelMath
Add a scalar value to each element.
plus(ImageSInt32, int, int, int, ImageSInt32) - Static method in class boofcv.alg.misc.PixelMath
Add a scalar value to each element and bounds the result.
plus(ImageSInt64, long, ImageSInt64) - Static method in class boofcv.alg.misc.PixelMath
Add a scalar value to each element.
plus(ImageSInt64, long, long, long, ImageSInt64) - Static method in class boofcv.alg.misc.PixelMath
Add a scalar value to each element and bounds the result.
plus(ImageFloat32, float, ImageFloat32) - Static method in class boofcv.alg.misc.PixelMath
Add a scalar value to each element.
plus(ImageFloat32, float, float, float, ImageFloat32) - Static method in class boofcv.alg.misc.PixelMath
Add a scalar value to each element and bounds the result.
plus(ImageFloat64, double, ImageFloat64) - Static method in class boofcv.alg.misc.PixelMath
Add a scalar value to each element.
plus(ImageFloat64, double, double, double, ImageFloat64) - Static method in class boofcv.alg.misc.PixelMath
Add a scalar value to each element and bounds the result.
plusPOffset(int, int, int) - Static method in class boofcv.misc.CircularIndex
Adds a positive offset to index in a circular buffer.
PointIndex_I32 - Class in boofcv.struct
Combination of a point and an index in an array
PointIndex_I32() - Constructor for class boofcv.struct.PointIndex_I32
 
PointIndex_I32(int, int, int) - Constructor for class boofcv.struct.PointIndex_I32
 
PointToPixelTransform_F32 - Class in boofcv.alg.distort
Allows a PointToPixelTransform_F32 to be invoked as a PixelTransform_F32.
PointToPixelTransform_F32(PointTransform_F32) - Constructor for class boofcv.alg.distort.PointToPixelTransform_F32
 
PointToPixelTransform_F64 - Class in boofcv.alg.distort
Allows a PointToPixelTransform_F64 to be invoked as a PixelTransform_F64.
PointToPixelTransform_F64(PointTransform_F64) - Constructor for class boofcv.alg.distort.PointToPixelTransform_F64
 
PointTransform_F32 - Interface in boofcv.struct.distort
Applies a transform to a 2D point.
PointTransform_F64 - Interface in boofcv.struct.distort
Applies a transform to a 2D point.
PointTransformHomography_F32 - Class in boofcv.alg.distort
PointTransformModel_F32 using Homography2D_F32.
PointTransformHomography_F32() - Constructor for class boofcv.alg.distort.PointTransformHomography_F32
 
PointTransformHomography_F32(DenseMatrix64F) - Constructor for class boofcv.alg.distort.PointTransformHomography_F32
 
PointTransformHomography_F32(Homography2D_F32) - Constructor for class boofcv.alg.distort.PointTransformHomography_F32
 
PointTransformHomography_F32(Homography2D_F64) - Constructor for class boofcv.alg.distort.PointTransformHomography_F32
 
PointTransformHomography_F64 - Class in boofcv.alg.distort
PointTransformModel_F64 using Homography2D_F64.
PointTransformHomography_F64() - Constructor for class boofcv.alg.distort.PointTransformHomography_F64
 
PointTransformHomography_F64(DenseMatrix64F) - Constructor for class boofcv.alg.distort.PointTransformHomography_F64
 
PointTransformHomography_F64(Homography2D_F64) - Constructor for class boofcv.alg.distort.PointTransformHomography_F64
 
PointTransformModel_F32<Model> - Interface in boofcv.struct.distort
Extends PointTransform_F32 and adds the ability to change the motion model
PointTransformModel_F64<Model> - Interface in boofcv.struct.distort
Extends PointTransform_F64 and adds the ability to change the motion model
polynomial(int) - Static method in class boofcv.factory.filter.kernel.FactorySteerCoefficients
Coefficients for even or odd parity polynomials.
PolynomialNeville_F32 - Class in boofcv.alg.interpolate.array
Neville's algorithm for polynomial interpolation and extrapolation.
PolynomialNeville_F32(int) - Constructor for class boofcv.alg.interpolate.array.PolynomialNeville_F32
 
PolynomialNeville_F32(int, float[], float[], int) - Constructor for class boofcv.alg.interpolate.array.PolynomialNeville_F32
 
PolynomialNevilleFixed_F32 - Class in boofcv.alg.interpolate.array
Same as PolynomialNeville_F32 but it assumes that the points are sampled at integer values only.
PolynomialNevilleFixed_F32(int) - Constructor for class boofcv.alg.interpolate.array.PolynomialNevilleFixed_F32
 
PolynomialNevilleFixed_F32(int, float[], int) - Constructor for class boofcv.alg.interpolate.array.PolynomialNevilleFixed_F32
 
PolynomialPixel<T extends ImageSingleBand> - Class in boofcv.alg.interpolate
Polynomial interpolation using Neville's algorithm.
PolynomialPixel(int, float, float) - Constructor for class boofcv.alg.interpolate.PolynomialPixel
 
polynomialS(int, double, double, Class<T>) - Static method in class boofcv.factory.interpolate.FactoryInterpolation
 
PolyOrder1() - Constructor for class boofcv.factory.filter.kernel.FactorySteerCoefficients.PolyOrder1
 
PolyOrder2() - Constructor for class boofcv.factory.filter.kernel.FactorySteerCoefficients.PolyOrder2
 
PolyOrder3() - Constructor for class boofcv.factory.filter.kernel.FactorySteerCoefficients.PolyOrder3
 
PolyOrder4() - Constructor for class boofcv.factory.filter.kernel.FactorySteerCoefficients.PolyOrder4
 
pow2(T, T) - Static method in class boofcv.alg.misc.GPixelMath
Raises each pixel in the input image to the power of two.
pow2(ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.misc.PixelMath
Raises each pixel in the input image to the power of two.
pow2(ImageFloat64, ImageFloat64) - Static method in class boofcv.alg.misc.PixelMath
Raises each pixel in the input image to the power of two.
prewitt(Class<I>, Class<D>) - Static method in class boofcv.factory.filter.derivative.FactoryDerivative
 
print(IntegralKernel) - Static method in class boofcv.alg.transform.ii.IntegralImageOps
Prints out the kernel.
print(ImageSingleBand) - Static method in class boofcv.misc.BoofMiscOps
 
print(ImageFloat64) - Static method in class boofcv.misc.BoofMiscOps
 
print(ImageFloat32) - Static method in class boofcv.misc.BoofMiscOps
 
print(InterleavedF32) - Static method in class boofcv.misc.BoofMiscOps
 
print(ImageInteger) - Static method in class boofcv.misc.BoofMiscOps
 
print() - Method in class boofcv.struct.convolve.Kernel1D_F32
 
print() - Method in class boofcv.struct.convolve.Kernel1D_F64
 
print() - Method in class boofcv.struct.convolve.Kernel1D_I32
 
print() - Method in class boofcv.struct.convolve.Kernel2D_F32
 
print() - Method in class boofcv.struct.convolve.Kernel2D_F64
 
print() - Method in class boofcv.struct.convolve.Kernel2D_I32
 
print() - Method in class boofcv.struct.image.ImageFloat32
 
print(String) - Method in class boofcv.struct.image.ImageFloat32
 
print(String) - Method in class boofcv.struct.image.ImageFloat64
 
print() - Method in class boofcv.struct.image.ImageInteger
 
print(String) - Method in class boofcv.struct.image.InterleavedF32
 
printBinary() - Method in class boofcv.struct.image.ImageInteger
 
printDiff(ImageSingleBand, ImageSingleBand) - Static method in class boofcv.testing.BoofTesting
 
printInt() - Method in class boofcv.struct.image.ImageFloat32
 
printInt() - Method in class boofcv.struct.image.ImageFloat64
 
printNotZero() - Method in class boofcv.struct.image.ImageInteger
 
printOpsPerSec(Performer, long) - Static method in class boofcv.misc.ProfileOperation
 
process(T, T) - Method in class boofcv.abst.denoise.WaveletDenoiseFilter
 
process(T, ImageUInt8) - Method in class boofcv.abst.filter.binary.GlobalEntropyBinaryFilter
 
process(T, ImageUInt8) - Method in class boofcv.abst.filter.binary.GlobalFixedBinaryFilter
 
process(T, ImageUInt8) - Method in class boofcv.abst.filter.binary.GlobalOtsuBinaryFilter
 
process(T, ImageUInt8) - Method in class boofcv.abst.filter.binary.LocalGaussianBinaryFilter
 
process(T, ImageUInt8) - Method in class boofcv.abst.filter.binary.LocalSauvolaBinaryFilter
 
process(T, ImageUInt8) - Method in class boofcv.abst.filter.binary.LocalSquareBinaryFilter
 
process(T, T) - Method in class boofcv.abst.filter.blur.BlurStorageFilter
 
process(T, T) - Method in class boofcv.abst.filter.blur.MedianImageFilter
 
process(Input, Output) - Method in class boofcv.abst.filter.convolve.GenericConvolve
 
process(Input, Output) - Method in class boofcv.abst.filter.convolve.GenericConvolveDown
 
process(Input, Output, Output) - Method in interface boofcv.abst.filter.derivative.ImageGradient
Computes the image gradient from the input image and stores the results into 'derivX' and 'derivY'
process(I, D, D) - Method in class boofcv.abst.filter.derivative.ImageGradient_Gaussian
 
process(Input, Output, Output) - Method in class boofcv.abst.filter.derivative.ImageGradient_Reflection
 
process(Output, Output, Output, Output, Output) - Method in interface boofcv.abst.filter.derivative.ImageHessian
Computes all the second derivative terms in the image.
process(Output, Output, Output, Output, Output) - Method in class boofcv.abst.filter.derivative.ImageHessian_Reflection
 
process(Input, Output, Output, Output) - Method in interface boofcv.abst.filter.derivative.ImageHessianDirect
Computes all the second derivative terms in the image.
process(Input, Output, Output, Output) - Method in class boofcv.abst.filter.derivative.ImageHessianDirect_Reflection
 
process(Input, Output) - Method in interface boofcv.abst.filter.FilterImageInterface
Processes the input image and writes the results to the output image.
process(Input, Output) - Method in class boofcv.abst.filter.FilterImageReflection
 
process(Input, Output) - Method in class boofcv.abst.filter.FilterSequence
 
process(T, Number) - Method in interface boofcv.alg.denoise.ShrinkThresholdRule
Applies shrinkage to entire image.
process(ImageFloat32, Number) - Method in class boofcv.alg.denoise.wavelet.ShrinkThresholdHard_F32
 
process(ImageSInt32, Number) - Method in class boofcv.alg.denoise.wavelet.ShrinkThresholdHard_I32
 
process(ImageFloat32, Number) - Method in class boofcv.alg.denoise.wavelet.ShrinkThresholdSoft_F32
 
process(ImageSInt32, Number) - Method in class boofcv.alg.denoise.wavelet.ShrinkThresholdSoft_I32
 
process(ImageFloat32, ImageUInt8) - Method in class boofcv.alg.filter.binary.impl.ThresholdSauvola
Converts the input image into a binary image.
process(ImageUInt8, ImageSInt32) - Method in class boofcv.alg.filter.binary.LinearContourLabelChang2004
Processes the binary image to find the contour of and label blobs.
process(ImageUInt8, ImageUInt8, int, int[], int[]) - Static method in class boofcv.alg.filter.blur.impl.ImplMedianHistogramInner
Applies a median image filter.
process(ImageUInt8, ImageUInt8, int, int[], int[]) - Static method in class boofcv.alg.filter.blur.impl.ImplMedianHistogramInnerNaive
Applies a median image filter.
process(ImageFloat32, ImageFloat32, int, float[]) - Static method in class boofcv.alg.filter.blur.impl.ImplMedianSortEdgeNaive
 
process(ImageInteger, ImageInteger, int, int[]) - Static method in class boofcv.alg.filter.blur.impl.ImplMedianSortEdgeNaive
 
process(ImageInteger, ImageInteger, int, int[]) - Static method in class boofcv.alg.filter.blur.impl.ImplMedianSortNaive
Performs a median filter.
process(ImageFloat32, ImageFloat32, int, float[]) - Static method in class boofcv.alg.filter.blur.impl.ImplMedianSortNaive
Performs a median filter.
process(ImageUInt8, ImageSInt16, ImageSInt16, ImageBorder_S32) - Static method in class boofcv.alg.filter.derivative.GradientPrewitt
Computes the derivative in the X and Y direction using an integer Prewitt edge detector.
process(ImageSInt16, ImageSInt16, ImageSInt16, ImageBorder_S32) - Static method in class boofcv.alg.filter.derivative.GradientPrewitt
Computes the derivative in the X and Y direction using an integer Prewitt edge detector.
process(ImageFloat32, ImageFloat32, ImageFloat32, ImageBorder_F32) - Static method in class boofcv.alg.filter.derivative.GradientPrewitt
Computes the derivative in the X and Y direction using a floating point Prewitt edge detector.
process(ImageUInt8, ImageSInt16, ImageSInt16, ImageBorder_S32<ImageUInt8>) - Static method in class boofcv.alg.filter.derivative.GradientSobel
Computes the derivative in the X and Y direction using an integer Sobel edge detector.
process(ImageSInt16, ImageSInt16, ImageSInt16, ImageBorder_S32<ImageSInt16>) - Static method in class boofcv.alg.filter.derivative.GradientSobel
Computes the derivative in the X and Y direction using an integer Sobel edge detector.
process(ImageFloat32, ImageFloat32, ImageFloat32, ImageBorder_F32) - Static method in class boofcv.alg.filter.derivative.GradientSobel
Computes the derivative in the X and Y direction using an integer Sobel edge detector.
process(ImageUInt8, ImageSInt16, ImageSInt16, ImageBorder_S32) - Static method in class boofcv.alg.filter.derivative.GradientThree
Computes the derivative of an ImageUInt8 along the x and y axes.
process(ImageSInt16, ImageSInt16, ImageSInt16, ImageBorder_S32) - Static method in class boofcv.alg.filter.derivative.GradientThree
Computes the derivative of an ImageSInt16 along the x and y axes.
process(ImageFloat32, ImageFloat32, ImageFloat32, ImageBorder_F32) - Static method in class boofcv.alg.filter.derivative.GradientThree
Computes the derivative of an ImageFloat32 along the x and y axes.
process(ImageUInt8, ImageSInt16, ImageSInt16, ImageBorder_S32) - Static method in class boofcv.alg.filter.derivative.GradientTwo0
Computes the derivative of an ImageUInt8 along the x and y axes.
process(ImageSInt16, ImageSInt16, ImageSInt16, ImageBorder_S32) - Static method in class boofcv.alg.filter.derivative.GradientTwo0
Computes the derivative of an ImageSInt16 along the x and y axes.
process(ImageFloat32, ImageFloat32, ImageFloat32, ImageBorder_F32) - Static method in class boofcv.alg.filter.derivative.GradientTwo0
Computes the derivative of an ImageFloat32 along the x and y axes.
process(ImageUInt8, ImageSInt16, ImageSInt16, ImageBorder_S32) - Static method in class boofcv.alg.filter.derivative.GradientTwo1
Computes the derivative of an ImageUInt8 along the x and y axes.
process(ImageSInt16, ImageSInt16, ImageSInt16, ImageBorder_S32) - Static method in class boofcv.alg.filter.derivative.GradientTwo1
Computes the derivative of an ImageSInt16 along the x and y axes.
process(ImageFloat32, ImageFloat32, ImageFloat32, ImageBorder_F32) - Static method in class boofcv.alg.filter.derivative.GradientTwo1
Computes the derivative of an ImageFloat32 along the x and y axes.
process(ImageUInt8, ImageSInt16, ImageSInt16, ImageSInt16, ImageBorder_S32) - Static method in class boofcv.alg.filter.derivative.HessianSobel
Computes the image's second derivatives.
process(ImageFloat32, ImageFloat32, ImageFloat32, ImageFloat32, ImageBorder_F32) - Static method in class boofcv.alg.filter.derivative.HessianSobel
Computes the image's second derivatives.
process(ImageUInt8, ImageSInt16, ImageSInt16, ImageSInt16, ImageBorder_S32) - Static method in class boofcv.alg.filter.derivative.HessianThree
Computes the second derivative of an ImageUInt8 along the x and y axes.
process(ImageFloat32, ImageFloat32, ImageFloat32, ImageFloat32, ImageBorder_F32) - Static method in class boofcv.alg.filter.derivative.HessianThree
Computes the second derivative of an ImageUInt8 along the x and y axes.
process(ImageUInt8, ImageSInt16, ImageSInt16) - Static method in class boofcv.alg.filter.derivative.impl.GradientPrewitt_Shared
 
process(ImageSInt16, ImageSInt16, ImageSInt16) - Static method in class boofcv.alg.filter.derivative.impl.GradientPrewitt_Shared
 
process(ImageFloat32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.derivative.impl.GradientPrewitt_Shared
 
process(ImageInteger, ImageInteger, ImageInteger) - Static method in class boofcv.alg.filter.derivative.impl.GradientSobel_Naive
Computes the derivative of 'orig' along the x and y axes
process(ImageFloat32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.derivative.impl.GradientSobel_Naive
Computes the derivative of 'orig' along the x and y axes
process(ImageFloat32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.derivative.impl.GradientThree_Standard
Computes the derivative along the x and y axes
process(ImageUInt8, ImageSInt16, ImageSInt16) - Static method in class boofcv.alg.filter.derivative.impl.GradientThree_Standard
Computes the derivative along the x and y axes
process(ImageSInt16, ImageSInt16, ImageSInt16) - Static method in class boofcv.alg.filter.derivative.impl.GradientThree_Standard
 
process(ImageFloat32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.derivative.impl.GradientTwo0_Standard
Computes the derivative along the x and y axes
process(ImageUInt8, ImageSInt16, ImageSInt16) - Static method in class boofcv.alg.filter.derivative.impl.GradientTwo0_Standard
Computes the derivative along the x and y axes
process(ImageSInt16, ImageSInt16, ImageSInt16) - Static method in class boofcv.alg.filter.derivative.impl.GradientTwo0_Standard
 
process(ImageFloat32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.derivative.impl.GradientTwo1_Standard
Computes the derivative along the x and y axes
process(ImageUInt8, ImageSInt16, ImageSInt16) - Static method in class boofcv.alg.filter.derivative.impl.GradientTwo1_Standard
Computes the derivative along the x and y axes
process(ImageSInt16, ImageSInt16, ImageSInt16) - Static method in class boofcv.alg.filter.derivative.impl.GradientTwo1_Standard
 
process(ImageUInt8, ImageSInt16, ImageSInt16, ImageSInt16) - Static method in class boofcv.alg.filter.derivative.impl.HessianSobel_Shared
 
process(ImageFloat32, ImageFloat32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.derivative.impl.HessianSobel_Shared
 
process(ImageFloat32, ImageFloat32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.derivative.impl.HessianThree_Standard
Computes the derivative along the x and y axes
process(ImageUInt8, ImageSInt16, ImageSInt16, ImageSInt16) - Static method in class boofcv.alg.filter.derivative.impl.HessianThree_Standard
Computes the derivative along the x and y axes
process(ImageUInt8, ImageSInt16) - Static method in class boofcv.alg.filter.derivative.LaplacianEdge
Computes the Laplacian of input image.
process(ImageUInt8, ImageFloat32) - Static method in class boofcv.alg.filter.derivative.LaplacianEdge
 
process(ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.derivative.LaplacianEdge
Computes the Laplacian of 'orig'.
process(float) - Method in class boofcv.alg.interpolate.array.Interpolate1D_F32
Performs interpolation at the sample point.
process(int, float) - Method in class boofcv.alg.interpolate.array.Interpolate1D_F32
Performs an interpolation using sample data starting at index0.
process(float, int, int) - Method in class boofcv.alg.interpolate.array.PolynomialNevilleFixed_F32
 
process(T) - Method in class boofcv.alg.transform.pyramid.PyramidDiscreteAverage
 
process(T) - Method in class boofcv.alg.transform.pyramid.PyramidDiscreteSampleBlur
 
process(T) - Method in class boofcv.alg.transform.pyramid.PyramidFloatGaussianScale
 
process(T) - Method in class boofcv.alg.transform.pyramid.PyramidFloatScale
 
process() - Method in interface boofcv.misc.Performer
 
process(T) - Method in interface boofcv.struct.pyramid.ImagePyramid
Constructs the image pyramid given the input image.
process_F32(ImageFloat32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.derivative.impl.GradientSobel_Outer
Computes derivative of ImageFloat32.
process_F32(ImageFloat32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.derivative.impl.GradientSobel_UnrolledOuter
Can only process images which are NOT sub-images.
process_F32(float, float[], float[], int, int) - Static method in class boofcv.alg.interpolate.array.LagrangeFormula
UsingLlangrange's formula it interpulates the value of a function at the specified sample point given discrete samples.
process_F32_sub(ImageFloat32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.derivative.impl.GradientSobel_UnrolledOuter
Can process any but regular and sub-images.
process_F64(double, double[], double[], int, int) - Static method in class boofcv.alg.interpolate.array.LagrangeFormula
UsingLlangrange's formula it interpulates the value of a function at the specified sample point given discrete samples.
process_I8(ImageUInt8, ImageSInt16, ImageSInt16) - Static method in class boofcv.alg.filter.derivative.impl.GradientSobel_Outer
Computes derivative of ImageUInt8.
process_I8(ImageUInt8, ImageSInt16, ImageSInt16) - Static method in class boofcv.alg.filter.derivative.impl.GradientSobel_UnrolledOuter
Can only process images which are NOT sub-images.
process_I8_sub(ImageUInt8, ImageSInt16, ImageSInt16) - Static method in class boofcv.alg.filter.derivative.impl.GradientSobel_Outer
Computes derivative of ImageUInt8.
process_I8_sub(ImageSInt16, ImageSInt16, ImageSInt16) - Static method in class boofcv.alg.filter.derivative.impl.GradientSobel_Outer
 
processBorderHorizontal(ImageUInt8, ImageSInt16, Kernel1D_I32, ImageBorder_S32) - Static method in class boofcv.alg.filter.derivative.DerivativeHelperFunctions
 
processBorderHorizontal(ImageSInt16, ImageSInt16, Kernel1D_I32, ImageBorder_S32) - Static method in class boofcv.alg.filter.derivative.DerivativeHelperFunctions
 
processBorderHorizontal(ImageFloat32, ImageFloat32, Kernel1D_F32, ImageBorder_F32) - Static method in class boofcv.alg.filter.derivative.DerivativeHelperFunctions
 
processBorderVertical(ImageUInt8, ImageSInt16, Kernel1D_I32, ImageBorder_S32) - Static method in class boofcv.alg.filter.derivative.DerivativeHelperFunctions
 
processBorderVertical(ImageSInt16, ImageSInt16, Kernel1D_I32, ImageBorder_S32) - Static method in class boofcv.alg.filter.derivative.DerivativeHelperFunctions
 
processBorderVertical(ImageFloat32, ImageFloat32, Kernel1D_F32, ImageBorder_F32) - Static method in class boofcv.alg.filter.derivative.DerivativeHelperFunctions
 
profile(Performer, int) - Static method in class boofcv.misc.ProfileOperation
See how long it takes to run the process 'num' times and print the results to standard out
ProfileOperation - Class in boofcv.misc
 
ProfileOperation() - Constructor for class boofcv.misc.ProfileOperation
 
profileOpsPerSec(Performer, long, boolean) - Static method in class boofcv.misc.ProfileOperation
 
PyramidDiscrete<T extends ImageSingleBand> - Class in boofcv.struct.pyramid
In this implementation the scale factor between each layer is limited to being a positive integer that is evenly divisible by the previous layer.
PyramidDiscrete(Class<T>, boolean, int...) - Constructor for class boofcv.struct.pyramid.PyramidDiscrete
Specifies input image size and behavior of top most layer.
PyramidDiscreteAverage<T extends ImageSingleBand> - Class in boofcv.alg.transform.pyramid
Creates an image pyramid by down sampling square regions using AverageDownSampleOps.
PyramidDiscreteAverage(Class<T>, boolean, int...) - Constructor for class boofcv.alg.transform.pyramid.PyramidDiscreteAverage
 
PyramidDiscreteSampleBlur<T extends ImageSingleBand> - Class in boofcv.alg.transform.pyramid
Convolves a re-normalizable blur kernel across the image before down sampling.
PyramidDiscreteSampleBlur(Kernel1D, double, Class<T>, boolean, int...) - Constructor for class boofcv.alg.transform.pyramid.PyramidDiscreteSampleBlur
 
PyramidFloat<T extends ImageSingleBand> - Class in boofcv.struct.pyramid
An image pyramid where each level can be an arbitrary scale.
PyramidFloat(Class<T>, double...) - Constructor for class boofcv.struct.pyramid.PyramidFloat
Defines the image pyramid.
PyramidFloatGaussianScale<T extends ImageSingleBand> - Class in boofcv.alg.transform.pyramid
PyramidFloat in which each layer is constructed by 1) applying Gaussian blur to the previous layer, and then 2) re-sampling the blurred previous layer.
PyramidFloatGaussianScale(InterpolatePixelS<T>, double[], double[], Class<T>) - Constructor for class boofcv.alg.transform.pyramid.PyramidFloatGaussianScale
Configures the pyramid
PyramidFloatScale<T extends ImageSingleBand> - Class in boofcv.alg.transform.pyramid
Updates each layer in a PyramidFloat by rescaling the layer with interpolation.
PyramidFloatScale(InterpolatePixelS<T>, double[], Class<T>) - Constructor for class boofcv.alg.transform.pyramid.PyramidFloatScale
 
PyramidOps - Class in boofcv.alg.transform.pyramid
Various operations related to image pyramids.
PyramidOps() - Constructor for class boofcv.alg.transform.pyramid.PyramidOps
 

Q

QueueCorner - Class in boofcv.struct
A list that allows fast access to a queue of points that represents corners in an image.
QueueCorner(int) - Constructor for class boofcv.struct.QueueCorner
 
QueueCorner() - Constructor for class boofcv.struct.QueueCorner
 

R

r - Variable in class boofcv.alg.transform.ii.SparseIntegralGradient_NoBorder
 
radius - Variable in class boofcv.factory.filter.binary.ConfigThreshold
Radius of adaptive threshold.
radiusForSigma(double, int) - Static method in class boofcv.factory.filter.kernel.FactoryKernelGaussian
Given the the sigma of a Gaussian distribution and the order of its derivative, choose an appropriate radius.
random(Class<?>, int, int, int, Random) - Static method in class boofcv.factory.filter.kernel.FactoryKernel
Creates a random kernel of the specified type where each element is drawn from an uniform distribution.
random(Class<?>, int, int, int, int, Random) - Static method in class boofcv.factory.filter.kernel.FactoryKernel
 
random1D_F32(int, int, float, float, Random) - Static method in class boofcv.factory.filter.kernel.FactoryKernel
Creates a random 1D kernel drawn from a uniform distribution.
random1D_F64(int, int, double, double, Random) - Static method in class boofcv.factory.filter.kernel.FactoryKernel
 
random1D_I32(int, int, int, int, Random) - Static method in class boofcv.factory.filter.kernel.FactoryKernel
Creates a random 1D kernel drawn from a uniform distribution.
random2D_F32(int, int, float, float, Random) - Static method in class boofcv.factory.filter.kernel.FactoryKernel
Creates a random 2D kernel drawn from a uniform distribution.
random2D_F64(int, int, double, double, Random) - Static method in class boofcv.factory.filter.kernel.FactoryKernel
Creates a random 2D kernel drawn from a uniform distribution.
random2D_I32(int, int, int, int, Random) - Static method in class boofcv.factory.filter.kernel.FactoryKernel
Creates a random 2D kernel drawn from a uniform distribution.
randomize(InterleavedI8, Random) - Static method in class boofcv.alg.misc.ImageInterleavedTestingOps
Fills the whole image with random values
realForward(float[]) - Method in class boofcv.alg.transform.fft.GeneralPurposeFFT_F32_1D
Computes 1D forward DFT of real data leaving the result in a .
realForward(float[], int) - Method in class boofcv.alg.transform.fft.GeneralPurposeFFT_F32_1D
Computes 1D forward DFT of real data leaving the result in a .
realForward(float[]) - Method in class boofcv.alg.transform.fft.GeneralPurposeFFT_F32_2D
Computes 2D forward DFT of real data leaving the result in a .
realForward(double[]) - Method in class boofcv.alg.transform.fft.GeneralPurposeFFT_F64_1D
Computes 1D forward DFT of real data leaving the result in a .
realForward(double[], int) - Method in class boofcv.alg.transform.fft.GeneralPurposeFFT_F64_1D
Computes 1D forward DFT of real data leaving the result in a .
realForward(double[]) - Method in class boofcv.alg.transform.fft.GeneralPurposeFFT_F64_2D
Computes 2D forward DFT of real data leaving the result in a .
realForwardFull(float[]) - Method in class boofcv.alg.transform.fft.GeneralPurposeFFT_F32_1D
Computes 1D forward DFT of real data leaving the result in a .
realForwardFull(float[], int) - Method in class boofcv.alg.transform.fft.GeneralPurposeFFT_F32_1D
Computes 1D forward DFT of real data leaving the result in a .
realForwardFull(float[]) - Method in class boofcv.alg.transform.fft.GeneralPurposeFFT_F32_2D
Computes 2D forward DFT of real data leaving the result in a .
realForwardFull(double[]) - Method in class boofcv.alg.transform.fft.GeneralPurposeFFT_F64_1D
Computes 1D forward DFT of real data leaving the result in a .
realForwardFull(double[], int) - Method in class boofcv.alg.transform.fft.GeneralPurposeFFT_F64_1D
Computes 1D forward DFT of real data leaving the result in a .
realForwardFull(double[]) - Method in class boofcv.alg.transform.fft.GeneralPurposeFFT_F64_2D
Computes 2D forward DFT of real data leaving the result in a .
realInverse(float[], boolean) - Method in class boofcv.alg.transform.fft.GeneralPurposeFFT_F32_1D
Computes 1D inverse DFT of real data leaving the result in a .
realInverse(float[], int, boolean) - Method in class boofcv.alg.transform.fft.GeneralPurposeFFT_F32_1D
Computes 1D inverse DFT of real data leaving the result in a .
realInverse(float[], boolean) - Method in class boofcv.alg.transform.fft.GeneralPurposeFFT_F32_2D
Computes 2D inverse DFT of real data leaving the result in a .
realInverse(double[], boolean) - Method in class boofcv.alg.transform.fft.GeneralPurposeFFT_F64_1D
Computes 1D inverse DFT of real data leaving the result in a .
realInverse(double[], int, boolean) - Method in class boofcv.alg.transform.fft.GeneralPurposeFFT_F64_1D
Computes 1D inverse DFT of real data leaving the result in a .
realInverse(double[], boolean) - Method in class boofcv.alg.transform.fft.GeneralPurposeFFT_F64_2D
Computes 2D inverse DFT of real data leaving the result in a .
realInverse2(float[], int, boolean) - Method in class boofcv.alg.transform.fft.GeneralPurposeFFT_F32_1D
 
realInverse2(double[], int, boolean) - Method in class boofcv.alg.transform.fft.GeneralPurposeFFT_F64_1D
 
realInverseFull(float[], boolean) - Method in class boofcv.alg.transform.fft.GeneralPurposeFFT_F32_1D
Computes 1D inverse DFT of real data leaving the result in a .
realInverseFull(float[], int, boolean) - Method in class boofcv.alg.transform.fft.GeneralPurposeFFT_F32_1D
Computes 1D inverse DFT of real data leaving the result in a .
realInverseFull(float[], boolean) - Method in class boofcv.alg.transform.fft.GeneralPurposeFFT_F32_2D
Computes 2D inverse DFT of real data leaving the result in a .
realInverseFull(double[], boolean) - Method in class boofcv.alg.transform.fft.GeneralPurposeFFT_F64_1D
Computes 1D inverse DFT of real data leaving the result in a .
realInverseFull(double[], int, boolean) - Method in class boofcv.alg.transform.fft.GeneralPurposeFFT_F64_1D
Computes 1D inverse DFT of real data leaving the result in a .
realInverseFull(double[], boolean) - Method in class boofcv.alg.transform.fft.GeneralPurposeFFT_F64_2D
Computes 2D inverse DFT of real data leaving the result in a .
realToComplex(ImageFloat32, InterleavedF32) - Static method in class boofcv.alg.transform.fft.DiscreteFourierTransformOps
Converts a regular image into a complex interleaved image with the imaginary component set to zero.
realToComplex(ImageFloat64, InterleavedF64) - Static method in class boofcv.alg.transform.fft.DiscreteFourierTransformOps
Converts a regular image into a complex interleaved image with the imaginary component set to zero.
realToComplex(ImageFloat, ImageInterleaved) - Static method in class boofcv.alg.transform.fft.GDiscreteFourierTransformOps
Converts a regular image into a complex interleaved image with the imaginary component set to zero.
RectangleRotate_F32 - Class in boofcv.struct
A rectangle which can be rotated.
RectangleRotate_F32(float, float, float, float, float) - Constructor for class boofcv.struct.RectangleRotate_F32
 
RectangleRotate_F32() - Constructor for class boofcv.struct.RectangleRotate_F32
 
RectangleRotate_F64 - Class in boofcv.struct
A rectangle which can be rotated.
RectangleRotate_F64(double, double, double, double, double) - Constructor for class boofcv.struct.RectangleRotate_F64
 
RectangleRotate_F64() - Constructor for class boofcv.struct.RectangleRotate_F64
 
reflect(ImageFloat64) - Static method in class boofcv.core.image.border.FactoryImageBorderAlgs
 
reflect(ImageFloat32) - Static method in class boofcv.core.image.border.FactoryImageBorderAlgs
 
reflect(T) - Static method in class boofcv.core.image.border.FactoryImageBorderAlgs
 
reformatForValidation(Method, Object[]) - Method in class boofcv.testing.CompareEquivalentFunctions
Adjusts the input for the validation method.
reformatForValidation(Method, Object[]) - Method in class boofcv.testing.CompareIdenticalFunctions
 
region(float, float, ImageFloat32) - Method in class boofcv.alg.interpolate.impl.BilinearRectangle_F32
 
region(float, float, ImageFloat32) - Method in class boofcv.alg.interpolate.impl.BilinearRectangle_S16
 
region(float, float, ImageFloat32) - Method in class boofcv.alg.interpolate.impl.BilinearRectangle_U8
 
region(float, float, ImageFloat32) - Method in class boofcv.alg.interpolate.impl.NearestNeighborRectangle_F32
 
region(float, float, ImageFloat32) - Method in interface boofcv.alg.interpolate.InterpolateRectangle
Copies a grid from the source image starting at the specified coordinate into the destination image.
relabel(ImageSInt32, int[]) - Static method in class boofcv.alg.filter.binary.BinaryImageOps
Used to change the labels in a labeled binary image.
removePointNoise(ImageUInt8, ImageUInt8) - Static method in class boofcv.alg.filter.binary.BinaryImageOps
Binary operation which is designed to remove small bits of spurious noise.
removePointNoise(ImageUInt8, ImageUInt8) - Static method in class boofcv.alg.filter.binary.impl.ImplBinaryBorderOps
 
removePointNoise(ImageUInt8, ImageUInt8) - Static method in class boofcv.alg.filter.binary.impl.ImplBinaryInnerOps
 
removePointNoise(ImageUInt8, ImageUInt8) - Static method in class boofcv.alg.filter.binary.impl.ImplBinaryNaiveOps
Binary operation which is designed to remove small bits of spurious noise.
removePointNoise() - Static method in class boofcv.factory.filter.binary.FactoryBinaryImageOps
renderAll - Variable in class boofcv.alg.distort.ImageDistortBasic
 
renderAll - Variable in class boofcv.alg.distort.ImageDistortCache_SB
 
renderAll() - Method in class boofcv.alg.distort.ImageDistortCache_SB
 
reset() - Method in class boofcv.alg.filter.binary.Contour
 
reshape(int, int) - Method in class boofcv.struct.image.ImageBase
Changes the width and height of the image.
reshape(int, int) - Method in class boofcv.struct.image.ImageInterleaved
 
reshape(int, int) - Method in class boofcv.struct.image.ImageSingleBand
Changes the image's width and height without declaring new memory.
reshape(int, int) - Method in class boofcv.struct.image.MultiSpectral
Changes the image's width and height without declaring new memory.
reshapeDown(ImageBase, int, int, int) - Static method in class boofcv.alg.filter.misc.AverageDownSampleOps
Reshapes an image so that it is the correct size to store the down sampled image
reshapeOutput(ImagePyramid<?>, O[]) - Static method in class boofcv.alg.transform.pyramid.PyramidOps
Reshapes each image in the array to match the layers in the pyramid
rgbToHsv(double, double, double, double[]) - Static method in class boofcv.alg.color.ColorHsv
Convert RGB color into HSV color
rgbToHsv(float, float, float, float[]) - Static method in class boofcv.alg.color.ColorHsv
Convert RGB color into HSV color
rgbToHsv_F32(MultiSpectral<ImageFloat32>, MultiSpectral<ImageFloat32>) - Static method in class boofcv.alg.color.ColorHsv
Converts an image from RGB into HSV.
rgbToLab_F32(MultiSpectral<ImageFloat32>, MultiSpectral<ImageFloat32>) - Static method in class boofcv.alg.color.ColorLab
Convert a 3-channel MultiSpectral image from RGB into LAB.
rgbToLab_U8(MultiSpectral<ImageUInt8>, MultiSpectral<ImageFloat32>) - Static method in class boofcv.alg.color.ColorLab
Convert a 3-channel MultiSpectral image from RGB into LAB.
rgbToXyz(int, int, int, double[]) - Static method in class boofcv.alg.color.ColorXyz
Conversion from 8-bit RGB into XYZ.
rgbToXyz(int, int, int, float[]) - Static method in class boofcv.alg.color.ColorXyz
Conversion from 8-bit RGB into XYZ.
rgbToXyz_F32(MultiSpectral<ImageFloat32>, MultiSpectral<ImageFloat32>) - Static method in class boofcv.alg.color.ColorXyz
Convert a 3-channel MultiSpectral image from RGB into XYZ.
rgbToXyz_U8(MultiSpectral<ImageUInt8>, MultiSpectral<ImageFloat32>) - Static method in class boofcv.alg.color.ColorXyz
Convert a 3-channel MultiSpectral image from RGB into XYZ.
rgbToYCbCr(int, int, int, byte[]) - Static method in class boofcv.alg.color.ColorYuv
Conversion from RGB to YCbCr.
rgbToYuv(double, double, double, double[]) - Static method in class boofcv.alg.color.ColorYuv
Conversion from RGB to YUV using same equations as Intel IPP.
rgbToYuv(float, float, float, float[]) - Static method in class boofcv.alg.color.ColorYuv
Conversion from RGB to YUV using same equations as Intel IPP.
rgbToYuv_F32(MultiSpectral<ImageFloat32>, MultiSpectral<ImageFloat32>) - Static method in class boofcv.alg.color.ColorYuv
Convert a 3-channel MultiSpectral image from RGB into YUV.
rotate(double) - Method in class boofcv.abst.distort.FDistort
Applies a distortion which will rotate the input image by the specified amount.
rotate(T, T, BorderType, TypeInterpolate, float) - Static method in class boofcv.alg.distort.DistortImageOps
Deprecated.
As of v0.19. Use FDistort instead
rotateCCW(ImageBase) - Static method in class boofcv.alg.misc.GImageMiscOps
In-place 90 degree image rotation in the counter-clockwise direction.
rotateCCW(ImageBase, ImageBase) - Static method in class boofcv.alg.misc.GImageMiscOps
Rotates the image 90 degrees in the counter-clockwise direction.
rotateCCW(ImageInt8) - Static method in class boofcv.alg.misc.ImageMiscOps
In-place 90 degree image rotation in the counter-clockwise direction.
rotateCCW(ImageInt8, ImageInt8) - Static method in class boofcv.alg.misc.ImageMiscOps
Rotates the image 90 degrees in the counter-clockwise direction.
rotateCCW(ImageInt16) - Static method in class boofcv.alg.misc.ImageMiscOps
In-place 90 degree image rotation in the counter-clockwise direction.
rotateCCW(ImageInt16, ImageInt16) - Static method in class boofcv.alg.misc.ImageMiscOps
Rotates the image 90 degrees in the counter-clockwise direction.
rotateCCW(ImageSInt32) - Static method in class boofcv.alg.misc.ImageMiscOps
In-place 90 degree image rotation in the counter-clockwise direction.
rotateCCW(ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.misc.ImageMiscOps
Rotates the image 90 degrees in the counter-clockwise direction.
rotateCCW(ImageSInt64) - Static method in class boofcv.alg.misc.ImageMiscOps
In-place 90 degree image rotation in the counter-clockwise direction.
rotateCCW(ImageSInt64, ImageSInt64) - Static method in class boofcv.alg.misc.ImageMiscOps
Rotates the image 90 degrees in the counter-clockwise direction.
rotateCCW(ImageFloat32) - Static method in class boofcv.alg.misc.ImageMiscOps
In-place 90 degree image rotation in the counter-clockwise direction.
rotateCCW(ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.misc.ImageMiscOps
Rotates the image 90 degrees in the counter-clockwise direction.
rotateCCW(ImageFloat64) - Static method in class boofcv.alg.misc.ImageMiscOps
In-place 90 degree image rotation in the counter-clockwise direction.
rotateCCW(ImageFloat64, ImageFloat64) - Static method in class boofcv.alg.misc.ImageMiscOps
Rotates the image 90 degrees in the counter-clockwise direction.
rotateCW(ImageBase) - Static method in class boofcv.alg.misc.GImageMiscOps
In-place 90 degree image rotation in the clockwise direction.
rotateCW(ImageBase, ImageBase) - Static method in class boofcv.alg.misc.GImageMiscOps
Rotates the image 90 degrees in the clockwise direction.
rotateCW(ImageInt8) - Static method in class boofcv.alg.misc.ImageMiscOps
In-place 90 degree image rotation in the clockwise direction.
rotateCW(ImageInt8, ImageInt8) - Static method in class boofcv.alg.misc.ImageMiscOps
Rotates the image 90 degrees in the clockwise direction.
rotateCW(ImageInt16) - Static method in class boofcv.alg.misc.ImageMiscOps
In-place 90 degree image rotation in the clockwise direction.
rotateCW(ImageInt16, ImageInt16) - Static method in class boofcv.alg.misc.ImageMiscOps
Rotates the image 90 degrees in the clockwise direction.
rotateCW(ImageSInt32) - Static method in class boofcv.alg.misc.ImageMiscOps
In-place 90 degree image rotation in the clockwise direction.
rotateCW(ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.misc.ImageMiscOps
Rotates the image 90 degrees in the clockwise direction.
rotateCW(ImageSInt64) - Static method in class boofcv.alg.misc.ImageMiscOps
In-place 90 degree image rotation in the clockwise direction.
rotateCW(ImageSInt64, ImageSInt64) - Static method in class boofcv.alg.misc.ImageMiscOps
Rotates the image 90 degrees in the clockwise direction.
rotateCW(ImageFloat32) - Static method in class boofcv.alg.misc.ImageMiscOps
In-place 90 degree image rotation in the clockwise direction.
rotateCW(ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.misc.ImageMiscOps
Rotates the image 90 degrees in the clockwise direction.
rotateCW(ImageFloat64) - Static method in class boofcv.alg.misc.ImageMiscOps
In-place 90 degree image rotation in the clockwise direction.
rotateCW(ImageFloat64, ImageFloat64) - Static method in class boofcv.alg.misc.ImageMiscOps
Rotates the image 90 degrees in the clockwise direction.
round(int, int, int) - Static method in class boofcv.alg.transform.wavelet.UtilWavelet
Specialized rounding for use with integer wavelet transform.
rule - Variable in class boofcv.alg.denoise.wavelet.SubbandShrink
 

S

safeGet(ImageInteger, int, int) - Static method in class boofcv.alg.enhance.impl.ImplEnhanceFilter
Handle outside image pixels by extending the image.
safeGet(ImageFloat32, int, int) - Static method in class boofcv.alg.enhance.impl.ImplEnhanceFilter
Handle outside image pixels by extending the image.
sample(int, Class<T>) - Static method in class boofcv.factory.transform.ii.FactorySparseIntegralFilters
 
saveOriginalReference - Variable in class boofcv.struct.pyramid.ImagePyramidBase
 
savolaK - Variable in class boofcv.factory.filter.binary.ConfigThreshold
Positive parameter used to tune threshold in Savola.
scale() - Method in class boofcv.abst.distort.FDistort
Applies a distortion which will rescale the input image into the output image.
scale(T, T, BorderType, TypeInterpolate) - Static method in class boofcv.alg.distort.DistortImageOps
Deprecated.
scale(Kernel1D_F32, float) - Static method in class boofcv.alg.filter.kernel.KernelMath
 
scale(Kernel1D_F64, double) - Static method in class boofcv.alg.filter.kernel.KernelMath
 
scale - Variable in class boofcv.factory.filter.binary.ConfigThreshold
Scale factor applied to computed threshold.
scale - Variable in class boofcv.struct.pyramid.PyramidDiscrete
 
scale - Variable in class boofcv.struct.pyramid.PyramidFloat
 
SCALE_SPACE_CANONICAL_RADIUS - Static variable in class boofcv.struct.BoofDefaults
 
scaleExt() - Method in class boofcv.abst.distort.FDistort
Scales the image and sets the border to BorderType.EXTENDED.
scales - Variable in class boofcv.alg.transform.ii.IntegralKernel
 
scaleSpace(double[], Class<T>) - Static method in class boofcv.factory.transform.pyramid.FactoryPyramid
Constructs a scale-space image pyramid.
scaleSpacePyramid(double[], Class<T>) - Static method in class boofcv.factory.transform.pyramid.FactoryPyramid
Constructs an image pyramid which is designed to mimic a GaussianScaleSpace.
scaling - Variable in class boofcv.struct.wavelet.WlCoef_F32
 
scaling - Variable in class boofcv.struct.wavelet.WlCoef_F64
 
scaling - Variable in class boofcv.struct.wavelet.WlCoef_I32
 
selectRandomColors(int, Random) - Static method in class boofcv.alg.filter.binary.BinaryImageOps
Several blob rending functions take in an array of colors so that the random blobs can be drawn with the same color each time.
separable(int) - Static method in class boofcv.factory.filter.kernel.FactorySteerCoefficients
Coefficients for even or odd parity separable polynomials.
Separable(int) - Constructor for class boofcv.factory.filter.kernel.FactorySteerCoefficients.Separable
 
SequencePointTransform_F32 - Class in boofcv.struct.distort
Combines together multiple PointTransform_F32 as a sequence into a single transform.
SequencePointTransform_F32(PointTransform_F32...) - Constructor for class boofcv.struct.distort.SequencePointTransform_F32
Specifies the sequence of transforms.
SequencePointTransform_F64 - Class in boofcv.struct.distort
Combines together multiple PointTransform_F64 as a sequence into a single transform.
SequencePointTransform_F64(PointTransform_F64...) - Constructor for class boofcv.struct.distort.SequencePointTransform_F64
Specifies the sequence of transforms.
set(Affine2D_F32) - Method in class boofcv.alg.distort.PixelTransformAffine_F32
 
set(Affine2D_F64) - Method in class boofcv.alg.distort.PixelTransformAffine_F32
 
set(Affine2D_F64) - Method in class boofcv.alg.distort.PixelTransformAffine_F64
 
set(Homography2D_F32) - Method in class boofcv.alg.distort.PixelTransformHomography_F32
 
set(Homography2D_F64) - Method in class boofcv.alg.distort.PixelTransformHomography_F32
 
set(DenseMatrix64F) - Method in class boofcv.alg.distort.PointTransformHomography_F32
 
set(Homography2D_F32) - Method in class boofcv.alg.distort.PointTransformHomography_F32
 
set(Homography2D_F64) - Method in class boofcv.alg.distort.PointTransformHomography_F32
 
set(Homography2D_F64) - Method in class boofcv.alg.distort.PointTransformHomography_F64
 
set(int, int, float) - Method in class boofcv.core.image.border.ImageBorder_F32
 
set(int, int, double) - Method in class boofcv.core.image.border.ImageBorder_F64
 
set(int, int, float[]) - Method in class boofcv.core.image.border.ImageBorder_IL_F32
 
set(int, int, double[]) - Method in class boofcv.core.image.border.ImageBorder_IL_F64
 
set(int, int, int[]) - Method in class boofcv.core.image.border.ImageBorder_IL_S32
 
set(int, int, long[]) - Method in class boofcv.core.image.border.ImageBorder_IL_S64
 
set(int, int, int) - Method in class boofcv.core.image.border.ImageBorder_S32
 
set(int, int, long) - Method in class boofcv.core.image.border.ImageBorder_S64
 
set(int, int, float[]) - Method in class boofcv.core.image.FactoryGImageMultiBand.Border_IL_F32
 
set(int, int, float[]) - Method in class boofcv.core.image.FactoryGImageMultiBand.Border_IL_F64
 
set(int, int, float[]) - Method in class boofcv.core.image.FactoryGImageMultiBand.Border_IL_S32
 
set(int, int, float[]) - Method in class boofcv.core.image.FactoryGImageMultiBand.GSingleToMB
 
set(int, int, float[]) - Method in class boofcv.core.image.FactoryGImageMultiBand.IL_F32
 
set(int, int, float[]) - Method in class boofcv.core.image.FactoryGImageMultiBand.IL_S8
 
set(int, int, float[]) - Method in class boofcv.core.image.FactoryGImageMultiBand.IL_U8
 
set(int, int, float[]) - Method in class boofcv.core.image.FactoryGImageMultiBand.MS
 
set(int, int, Number) - Method in class boofcv.core.image.FactoryGImageSingleBand.Border_F32
 
set(int, float) - Method in class boofcv.core.image.FactoryGImageSingleBand.Border_F32
 
set(int, int, Number) - Method in class boofcv.core.image.FactoryGImageSingleBand.Border_F64
 
set(int, float) - Method in class boofcv.core.image.FactoryGImageSingleBand.Border_F64
 
set(int, int, Number) - Method in class boofcv.core.image.FactoryGImageSingleBand.Border_I32
 
set(int, float) - Method in class boofcv.core.image.FactoryGImageSingleBand.Border_I32
 
set(int, int, Number) - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingle_F32
 
set(int, float) - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingle_F32
 
set(int, int, Number) - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingle_F64
 
set(int, float) - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingle_F64
 
set(int, int, Number) - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingle_I64
 
set(int, float) - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingle_I64
 
set(int, int, Number) - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingle_S16
 
set(int, float) - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingle_S16
 
set(int, int, Number) - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingle_S32
 
set(int, float) - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingle_S32
 
set(int, int, Number) - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingle_S8
 
set(int, float) - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingle_S8
 
set(int, int, Number) - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingle_U16
 
set(int, float) - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingle_U16
 
set(int, int, Number) - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingle_U8
 
set(int, float) - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingle_U8
 
set(ImageSingleBand, int, int, double) - Static method in class boofcv.core.image.GeneralizedImageOps
 
set(int, int, float[]) - Method in interface boofcv.core.image.GImageMultiBand
 
set(int, int, Number) - Method in interface boofcv.core.image.GImageSingleBand
Set's pixel value using number.
set(int, float) - Method in interface boofcv.core.image.GImageSingleBand
Sets pixel based on pixel value in data array
set(int, int, Number) - Method in class boofcv.core.image.GImageSingleBandDistorted
 
set(int, float) - Method in class boofcv.core.image.GImageSingleBandDistorted
 
set(int, int, float) - Method in class boofcv.struct.convolve.Kernel2D_F32
 
set(int, int, double) - Method in class boofcv.struct.convolve.Kernel2D_F64
 
set(int, int, int) - Method in class boofcv.struct.convolve.Kernel2D_I32
 
set(int, int, float) - Method in class boofcv.struct.image.ImageFloat32
Sets the value of the specified pixel.
set(int, int, double) - Method in class boofcv.struct.image.ImageFloat64
Sets the value of the specified pixel.
set(int, int, int) - Method in class boofcv.struct.image.ImageInt16
Sets the value of the specified pixel.
set(int, int, int) - Method in class boofcv.struct.image.ImageInt8
Sets the value of the specified pixel.
set(int, int, int) - Method in class boofcv.struct.image.ImageInteger
Sets the value of the specified pixel.
set(int, int, int) - Method in class boofcv.struct.image.ImageSInt32
Sets the value of the specified pixel.
set(int, int, long) - Method in class boofcv.struct.image.ImageSInt64
Sets the value of the specified pixel.
set(int, int, float...) - Method in class boofcv.struct.image.InterleavedF32
Sets the pixel's value for all the bands using an array.
set(int, int, double...) - Method in class boofcv.struct.image.InterleavedF64
Sets the pixel's value for all the bands using an array.
set(int, int, short...) - Method in class boofcv.struct.image.InterleavedI16
Sets the pixel's value for all the bands using an array.
set(int, int, byte...) - Method in class boofcv.struct.image.InterleavedI8
Sets the pixel's value for all the bands using an array.
set(int, int, int...) - Method in class boofcv.struct.image.InterleavedInteger
Sets the pixel's value for all the bands using an array.
set(int, int, long...) - Method in class boofcv.struct.image.InterleavedS64
Sets the pixel's value for all the bands using an array.
set(RectangleRotate_F32) - Method in class boofcv.struct.RectangleRotate_F32
 
set(RectangleRotate_F64) - Method in class boofcv.struct.RectangleRotate_F64
 
set(double, double) - Method in interface boofcv.struct.sparse.GradientValue
 
set(double, double) - Method in class boofcv.struct.sparse.GradientValue_F32
 
set(double, double) - Method in class boofcv.struct.sparse.GradientValue_F64
 
set(double, double) - Method in class boofcv.struct.sparse.GradientValue_I32
 
set_unsafe(int, int, float[]) - Method in class boofcv.struct.image.InterleavedF32
 
set_unsafe(int, int, double...) - Method in class boofcv.struct.image.InterleavedF64
 
set_unsafe(int, int, int...) - Method in class boofcv.struct.image.InterleavedI16
 
set_unsafe(int, int, int...) - Method in class boofcv.struct.image.InterleavedI8
 
set_unsafe(int, int, int...) - Method in class boofcv.struct.image.InterleavedInteger
 
set_unsafe(int, int, int...) - Method in class boofcv.struct.image.InterleavedS32
Sets the pixel's value for all the bands using an array.
set_unsafe(int, int, long...) - Method in class boofcv.struct.image.InterleavedS64
 
setActiveScale(int) - Method in class boofcv.alg.transform.pyramid.NoCacheScaleSpace
 
setActiveScale(int) - Method in interface boofcv.struct.gss.GaussianScaleSpace
Sets the active scale.
setAll(int) - Method in class boofcv.struct.image.Color3_F32
 
setBand(int, int, int, float) - Method in class boofcv.struct.image.InterleavedF32
Returns the value of the specified band in the specified pixel.
setBand(int, int, int, double) - Method in class boofcv.struct.image.InterleavedF64
Returns the value of the specified band in the specified pixel.
setBand(int, int, int, short) - Method in class boofcv.struct.image.InterleavedI16
Returns the value of the specified band in the specified pixel.
setBand(int, int, int, int) - Method in class boofcv.struct.image.InterleavedI16
 
setBand(int, int, int, byte) - Method in class boofcv.struct.image.InterleavedI8
Returns the value of the specified band in the specified pixel.
setBand(int, int, int, int) - Method in class boofcv.struct.image.InterleavedI8
 
setBand(int, int, int, int) - Method in class boofcv.struct.image.InterleavedInteger
Returns the value of the specified band in the specified pixel.
setBand(int, int, int, int) - Method in class boofcv.struct.image.InterleavedS32
Returns the value of the specified band in the specified pixel.
setBand(int, int, int, long) - Method in class boofcv.struct.image.InterleavedS64
Returns the value of the specified band in the specified pixel.
setBand(int, T) - Method in class boofcv.struct.image.MultiSpectral
 
setBands(T[]) - Method in class boofcv.struct.image.MultiSpectral
 
setBandType(Class<T>) - Method in class boofcv.struct.image.MultiSpectral
 
setBasis(SteerableCoefficients, Kernel2D...) - Method in class boofcv.alg.filter.kernel.impl.SteerableKernel_F32
 
setBasis(SteerableCoefficients, Kernel2D...) - Method in class boofcv.alg.filter.kernel.impl.SteerableKernel_I32
 
setBasis(SteerableCoefficients, Kernel2D...) - Method in interface boofcv.alg.filter.kernel.SteerableKernel
Compute the steerable filter.
setBorder(ImageBorder<MultiSpectral<T>>) - Method in class boofcv.abst.filter.interpolate.InterpolatePixel_MS_using_SB
 
setBorder(ImageBorder<T>) - Method in class boofcv.alg.interpolate.BilinearPixelMB
 
setBorder(ImageBorder<T>) - Method in class boofcv.alg.interpolate.BilinearPixelS
 
setBorder(ImageBorder<ImageFloat32>) - Method in class boofcv.alg.interpolate.impl.ImplInterpolatePixelConvolution_F32
 
setBorder(ImageBorder<ImageSInt16>) - Method in class boofcv.alg.interpolate.impl.ImplInterpolatePixelConvolution_S16
 
setBorder(ImageBorder<ImageUInt8>) - Method in class boofcv.alg.interpolate.impl.ImplInterpolatePixelConvolution_U8
 
setBorder(ImageBorder<T>) - Method in interface boofcv.alg.interpolate.InterpolatePixel
Set's the class used to "read" pixels outside the image border.
setBorder(ImageBorder<T>) - Method in class boofcv.alg.interpolate.InterpolatePixel_S_to_MB
 
setBorder(ImageBorder<T>) - Method in class boofcv.alg.interpolate.NearestNeighborPixelMB
 
setBorder(ImageBorder<T>) - Method in class boofcv.alg.interpolate.NearestNeighborPixelS
 
setBorder(ImageBorder<T>) - Method in class boofcv.alg.interpolate.PolynomialPixel
 
setBorderType(BorderType) - Method in interface boofcv.abst.filter.derivative.ImageDerivative
Overrides using BorderType.EXTENDED along the image border.
setBorderType(BorderType) - Method in class boofcv.abst.filter.derivative.ImageGradient_Gaussian
 
setBorderType(BorderType) - Method in class boofcv.abst.filter.derivative.ImageGradient_Reflection
 
setBorderType(BorderType) - Method in class boofcv.abst.filter.derivative.ImageHessian_Reflection
 
setBorderType(BorderType) - Method in class boofcv.abst.filter.derivative.ImageHessianDirect_Reflection
 
setBorderType(BorderType) - Method in class boofcv.alg.transform.pyramid.NoCacheScaleSpace
 
setBorderType(BorderType) - Method in interface boofcv.struct.gss.GaussianScaleSpace
Change how image borders are handled.
setData(float[]) - Method in class boofcv.struct.image.ImageFloat32
 
setData(double[]) - Method in class boofcv.struct.image.ImageFloat64
 
setData(short[]) - Method in class boofcv.struct.image.ImageInt16
 
setData(byte[]) - Method in class boofcv.struct.image.ImageInt8
 
setData(int[]) - Method in class boofcv.struct.image.ImageSInt32
 
setData(long[]) - Method in class boofcv.struct.image.ImageSInt64
 
setData0(A) - Method in class boofcv.struct.Tuple2
 
setData1(B) - Method in class boofcv.struct.Tuple2
 
setDown(boolean) - Method in class boofcv.alg.filter.binary.impl.ThresholdSauvola
 
setF(int, float[]) - Method in class boofcv.core.image.FactoryGImageMultiBand.GMultiBorder
 
setF(int, float[]) - Method in class boofcv.core.image.FactoryGImageMultiBand.GSingleToMB
 
setF(int, float[]) - Method in class boofcv.core.image.FactoryGImageMultiBand.IL_F32
 
setF(int, float[]) - Method in class boofcv.core.image.FactoryGImageMultiBand.IL_S8
 
setF(int, float[]) - Method in class boofcv.core.image.FactoryGImageMultiBand.IL_U8
 
setF(int, float[]) - Method in class boofcv.core.image.FactoryGImageMultiBand.MS
 
setF(int, float[]) - Method in interface boofcv.core.image.GImageMultiBand
 
setFirstLayer(T) - Method in class boofcv.struct.pyramid.ImagePyramidBase
 
setGeneral(int, int, double[]) - Method in class boofcv.core.image.border.ImageBorder
 
setGeneral(int, int, double[]) - Method in class boofcv.core.image.border.ImageBorder_F32
 
setGeneral(int, int, double[]) - Method in class boofcv.core.image.border.ImageBorder_F64
 
setGeneral(int, int, double[]) - Method in class boofcv.core.image.border.ImageBorder_IL_F32
 
setGeneral(int, int, double[]) - Method in class boofcv.core.image.border.ImageBorder_IL_F64
 
setGeneral(int, int, double[]) - Method in class boofcv.core.image.border.ImageBorder_IL_S32
 
setGeneral(int, int, double[]) - Method in class boofcv.core.image.border.ImageBorder_IL_S64
 
setGeneral(int, int, double[]) - Method in class boofcv.core.image.border.ImageBorder_S32
 
setGeneral(int, int, double[]) - Method in class boofcv.core.image.border.ImageBorder_S64
 
setHeight(int) - Method in class boofcv.struct.image.ImageBase
 
setImage(T) - Method in class boofcv.abst.filter.convolve.ImageConvolveSparse
 
setImage(T) - Method in interface boofcv.abst.filter.ImageFunctionSparse
Specify which image is to provide the input.
setImage(MultiSpectral<T>) - Method in class boofcv.abst.filter.interpolate.InterpolatePixel_MS_using_SB
 
setImage(ImageFloat32) - Method in class boofcv.alg.filter.derivative.impl.GradientSparsePrewitt_F32
 
setImage(ImageUInt8) - Method in class boofcv.alg.filter.derivative.impl.GradientSparsePrewitt_U8
 
setImage(ImageFloat32) - Method in class boofcv.alg.filter.derivative.impl.GradientSparseSobel_F32
 
setImage(ImageUInt8) - Method in class boofcv.alg.filter.derivative.impl.GradientSparseSobel_U8
 
setImage(ImageFloat32) - Method in class boofcv.alg.filter.derivative.impl.GradientSparseThree_F32
 
setImage(ImageUInt8) - Method in class boofcv.alg.filter.derivative.impl.GradientSparseThree_U8
 
setImage(ImageFloat32) - Method in class boofcv.alg.filter.derivative.impl.GradientSparseTwo0_F32
 
setImage(ImageUInt8) - Method in class boofcv.alg.filter.derivative.impl.GradientSparseTwo0_U8
 
setImage(ImageFloat32) - Method in class boofcv.alg.filter.derivative.impl.GradientSparseTwo1_F32
 
setImage(ImageUInt8) - Method in class boofcv.alg.filter.derivative.impl.GradientSparseTwo1_U8
 
setImage(T) - Method in class boofcv.alg.interpolate.BilinearPixelMB
 
setImage(T) - Method in class boofcv.alg.interpolate.BilinearPixelS
 
setImage(GImageSingleBand) - Method in class boofcv.alg.interpolate.ImageLineIntegral
Specify input image.
setImage(ImageFloat32) - Method in class boofcv.alg.interpolate.impl.BilinearRectangle_F32
 
setImage(ImageSInt16) - Method in class boofcv.alg.interpolate.impl.BilinearRectangle_S16
 
setImage(ImageUInt8) - Method in class boofcv.alg.interpolate.impl.BilinearRectangle_U8
 
setImage(InterleavedF32) - Method in class boofcv.alg.interpolate.impl.ImplBilinearPixel_IL_F32
 
setImage(InterleavedF64) - Method in class boofcv.alg.interpolate.impl.ImplBilinearPixel_IL_F64
 
setImage(InterleavedS16) - Method in class boofcv.alg.interpolate.impl.ImplBilinearPixel_IL_S16
 
setImage(InterleavedS32) - Method in class boofcv.alg.interpolate.impl.ImplBilinearPixel_IL_S32
 
setImage(InterleavedU8) - Method in class boofcv.alg.interpolate.impl.ImplBilinearPixel_IL_U8
 
setImage(ImageFloat32) - Method in class boofcv.alg.interpolate.impl.ImplInterpolatePixelConvolution_F32
 
setImage(ImageSInt16) - Method in class boofcv.alg.interpolate.impl.ImplInterpolatePixelConvolution_S16
 
setImage(ImageUInt8) - Method in class boofcv.alg.interpolate.impl.ImplInterpolatePixelConvolution_U8
 
setImage(ImageFloat32) - Method in class boofcv.alg.interpolate.impl.NearestNeighborPixel_F32
 
setImage(InterleavedS16) - Method in class boofcv.alg.interpolate.impl.NearestNeighborPixel_IL_S16
 
setImage(InterleavedS32) - Method in class boofcv.alg.interpolate.impl.NearestNeighborPixel_IL_S32
 
setImage(InterleavedU16) - Method in class boofcv.alg.interpolate.impl.NearestNeighborPixel_IL_U16
 
setImage(InterleavedU8) - Method in class boofcv.alg.interpolate.impl.NearestNeighborPixel_IL_U8
 
setImage(ImageSInt16) - Method in class boofcv.alg.interpolate.impl.NearestNeighborPixel_S16
 
setImage(ImageSInt32) - Method in class boofcv.alg.interpolate.impl.NearestNeighborPixel_S32
 
setImage(ImageUInt16) - Method in class boofcv.alg.interpolate.impl.NearestNeighborPixel_U16
 
setImage(ImageUInt8) - Method in class boofcv.alg.interpolate.impl.NearestNeighborPixel_U8
 
setImage(ImageFloat32) - Method in class boofcv.alg.interpolate.impl.NearestNeighborRectangle_F32
 
setImage(T) - Method in interface boofcv.alg.interpolate.InterpolatePixel
Change the image that is being interpolated.
setImage(T) - Method in class boofcv.alg.interpolate.InterpolatePixel_S_to_MB
 
setImage(T) - Method in interface boofcv.alg.interpolate.InterpolateRectangle
Change the image that is being interpolated.
setImage(T) - Method in class boofcv.alg.interpolate.NearestNeighborPixelMB
 
setImage(T) - Method in class boofcv.alg.interpolate.NearestNeighborPixelS
 
setImage(T) - Method in class boofcv.alg.interpolate.PolynomialPixel
 
setImage(T) - Method in class boofcv.alg.transform.ii.SparseIntegralGradientKernel
 
setImage(I) - Method in class boofcv.alg.transform.pyramid.NoCacheScaleSpace
 
setImage(T) - Method in class boofcv.core.image.border.ImageBorder
 
setImage(ImageFloat32) - Method in class boofcv.core.image.border.ImageBorder1D_F32
 
setImage(ImageFloat64) - Method in class boofcv.core.image.border.ImageBorder1D_F64
 
setImage(InterleavedF32) - Method in class boofcv.core.image.border.ImageBorder1D_IL_F32
 
setImage(InterleavedF64) - Method in class boofcv.core.image.border.ImageBorder1D_IL_F64
 
setImage(T) - Method in class boofcv.core.image.border.ImageBorder1D_IL_S32
 
setImage(InterleavedS64) - Method in class boofcv.core.image.border.ImageBorder1D_IL_S64
 
setImage(T) - Method in class boofcv.core.image.border.ImageBorder1D_S32
 
setImage(ImageSInt64) - Method in class boofcv.core.image.border.ImageBorder1D_S64
 
setImage(T) - Method in interface boofcv.struct.gss.GaussianScaleSpace
Specifies the original un-scaled image.
setImage(T) - Method in class boofcv.struct.sparse.SparseGradientSafe
 
setImage(T) - Method in interface boofcv.struct.sparse.SparseImageOperator
Specifies the image being processed.
setImage(T) - Method in class boofcv.struct.sparse.SparseScaleGradient
 
setImage(T) - Method in class boofcv.struct.sparse.SparseScaleSample_F64
 
setImageBorder(ImageBorder<T>) - Method in class boofcv.abst.filter.convolve.ImageConvolveSparse
 
setIndex(int) - Method in class boofcv.struct.PointIndex_I32
 
setInnerCoef(T) - Method in class boofcv.struct.wavelet.WlBorderCoefFixed
 
setInput(I) - Method in class boofcv.abst.filter.derivative.AnyImageDerivative
Sets the new input image from which the image derivatives are computed from.
setInput(float[], float[], int) - Method in class boofcv.alg.interpolate.array.Interpolate1D_F32
Sets the data that is being interpolated.
setInput(float[], int) - Method in class boofcv.alg.interpolate.array.PolynomialNevilleFixed_F32
 
setInputs(ImageUInt8, ImageSInt32, FastQueue<Point2D_I32>) - Method in class boofcv.alg.filter.binary.ContourTracer
 
setInterpolate(InterpolatePixelS<T>) - Method in class boofcv.alg.transform.pyramid.PyramidFloatGaussianScale
 
setK(float) - Method in class boofcv.alg.filter.binary.impl.ThresholdSauvola
 
setKernel(K) - Method in class boofcv.abst.filter.convolve.ImageConvolveSparse
 
setLength(int) - Method in class boofcv.core.image.border.BorderIndex1D
 
setLower(int, T) - Method in class boofcv.struct.wavelet.WlBorderCoefFixed
 
setM(ImageBase, int, int, double...) - Static method in class boofcv.core.image.GeneralizedImageOps
 
setModel(PixelTransform_F32) - Method in interface boofcv.alg.distort.ImageDistort
Specifies how pixel coordinates are transformed from the destination to source images.
setModel(PixelTransform_F32) - Method in class boofcv.alg.distort.ImageDistortBasic
 
setModel(PixelTransform_F32) - Method in class boofcv.alg.distort.ImageDistortCache_SB
 
setModel(PixelTransform_F32) - Method in class boofcv.alg.distort.impl.ImplImageDistort_MS
 
setModel(Homography2D_F32) - Method in class boofcv.alg.distort.PointTransformHomography_F32
 
setModel(Homography2D_F64) - Method in class boofcv.alg.distort.PointTransformHomography_F64
 
setModel(Model) - Method in interface boofcv.struct.distort.PointTransformModel_F32
Specifies the distortion model used by the transform
setModel(Model) - Method in interface boofcv.struct.distort.PointTransformModel_F64
Specifies the distortion model used by the transform
setModifyInputs(boolean) - Method in interface boofcv.abst.transform.fft.DiscreteFourierTransform
This function can toggle the internal implementations ability to modify the input image or input transform.
setModifyInputs(boolean) - Method in class boofcv.abst.transform.fft.GeneralFft_to_DiscreteFourierTransform_F32
 
setModifyInputs(boolean) - Method in class boofcv.abst.transform.fft.GeneralFft_to_DiscreteFourierTransform_F64
 
setNumBands(int) - Method in class boofcv.struct.image.ImageInterleaved
 
setOutputFile(String) - Method in class boofcv.misc.CodeGeneratorBase
 
setOutside(int, int, float) - Method in class boofcv.core.image.border.ImageBorder1D_F32
 
setOutside(int, int, double) - Method in class boofcv.core.image.border.ImageBorder1D_F64
 
setOutside(int, int, float[]) - Method in class boofcv.core.image.border.ImageBorder1D_IL_F32
 
setOutside(int, int, double[]) - Method in class boofcv.core.image.border.ImageBorder1D_IL_F64
 
setOutside(int, int, int[]) - Method in class boofcv.core.image.border.ImageBorder1D_IL_S32
 
setOutside(int, int, long[]) - Method in class boofcv.core.image.border.ImageBorder1D_IL_S64
 
setOutside(int, int, int) - Method in class boofcv.core.image.border.ImageBorder1D_S32
 
setOutside(int, int, long) - Method in class boofcv.core.image.border.ImageBorder1D_S64
 
setOutside(int, int, float) - Method in class boofcv.core.image.border.ImageBorder_F32
 
setOutside(int, int, double) - Method in class boofcv.core.image.border.ImageBorder_F64
 
setOutside(int, int, float[]) - Method in class boofcv.core.image.border.ImageBorder_IL_F32
 
setOutside(int, int, double[]) - Method in class boofcv.core.image.border.ImageBorder_IL_F64
 
setOutside(int, int, int[]) - Method in class boofcv.core.image.border.ImageBorder_IL_S32
 
setOutside(int, int, long[]) - Method in class boofcv.core.image.border.ImageBorder_IL_S64
 
setOutside(int, int, int) - Method in class boofcv.core.image.border.ImageBorder_S32
 
setOutside(int, int, long) - Method in class boofcv.core.image.border.ImageBorder_S64
 
setOutside(int, int, float) - Method in class boofcv.core.image.border.ImageBorderValue.Value_F32
 
setOutside(int, int, double) - Method in class boofcv.core.image.border.ImageBorderValue.Value_F64
 
setOutside(int, int, int) - Method in class boofcv.core.image.border.ImageBorderValue.Value_I
 
setOutside(int, int, long) - Method in class boofcv.core.image.border.ImageBorderValue.Value_I64
 
setOutside(int, int, float[]) - Method in class boofcv.core.image.border.ImageBorderValue.Value_IL_F32
 
setOutside(int, int, double[]) - Method in class boofcv.core.image.border.ImageBorderValue.Value_IL_F64
 
setOutside(int, int, int[]) - Method in class boofcv.core.image.border.ImageBorderValue.Value_IL_S32
 
setOutside(int, int, long[]) - Method in class boofcv.core.image.border.ImageBorderValue.Value_IL_S64
 
setRadius(int) - Method in interface boofcv.abst.filter.blur.BlurFilter
 
setRadius(int) - Method in class boofcv.abst.filter.blur.BlurStorageFilter
 
setRadius(int) - Method in class boofcv.abst.filter.blur.MedianImageFilter
 
setRadius(int) - Method in class boofcv.alg.filter.binary.impl.ThresholdSauvola
 
setRadius(int, int) - Method in interface boofcv.alg.weights.WeightPixel_F32
Change the kernel's size
setRadius(int, int) - Method in class boofcv.alg.weights.WeightPixelGaussian_F32
 
setRadius(int, int) - Method in class boofcv.alg.weights.WeightPixelUniform_F32
 
setRenderAll(boolean) - Method in interface boofcv.alg.distort.ImageDistort
Specifies if the entire output image should be rendered, even if mapping to the source image is outside the source image.
setRenderAll(boolean) - Method in class boofcv.alg.distort.ImageDistortBasic
 
setRenderAll(boolean) - Method in class boofcv.alg.distort.ImageDistortCache_SB
 
setRenderAll(boolean) - Method in class boofcv.alg.distort.impl.ImplImageDistort_MS
 
setScale(double) - Method in class boofcv.alg.transform.ii.impl.SparseIntegralGradient_NoBorder_F32
 
setScale(double) - Method in class boofcv.alg.transform.ii.impl.SparseIntegralGradient_NoBorder_I32
 
setScale(double) - Method in class boofcv.alg.transform.ii.impl.SparseIntegralHaar_NoBorder_F32
 
setScale(double) - Method in class boofcv.alg.transform.ii.impl.SparseIntegralHaar_NoBorder_I32
 
setScale(double) - Method in class boofcv.alg.transform.ii.impl.SparseIntegralSample_F32
 
setScale(double) - Method in class boofcv.alg.transform.ii.impl.SparseIntegralSample_I32
 
setScale(double) - Method in class boofcv.alg.transform.ii.SparseIntegralGradient_NoBorder
 
setScale(double) - Method in class boofcv.struct.sparse.SparseScaleGradient
 
setScale(double) - Method in class boofcv.struct.sparse.SparseScaleSample_F64
 
setScaleFactors(int...) - Method in class boofcv.struct.pyramid.PyramidDiscrete
Specifies the pyramid's structure.
setScaleFactors(double...) - Method in class boofcv.struct.pyramid.PyramidFloat
Specifies the pyramid's structure.
setScales(double...) - Method in class boofcv.alg.transform.pyramid.NoCacheScaleSpace
 
setScales(double...) - Method in interface boofcv.struct.gss.GaussianScaleSpace
Sets the scales/blur magnitudes for which the scale-space should be computed over.
setSkip(int) - Method in class boofcv.abst.filter.convolve.GenericConvolveDown
 
setStartIndex(int) - Method in class boofcv.struct.image.ImageBase
 
setStride(int) - Method in class boofcv.struct.image.ImageBase
 
setTo(T) - Method in class boofcv.struct.image.ImageBase
Sets the value of 'this' image to be identical to the passed in image.
setTo(T) - Method in class boofcv.struct.image.ImageInterleaved
Sets this image equal to the specified image.
setTo(T) - Method in class boofcv.struct.image.ImageSingleBand
Sets the values of each pixel equal to the pixels in the specified matrix.
setTo(MultiSpectral<T>) - Method in class boofcv.struct.image.MultiSpectral
Sets the values of each pixel equal to the pixels in the specified matrix.
setTo(ImagePyramid<T>) - Method in interface boofcv.struct.pyramid.ImagePyramid
Set's this pyramid to be the same as input.
setTo(ImagePyramid<T>) - Method in class boofcv.struct.pyramid.ImagePyramidBase
 
setUpper(int, T) - Method in class boofcv.struct.wavelet.WlBorderCoefFixed
 
setWidth(int) - Method in class boofcv.struct.image.ImageBase
 
sharpen4(ImageUInt8, ImageUInt8) - Static method in class boofcv.alg.enhance.EnhanceImageOps
Applies a Laplacian-4 based sharpen filter to the image.
sharpen4(ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.enhance.EnhanceImageOps
Applies a Laplacian-4 based sharpen filter to the image.
sharpen4(T, T) - Static method in class boofcv.alg.enhance.GEnhanceImageOps
Applies a Laplacian-4 based sharpen filter to the image.
sharpen8(ImageUInt8, ImageUInt8) - Static method in class boofcv.alg.enhance.EnhanceImageOps
Applies a Laplacian-8 based sharpen filter to the image.
sharpen8(ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.enhance.EnhanceImageOps
Applies a Laplacian-8 based sharpen filter to the image.
sharpen8(T, T) - Static method in class boofcv.alg.enhance.GEnhanceImageOps
Applies a Laplacian-8 based sharpen filter to the image.
sharpenBorder4(ImageUInt8, ImageUInt8, int, int) - Static method in class boofcv.alg.enhance.impl.ImplEnhanceFilter
 
sharpenBorder4(ImageFloat32, ImageFloat32, float, float) - Static method in class boofcv.alg.enhance.impl.ImplEnhanceFilter
 
sharpenBorder8(ImageUInt8, ImageUInt8, int, int) - Static method in class boofcv.alg.enhance.impl.ImplEnhanceFilter
 
sharpenBorder8(ImageFloat32, ImageFloat32, float, float) - Static method in class boofcv.alg.enhance.impl.ImplEnhanceFilter
 
sharpenInner4(ImageUInt8, ImageUInt8, int, int) - Static method in class boofcv.alg.enhance.impl.ImplEnhanceFilter
 
sharpenInner4(ImageFloat32, ImageFloat32, float, float) - Static method in class boofcv.alg.enhance.impl.ImplEnhanceFilter
 
sharpenInner8(ImageUInt8, ImageUInt8, int, int) - Static method in class boofcv.alg.enhance.impl.ImplEnhanceFilter
 
sharpenInner8(ImageFloat32, ImageFloat32, float, float) - Static method in class boofcv.alg.enhance.impl.ImplEnhanceFilter
 
shiftZeroFrequency(InterleavedF32, boolean) - Static method in class boofcv.alg.transform.fft.DiscreteFourierTransformOps
Moves the zero-frequency component into the image center (width/2,height/2).
shiftZeroFrequency(InterleavedF64, boolean) - Static method in class boofcv.alg.transform.fft.DiscreteFourierTransformOps
Moves the zero-frequency component into the image center (width/2,height/2).
shiftZeroFrequency(ImageInterleaved, boolean) - Static method in class boofcv.alg.transform.fft.GDiscreteFourierTransformOps
Moves the zero-frequency component into the image center (width/2,height/2).
ShrinkThresholdHard_F32 - Class in boofcv.alg.denoise.wavelet
Hard rule for shrinking an image: T(x) = x*1(|x|>T)
ShrinkThresholdHard_F32() - Constructor for class boofcv.alg.denoise.wavelet.ShrinkThresholdHard_F32
 
ShrinkThresholdHard_I32 - Class in boofcv.alg.denoise.wavelet
Hard rule for shrinking an image: T(x) = x*1(|x|>T)
ShrinkThresholdHard_I32() - Constructor for class boofcv.alg.denoise.wavelet.ShrinkThresholdHard_I32
 
ShrinkThresholdRule<T extends ImageSingleBand> - Interface in boofcv.alg.denoise
Generalized interface for thresholding wavelet coefficients in shrinkage based wavelet denoising applications.
ShrinkThresholdSoft_F32 - Class in boofcv.alg.denoise.wavelet
Soft rule for shrinking an image: T(x) = sgn(x)*max(|x|-T,0)
ShrinkThresholdSoft_F32() - Constructor for class boofcv.alg.denoise.wavelet.ShrinkThresholdSoft_F32
 
ShrinkThresholdSoft_I32 - Class in boofcv.alg.denoise.wavelet
Soft rule for shrinking an image: T(x) = sgn(x)*max(|x|-T,0)
ShrinkThresholdSoft_I32() - Constructor for class boofcv.alg.denoise.wavelet.ShrinkThresholdSoft_I32
 
sigma - Variable in class boofcv.alg.transform.pyramid.PyramidFloatGaussianScale
 
sigmaForRadius(double, int) - Static method in class boofcv.factory.filter.kernel.FactoryKernelGaussian
Given the the radius of a Gaussian distribution and the order of its derivative, choose an appropriate sigma.
sigmaLayers - Variable in class boofcv.alg.transform.pyramid.PyramidFloatGaussianScale
 
single(T, BorderType) - Static method in class boofcv.core.image.border.FactoryImageBorder
 
single(Class<T>, BorderType) - Static method in class boofcv.core.image.border.FactoryImageBorder
Creates an instance of the requested algorithms for handling borders pixels on ImageSingleBand.
single(Class<I>) - Static method in class boofcv.struct.image.ImageType
 
single(ImageDataType) - Static method in class boofcv.struct.image.ImageType
 
SingleBandGenerator<T extends ImageSingleBand> - Class in boofcv.core.image.inst
Used to create images with a single band
SingleBandGenerator(Class<T>) - Constructor for class boofcv.core.image.inst.SingleBandGenerator
 
singleValue(T, double) - Static method in class boofcv.core.image.border.FactoryImageBorder
Creates an ImageBorder that returns the specified value always.
singleValue(Class<T>, double) - Static method in class boofcv.core.image.border.FactoryImageBorder
Creates an ImageBorder that returns the specified value always.
size - Variable in class boofcv.alg.interpolate.array.Interpolate1D_F32
 
size() - Method in class boofcv.struct.WrapArrayIntoList
 
sobel(Class<I>, Class<D>) - Static method in class boofcv.factory.filter.derivative.FactoryDerivative
 
sobel_F32() - Static method in class boofcv.factory.filter.derivative.FactoryDerivative
 
sobel_U8() - Static method in class boofcv.factory.filter.derivative.FactoryDerivative
 
SparseGradientSafe<T extends ImageSingleBand,G extends GradientValue> - Class in boofcv.struct.sparse
Wraps around other SparseImageGradient classes and checks to see if the image is in bounds or not.
SparseGradientSafe(SparseImageGradient<T, G>) - Constructor for class boofcv.struct.sparse.SparseGradientSafe
 
SparseImageGradient<T extends ImageSingleBand,G extends GradientValue> - Interface in boofcv.struct.sparse
Computes the image gradient on a per pixel basis.
SparseImageOperator<T extends ImageBase> - Interface in boofcv.struct.sparse
Interface for operations which are applied to a single pixel or region around a single pixel
SparseImageSample_F32<T extends ImageBase> - Interface in boofcv.struct.sparse
Applies a kernel to an individual pixel
SparseImageSample_F64<T extends ImageBase> - Interface in boofcv.struct.sparse
Applies a kernel to an individual pixel
SparseIntegralGradient_NoBorder<T extends ImageSingleBand,G extends GradientValue> - Class in boofcv.alg.transform.ii
Computes the gradient from an integral image.
SparseIntegralGradient_NoBorder(int) - Constructor for class boofcv.alg.transform.ii.SparseIntegralGradient_NoBorder
 
SparseIntegralGradient_NoBorder_F32 - Class in boofcv.alg.transform.ii.impl
Computes the gradient from an integral image.
SparseIntegralGradient_NoBorder_F32(int) - Constructor for class boofcv.alg.transform.ii.impl.SparseIntegralGradient_NoBorder_F32
 
SparseIntegralGradient_NoBorder_I32 - Class in boofcv.alg.transform.ii.impl
Computes the gradient from an integral image.
SparseIntegralGradient_NoBorder_I32(int) - Constructor for class boofcv.alg.transform.ii.impl.SparseIntegralGradient_NoBorder_I32
 
SparseIntegralGradientKernel<T extends ImageSingleBand> - Class in boofcv.alg.transform.ii
Computes the gradient from an integral image.
SparseIntegralGradientKernel(IntegralKernel, IntegralKernel) - Constructor for class boofcv.alg.transform.ii.SparseIntegralGradientKernel
 
SparseIntegralHaar_NoBorder_F32 - Class in boofcv.alg.transform.ii.impl
Computes the gradient Haar wavelet from an integral image.
SparseIntegralHaar_NoBorder_F32(int) - Constructor for class boofcv.alg.transform.ii.impl.SparseIntegralHaar_NoBorder_F32
 
SparseIntegralHaar_NoBorder_I32 - Class in boofcv.alg.transform.ii.impl
Computes the gradient Haar wavelet from an integral image.
SparseIntegralHaar_NoBorder_I32(int) - Constructor for class boofcv.alg.transform.ii.impl.SparseIntegralHaar_NoBorder_I32
 
SparseIntegralSample_F32 - Class in boofcv.alg.transform.ii.impl
Samples a square region inside an integral image
SparseIntegralSample_F32(int) - Constructor for class boofcv.alg.transform.ii.impl.SparseIntegralSample_F32
 
SparseIntegralSample_I32 - Class in boofcv.alg.transform.ii.impl
Samples a square region inside an integral image
SparseIntegralSample_I32(int) - Constructor for class boofcv.alg.transform.ii.impl.SparseIntegralSample_I32
 
SparseScaleGradient<T extends ImageSingleBand,G extends GradientValue> - Class in boofcv.struct.sparse
Interface for SparseImageGradient whose size can be scaled up and down.
SparseScaleGradient() - Constructor for class boofcv.struct.sparse.SparseScaleGradient
 
SparseScaleSample_F64<T extends ImageSingleBand> - Class in boofcv.struct.sparse
Samples the image using a kernel which can be rescaled
SparseScaleSample_F64() - Constructor for class boofcv.struct.sparse.SparseScaleSample_F64
 
split2(InterleavedF32, ImageFloat32, ImageFloat32) - Static method in class boofcv.core.image.InterleavedImageOps
Splits the 2-band interleaved into into two ImageSingleBand.
sqrt(T, T) - Static method in class boofcv.alg.misc.GPixelMath
Computes the square root of each pixel in the input image.
sqrt(ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.misc.PixelMath
Computes the square root of each pixel in the input image.
sqrt(ImageFloat64, ImageFloat64) - Static method in class boofcv.alg.misc.PixelMath
Computes the square root of each pixel in the input image.
srcImg - Variable in class boofcv.alg.distort.ImageDistortBasic
 
srcImg - Variable in class boofcv.alg.distort.ImageDistortCache_SB
 
srgbToLab(double, double, double, double[]) - Static method in class boofcv.alg.color.ColorLab
Conversion from normalized RGB into LAB.
srgbToLab(float, float, float, float[]) - Static method in class boofcv.alg.color.ColorLab
Conversion from normalized RGB into LAB.
srgbToXyz(double, double, double, double[]) - Static method in class boofcv.alg.color.ColorXyz
Conversion from normalized RGB into XYZ.
srgbToXyz(float, float, float, float[]) - Static method in class boofcv.alg.color.ColorXyz
Conversion from normalized RGB into XYZ.
startIndex - Variable in class boofcv.struct.image.ImageBase
Index of the first pixel in the data array
SteerableCoefficients - Interface in boofcv.alg.filter.kernel
Computes the magnitude of each basis function
SteerableKernel<K extends Kernel2D> - Interface in boofcv.alg.filter.kernel
Computes a 2D kernel for an arbitrary angle using steerable filters.
SteerableKernel_F32 - Class in boofcv.alg.filter.kernel.impl
Implementation of SteerableKernel for floating point kernels.
SteerableKernel_F32() - Constructor for class boofcv.alg.filter.kernel.impl.SteerableKernel_F32
 
SteerableKernel_I32 - Class in boofcv.alg.filter.kernel.impl
Implementation of SteerableKernel for integer point kernels.
SteerableKernel_I32() - Constructor for class boofcv.alg.filter.kernel.impl.SteerableKernel_I32
 
stretch(T, double, double, double, T) - Static method in class boofcv.alg.filter.basic.GGrayImageOps
Stretches the image's intensity:
Ox,y = Ix,y&gamma + beta
stretch(ImageUInt8, double, int, int, ImageUInt8) - Static method in class boofcv.alg.filter.basic.GrayImageOps
Stretches the image's intensity:
Ox,y = Ix,y&gamma + beta
stretch(ImageSInt16, double, int, int, ImageSInt16) - Static method in class boofcv.alg.filter.basic.GrayImageOps
Stretches the image's intensity:
Ox,y = Ix,y&gamma + beta
stretch(ImageFloat32, double, float, float, ImageFloat32) - Static method in class boofcv.alg.filter.basic.GrayImageOps
Stretches the image's intensity:
Ox,y = Ix,y&gamma + beta
stretch(ImageFloat32, double, float, float, ImageFloat32) - Static method in class boofcv.alg.filter.basic.impl.ImplGrayImageOps
 
stretch(ImageUInt8, double, int, int, ImageUInt8) - Static method in class boofcv.alg.filter.basic.impl.ImplGrayImageOps
 
stretch(ImageSInt16, double, int, int, ImageSInt16) - Static method in class boofcv.alg.filter.basic.impl.ImplGrayImageOps
 
stretch(ImageUInt16, double, int, int, ImageUInt16) - Static method in class boofcv.alg.filter.basic.impl.ImplGrayImageOps
 
stretch(ImageSInt32, double, int, int, ImageSInt32) - Static method in class boofcv.alg.filter.basic.impl.ImplGrayImageOps
 
stride - Variable in class boofcv.alg.interpolate.BilinearPixelMB
 
stride - Variable in class boofcv.alg.interpolate.BilinearPixelS
 
stride - Variable in class boofcv.alg.interpolate.NearestNeighborPixelMB
 
stride - Variable in class boofcv.alg.interpolate.NearestNeighborPixelS
 
stride - Variable in class boofcv.struct.image.ImageBase
How many elements need to be skipped over to go one row down.
subbandAbsVal(ImageFloat32, float[]) - Static method in class boofcv.alg.denoise.wavelet.UtilDenoiseWavelet
Computes the absolute value of each element in the subband image are places it into 'coef'
SubbandShrink<I extends ImageSingleBand<I>> - Class in boofcv.alg.denoise.wavelet
Performs an adaptive threshold based wavelet shrinkage across each of the wavelet subbands in each layer of the transformed image.
SubbandShrink(ShrinkThresholdRule<I>) - Constructor for class boofcv.alg.denoise.wavelet.SubbandShrink
 
subImage - Variable in class boofcv.struct.image.ImageBase
Indicates if it is a sub-image or not
subimage(int, int, int, int, T) - Method in class boofcv.struct.image.ImageBase
Creates a rectangular sub-image from 'this' image.
subimage(int, int, int, int) - Method in class boofcv.struct.image.ImageBase
Same as ImageBase.subimage(int, int, int, int, ImageBase), but sets the storage for the input subimage to null.
subimage(int, int, int, int, T) - Method in class boofcv.struct.image.ImageInterleaved
Creates a sub-image from 'this' image.
subimage(int, int, int, int, T) - Method in class boofcv.struct.image.ImageSingleBand
Creates a rectangular sub-image from 'this' image.
subimage(int, int, int, int, MultiSpectral<T>) - Method in class boofcv.struct.image.MultiSpectral
Creates a sub-image from 'this' image.
subtract(T, T, O) - Static method in class boofcv.alg.misc.GPixelMath
Performs pixel-wise subtraction, but ensures the result is between two bounds.
d(x,y) = imgA(x,y) - imgB(x,y)
subtract(ImageUInt8, ImageUInt8, ImageInt16) - Static method in class boofcv.alg.misc.PixelMath
Performs pixel-wise subtraction.
output(x,y) = imgA(x,y) - imgB(x,y)
subtract(ImageSInt8, ImageSInt8, ImageSInt16) - Static method in class boofcv.alg.misc.PixelMath
Performs pixel-wise subtraction.
output(x,y) = imgA(x,y) - imgB(x,y)
subtract(ImageUInt16, ImageUInt16, ImageSInt32) - Static method in class boofcv.alg.misc.PixelMath
Performs pixel-wise subtraction.
output(x,y) = imgA(x,y) - imgB(x,y)
subtract(ImageSInt16, ImageSInt16, ImageSInt32) - Static method in class boofcv.alg.misc.PixelMath
Performs pixel-wise subtraction.
output(x,y) = imgA(x,y) - imgB(x,y)
subtract(ImageSInt32, ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.misc.PixelMath
Performs pixel-wise subtraction.
output(x,y) = imgA(x,y) - imgB(x,y)
subtract(ImageSInt64, ImageSInt64, ImageSInt64) - Static method in class boofcv.alg.misc.PixelMath
Performs pixel-wise subtraction.
output(x,y) = imgA(x,y) - imgB(x,y)
subtract(ImageFloat32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.misc.PixelMath
Performs pixel-wise subtraction.
output(x,y) = imgA(x,y) - imgB(x,y)
subtract(ImageFloat64, ImageFloat64, ImageFloat64) - Static method in class boofcv.alg.misc.PixelMath
Performs pixel-wise subtraction.
output(x,y) = imgA(x,y) - imgB(x,y)
subtract(int, int, int) - Static method in class boofcv.misc.CircularIndex
Subtracts index1 from index0.
sum(Kernel2D_F64) - Static method in class boofcv.alg.filter.kernel.KernelMath
 
sum(T) - Static method in class boofcv.alg.misc.GImageStatistics
Returns the sum of all the pixels in the image.
sum(ImageUInt8) - Static method in class boofcv.alg.misc.ImageStatistics
Returns the sum of all the pixels in the image.
sum(ImageSInt8) - Static method in class boofcv.alg.misc.ImageStatistics
Returns the sum of all the pixels in the image.
sum(ImageUInt16) - Static method in class boofcv.alg.misc.ImageStatistics
Returns the sum of all the pixels in the image.
sum(ImageSInt16) - Static method in class boofcv.alg.misc.ImageStatistics
Returns the sum of all the pixels in the image.
sum(ImageSInt32) - Static method in class boofcv.alg.misc.ImageStatistics
Returns the sum of all the pixels in the image.
sum(ImageSInt64) - Static method in class boofcv.alg.misc.ImageStatistics
Returns the sum of all the pixels in the image.
sum(ImageFloat32) - Static method in class boofcv.alg.misc.ImageStatistics
Returns the sum of all the pixels in the image.
sum(ImageFloat64) - Static method in class boofcv.alg.misc.ImageStatistics
Returns the sum of all the pixels in the image.
sumCoefficients(float[]) - Static method in class boofcv.alg.transform.wavelet.UtilWavelet
 
sumCoefficients(int[]) - Static method in class boofcv.alg.transform.wavelet.UtilWavelet
 
sure(Class<T>) - Static method in class boofcv.factory.denoise.FactoryDenoiseWaveletAlg
Returns sure shrink wavelet based image denoiser.

T

table1D_F32(int, boolean) - Static method in class boofcv.factory.filter.kernel.FactoryKernel
Create an floating point table convolution kernel.
table1D_F64(int, boolean) - Static method in class boofcv.factory.filter.kernel.FactoryKernel
 
table1D_I32(int) - Static method in class boofcv.factory.filter.kernel.FactoryKernel
Create an integer table convolution kernel.
tempImage - Variable in class boofcv.alg.transform.pyramid.PyramidFloatGaussianScale
 
theta - Variable in class boofcv.struct.RectangleRotate_F32
 
theta - Variable in class boofcv.struct.RectangleRotate_F64
Angle of rotation about rectangle's center
thin(ImageUInt8, int, ImageUInt8) - Static method in class boofcv.alg.filter.binary.BinaryImageOps
Applies a morphological thinning operation to the image.
three(Class<I>, Class<D>) - Static method in class boofcv.factory.filter.derivative.FactoryDerivative
 
three_F32() - Static method in class boofcv.factory.filter.derivative.FactoryDerivative
 
three_U8() - Static method in class boofcv.factory.filter.derivative.FactoryDerivative
 
threshold(T, ImageUInt8, double, boolean) - Static method in class boofcv.alg.filter.binary.GThresholdImageOps
Applies a global threshold across the whole image.
threshold(ImageFloat32, ImageUInt8, float, boolean) - Static method in class boofcv.alg.filter.binary.ThresholdImageOps
Applies a global threshold across the whole image.
threshold(ImageFloat64, ImageUInt8, double, boolean) - Static method in class boofcv.alg.filter.binary.ThresholdImageOps
Applies a global threshold across the whole image.
threshold(ImageUInt8, ImageUInt8, int, boolean) - Static method in class boofcv.alg.filter.binary.ThresholdImageOps
Applies a global threshold across the whole image.
threshold(ImageSInt16, ImageUInt8, int, boolean) - Static method in class boofcv.alg.filter.binary.ThresholdImageOps
Applies a global threshold across the whole image.
threshold(ImageUInt16, ImageUInt8, int, boolean) - Static method in class boofcv.alg.filter.binary.ThresholdImageOps
Applies a global threshold across the whole image.
threshold(ImageSInt32, ImageUInt8, int, boolean) - Static method in class boofcv.alg.filter.binary.ThresholdImageOps
Applies a global threshold across the whole image.
threshold(ConfigThreshold, Class<T>) - Static method in class boofcv.factory.filter.binary.FactoryThresholdBinary
Creates threshold using a config class
ThresholdImageOps - Class in boofcv.alg.filter.binary
Operations for thresholding images and converting them into a binary image.
ThresholdImageOps() - Constructor for class boofcv.alg.filter.binary.ThresholdImageOps
 
ThresholdSauvola - Class in boofcv.alg.filter.binary.impl
Intended for use as a preprocessing step in OCR it computes a binary image from an input gray image.
ThresholdSauvola(int, float, boolean) - Constructor for class boofcv.alg.filter.binary.impl.ThresholdSauvola
Configures the algorithm.
ThresholdType - Enum in boofcv.factory.filter.binary
Enum for all the types of thresholding provided in BoofCV
toString() - Method in class boofcv.factory.filter.binary.ConfigThreshold
 
toString(Reader) - Static method in class boofcv.misc.BoofMiscOps
 
toString() - Method in class boofcv.struct.image.ImageType
 
toString() - Method in class boofcv.struct.RectangleRotate_F32
 
toString() - Method in class boofcv.struct.RectangleRotate_F64
 
trace(int, int, int, boolean, List<Point2D_I32>) - Method in class boofcv.alg.filter.binary.ContourTracer
 
transform(PixelTransform_F32) - Method in class boofcv.abst.distort.FDistort
Used to manually specify a transform.
transform(PointTransform_F32) - Method in class boofcv.abst.distort.FDistort
Used to manually specify a transform.
transform(ImageFloat32, ImageFloat32) - Method in class boofcv.abst.transform.wavelet.impl.WaveletTransformFloat32
 
transform(T, ImageSInt32) - Method in class boofcv.abst.transform.wavelet.impl.WaveletTransformInt
 
transform(O, T) - Method in interface boofcv.abst.transform.wavelet.WaveletTransform
Computes the wavelet transform of the input image.
transform(I, T) - Static method in class boofcv.alg.transform.ii.GIntegralImageOps
Converts a regular image into an integral image.
transform(ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.transform.ii.impl.ImplIntegralImageOps
 
transform(ImageFloat64, ImageFloat64) - Static method in class boofcv.alg.transform.ii.impl.ImplIntegralImageOps
 
transform(ImageUInt8, ImageSInt32) - Static method in class boofcv.alg.transform.ii.impl.ImplIntegralImageOps
 
transform(ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.transform.ii.impl.ImplIntegralImageOps
 
transform(ImageSInt64, ImageSInt64) - Static method in class boofcv.alg.transform.ii.impl.ImplIntegralImageOps
 
transform(ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.transform.ii.IntegralImageOps
Converts a regular image into an integral image.
transform(ImageFloat64, ImageFloat64) - Static method in class boofcv.alg.transform.ii.IntegralImageOps
Converts a regular image into an integral image.
transform(ImageUInt8, ImageSInt32) - Static method in class boofcv.alg.transform.ii.IntegralImageOps
Converts a regular image into an integral image.
transform(ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.transform.ii.IntegralImageOps
Converts a regular image into an integral image.
transform(ImageSInt64, ImageSInt64) - Static method in class boofcv.alg.transform.ii.IntegralImageOps
Converts a regular image into an integral image.
transform1(WaveletDescription<WlCoef_F32>, ImageFloat32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.transform.wavelet.WaveletTransformOps
Performs a single level wavelet transform.
transform1(WaveletDescription<WlCoef_I32>, ImageSInt32, ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.transform.wavelet.WaveletTransformOps
Performs a single level wavelet transform.
transformDimension(ImageBase, int) - Static method in class boofcv.alg.transform.wavelet.UtilWavelet
Returns dimension which is required for the transformed image in a multilevel wavelet transform.
transformDimension(int, int, int) - Static method in class boofcv.alg.transform.wavelet.UtilWavelet
 
transformN(WaveletDescription<WlCoef_F32>, ImageFloat32, ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.transform.wavelet.WaveletTransformOps
Performs a level N wavelet transform using the fast wavelet transform (FWT).
transformN(WaveletDescription<WlCoef_I32>, ImageSInt32, ImageSInt32, ImageSInt32, int) - Static method in class boofcv.alg.transform.wavelet.WaveletTransformOps
Performs a level N wavelet transform using the fast wavelet transform (FWT).
transformRotate(float, float, float, float, float) - Static method in class boofcv.alg.distort.impl.DistortSupport
Creates a PixelTransformAffine_F32 from the dst image into the src image.
transformScale(ImageBase, ImageBase) - Static method in class boofcv.alg.distort.impl.DistortSupport
Computes a transform which is used to rescale an image.
transpose(Kernel2D) - Static method in class boofcv.alg.filter.kernel.GKernelMath
 
transpose(Kernel2D_F32) - Static method in class boofcv.alg.filter.kernel.KernelMath
 
transpose(Kernel2D_I32) - Static method in class boofcv.alg.filter.kernel.KernelMath
 
Tuple2<A,B> - Class in boofcv.struct
Simple data structure for passing a pair of data.
Tuple2(A, B) - Constructor for class boofcv.struct.Tuple2
 
Tuple2() - Constructor for class boofcv.struct.Tuple2
 
two0(Class<I>, Class<D>) - Static method in class boofcv.factory.filter.derivative.FactoryDerivative
 
two1(Class<I>, Class<D>) - Static method in class boofcv.factory.filter.derivative.FactoryDerivative
 
type - Variable in class boofcv.factory.filter.binary.ConfigThreshold
Which algorithm to use
type - Variable in class boofcv.struct.image.MultiSpectral
Type of image in each band
TypeInterpolate - Enum in boofcv.alg.interpolate
List of built in interpolation algorithms.
typeToInterleavedClass(ImageDataType) - Static method in enum boofcv.struct.image.ImageDataType
 
typeToSingleClass(ImageDataType) - Static method in enum boofcv.struct.image.ImageDataType
 

U

universalThreshold(ImageSingleBand, double) - Static method in class boofcv.alg.denoise.wavelet.UtilDenoiseWavelet
Computes the universal threshold defined in [1], which is the threshold used by VisuShrink.
unsafe_get(int, int) - Method in class boofcv.struct.image.ImageFloat32
 
unsafe_get(int, int) - Method in class boofcv.struct.image.ImageFloat64
 
unsafe_get(int, int) - Method in class boofcv.struct.image.ImageInteger
Get function which does not perform bounds checking.
unsafe_get(int, int) - Method in class boofcv.struct.image.ImageSInt16
 
unsafe_get(int, int) - Method in class boofcv.struct.image.ImageSInt32
 
unsafe_get(int, int) - Method in class boofcv.struct.image.ImageSInt64
 
unsafe_get(int, int) - Method in class boofcv.struct.image.ImageSInt8
 
unsafe_get(int, int) - Method in class boofcv.struct.image.ImageUInt16
 
unsafe_get(int, int) - Method in class boofcv.struct.image.ImageUInt8
 
unsafe_getD(int, int) - Method in class boofcv.core.image.FactoryGImageSingleBand.Border_F32
 
unsafe_getD(int, int) - Method in class boofcv.core.image.FactoryGImageSingleBand.Border_F64
 
unsafe_getD(int, int) - Method in class boofcv.core.image.FactoryGImageSingleBand.Border_I32
 
unsafe_getD(int, int) - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingle_F32
 
unsafe_getD(int, int) - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingle_F64
 
unsafe_getD(int, int) - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingle_I64
 
unsafe_getD(int, int) - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingle_S16
 
unsafe_getD(int, int) - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingle_S32
 
unsafe_getD(int, int) - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingle_S8
 
unsafe_getD(int, int) - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingle_U16
 
unsafe_getD(int, int) - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingle_U8
 
unsafe_getD(int, int) - Method in interface boofcv.core.image.GImageSingleBand
get which returns a double, has no bounds checking.
unsafe_getD(int, int) - Method in class boofcv.core.image.GImageSingleBandDistorted
 
unsafe_set(int, int, float) - Method in class boofcv.struct.image.ImageFloat32
 
unsafe_set(int, int, double) - Method in class boofcv.struct.image.ImageFloat64
 
unsafe_set(int, int, int) - Method in class boofcv.struct.image.ImageInt16
Sets the value of the specified pixel.
unsafe_set(int, int, int) - Method in class boofcv.struct.image.ImageInt8
 
unsafe_set(int, int, int) - Method in class boofcv.struct.image.ImageInteger
Set function which does not perform bounds checking.
unsafe_set(int, int, int) - Method in class boofcv.struct.image.ImageSInt32
 
unsafe_set(int, int, long) - Method in class boofcv.struct.image.ImageSInt64
 
UnsupportedException - Exception in boofcv.misc
Exception is thrown if the requested features is not supported by the implementing class.
UnsupportedException() - Constructor for exception boofcv.misc.UnsupportedException
 
UnsupportedException(String) - Constructor for exception boofcv.misc.UnsupportedException
 
UnsupportedException(String, Throwable) - Constructor for exception boofcv.misc.UnsupportedException
 
UnsupportedException(Throwable) - Constructor for exception boofcv.misc.UnsupportedException
 
upperCoef - Variable in class boofcv.struct.wavelet.WlBorderCoefFixed
 
UtilDenoiseWavelet - Class in boofcv.alg.denoise.wavelet
Various functions useful for denoising wavelet transforms.
UtilDenoiseWavelet() - Constructor for class boofcv.alg.denoise.wavelet.UtilDenoiseWavelet
 
UtilDownConvolve - Class in boofcv.alg.filter.convolve.down
 
UtilDownConvolve() - Constructor for class boofcv.alg.filter.convolve.down.UtilDownConvolve
 
UtilWavelet - Class in boofcv.alg.transform.wavelet
Various functions which are useful when working with or computing wavelet transforms.
UtilWavelet() - Constructor for class boofcv.alg.transform.wavelet.UtilWavelet
 

V

value(ImageFloat64, double) - Static method in class boofcv.core.image.border.FactoryImageBorderAlgs
 
value(ImageFloat32, float) - Static method in class boofcv.core.image.border.FactoryImageBorderAlgs
 
value(ImageInteger, int) - Static method in class boofcv.core.image.border.FactoryImageBorderAlgs
 
Value_F32(ImageFloat32, float) - Constructor for class boofcv.core.image.border.ImageBorderValue.Value_F32
 
Value_F32(float) - Constructor for class boofcv.core.image.border.ImageBorderValue.Value_F32
 
Value_F64(ImageFloat64, double) - Constructor for class boofcv.core.image.border.ImageBorderValue.Value_F64
 
Value_F64(double) - Constructor for class boofcv.core.image.border.ImageBorderValue.Value_F64
 
Value_I(ImageInteger, int) - Constructor for class boofcv.core.image.border.ImageBorderValue.Value_I
 
Value_I(int) - Constructor for class boofcv.core.image.border.ImageBorderValue.Value_I
 
Value_I64(ImageSInt64, long) - Constructor for class boofcv.core.image.border.ImageBorderValue.Value_I64
 
Value_I64(long) - Constructor for class boofcv.core.image.border.ImageBorderValue.Value_I64
 
Value_IL_F32(InterleavedF32, float) - Constructor for class boofcv.core.image.border.ImageBorderValue.Value_IL_F32
 
Value_IL_F32(float) - Constructor for class boofcv.core.image.border.ImageBorderValue.Value_IL_F32
 
Value_IL_F64(InterleavedF64, double) - Constructor for class boofcv.core.image.border.ImageBorderValue.Value_IL_F64
 
Value_IL_F64(double) - Constructor for class boofcv.core.image.border.ImageBorderValue.Value_IL_F64
 
Value_IL_S32(InterleavedInteger, int) - Constructor for class boofcv.core.image.border.ImageBorderValue.Value_IL_S32
 
Value_IL_S32(int) - Constructor for class boofcv.core.image.border.ImageBorderValue.Value_IL_S32
 
Value_IL_S64(InterleavedS64, long) - Constructor for class boofcv.core.image.border.ImageBorderValue.Value_IL_S64
 
Value_IL_S64(long) - Constructor for class boofcv.core.image.border.ImageBorderValue.Value_IL_S64
 
valueOf(String) - Static method in enum boofcv.alg.filter.derivative.DerivativeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum boofcv.alg.interpolate.TypeInterpolate
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum boofcv.alg.transform.fft.FftBorderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum boofcv.core.image.border.BorderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum boofcv.factory.filter.binary.ThresholdType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum boofcv.factory.weights.WeightType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum boofcv.misc.AutoTypeImage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum boofcv.struct.ConnectRule
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum boofcv.struct.image.ImageDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum boofcv.struct.image.ImageType.Family
Returns the enum constant of this type with the specified name.
values() - Static method in enum boofcv.alg.filter.derivative.DerivativeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum boofcv.alg.interpolate.TypeInterpolate
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum boofcv.alg.transform.fft.FftBorderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum boofcv.core.image.border.BorderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum boofcv.factory.filter.binary.ThresholdType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum boofcv.factory.weights.WeightType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum boofcv.misc.AutoTypeImage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum boofcv.struct.ConnectRule
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum boofcv.struct.image.ImageDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum boofcv.struct.image.ImageType.Family
Returns an array containing the constants of this enum type, in the order they are declared.
variance(T, double) - Static method in class boofcv.alg.misc.GImageStatistics
Computes the variance of pixel intensity values inside the image.
variance(ImageUInt8, double) - Static method in class boofcv.alg.misc.ImageStatistics
Computes the variance of pixel intensity values inside the image.
variance(ImageSInt8, double) - Static method in class boofcv.alg.misc.ImageStatistics
Computes the variance of pixel intensity values inside the image.
variance(ImageUInt16, double) - Static method in class boofcv.alg.misc.ImageStatistics
Computes the variance of pixel intensity values inside the image.
variance(ImageSInt16, double) - Static method in class boofcv.alg.misc.ImageStatistics
Computes the variance of pixel intensity values inside the image.
variance(ImageSInt32, double) - Static method in class boofcv.alg.misc.ImageStatistics
Computes the variance of pixel intensity values inside the image.
variance(ImageSInt64, double) - Static method in class boofcv.alg.misc.ImageStatistics
Computes the variance of pixel intensity values inside the image.
variance(ImageFloat32, double) - Static method in class boofcv.alg.misc.ImageStatistics
Computes the variance of pixel intensity values inside the image.
variance(ImageFloat64, double) - Static method in class boofcv.alg.misc.ImageStatistics
Computes the variance of pixel intensity values inside the image.
version - Static variable in class boofcv.struct.BoofDefaults
String specifying BoofCV's version.
vert - Variable in class boofcv.alg.interpolate.PolynomialPixel
 
vertical(Kernel1D_F32, ImageBorder_F32, ImageFloat32) - Static method in class boofcv.alg.filter.convolve.border.ConvolveJustBorder_General
 
vertical(Kernel1D_I32, ImageBorder_S32, ImageInt16) - Static method in class boofcv.alg.filter.convolve.border.ConvolveJustBorder_General
 
vertical(Kernel1D_I32, ImageBorder_S32, ImageSInt32) - Static method in class boofcv.alg.filter.convolve.border.ConvolveJustBorder_General
 
vertical(Kernel1D_F32, ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.filter.convolve.ConvolveDownNoBorder
 
vertical(Kernel1D_I32, ImageUInt8, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.ConvolveDownNoBorder
 
vertical(Kernel1D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.ConvolveDownNoBorder
 
vertical(Kernel1D_I32, ImageUInt8, ImageInt8, int, int) - Static method in class boofcv.alg.filter.convolve.ConvolveDownNoBorder
 
vertical(Kernel1D_I32, ImageSInt16, ImageInt16, int, int) - Static method in class boofcv.alg.filter.convolve.ConvolveDownNoBorder
 
vertical(Kernel1D_F32, ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.filter.convolve.ConvolveDownNormalized
Performs a vertical 1D down convolution across the image while re-normalizing the kernel depending on its overlap with the image.
vertical(Kernel1D_I32, ImageUInt8, ImageInt8, int) - Static method in class boofcv.alg.filter.convolve.ConvolveDownNormalized
Performs a vertical 1D down convolution across the image while re-normalizing the kernel depending on its overlap with the image.
vertical(Kernel1D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.ConvolveDownNormalized
Performs a vertical 1D down convolution across the image while re-normalizing the kernel depending on its overlap with the image.
vertical(ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.filter.convolve.ConvolveImageBox
Performs a vertical 1D convolution of a box kernel across the image
vertical(ImageUInt8, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.ConvolveImageBox
Performs a vertical 1D convolution of a box kernel across the image
vertical(ImageUInt8, ImageSInt32, int) - Static method in class boofcv.alg.filter.convolve.ConvolveImageBox
Performs a vertical 1D convolution of a box kernel across the image
vertical(ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.ConvolveImageBox
Performs a vertical 1D convolution of a box kernel across the image
vertical(ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.filter.convolve.ConvolveImageMean
Performs a vertical 1D convolution which computes the mean value of elements inside the kernel.
vertical(ImageUInt8, ImageInt8, int) - Static method in class boofcv.alg.filter.convolve.ConvolveImageMean
Performs a vertical 1D convolution which computes the mean value of elements inside the kernel.
vertical(ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.ConvolveImageMean
Performs a vertical 1D convolution which computes the mean value of elements inside the kernel.
vertical(Kernel1D_F32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.convolve.ConvolveImageNoBorder
Performs a vertical 1D convolution across the image in the vertical direction.
vertical(Kernel1D_I32, ImageUInt8, ImageInt8, int) - Static method in class boofcv.alg.filter.convolve.ConvolveImageNoBorder
Performs a vertical 1D convolution across the image in the vertical direction.
vertical(Kernel1D_I32, ImageUInt16, ImageInt8, int) - Static method in class boofcv.alg.filter.convolve.ConvolveImageNoBorder
Performs a vertical 1D convolution across the image in the vertical direction.
vertical(Kernel1D_I32, ImageUInt8, ImageInt16) - Static method in class boofcv.alg.filter.convolve.ConvolveImageNoBorder
Performs a vertical 1D convolution across the image in the vertical direction.
vertical(Kernel1D_I32, ImageUInt8, ImageSInt32) - Static method in class boofcv.alg.filter.convolve.ConvolveImageNoBorder
Performs a vertical 1D convolution across the image in the vertical direction.
vertical(Kernel1D_I32, ImageSInt16, ImageInt16) - Static method in class boofcv.alg.filter.convolve.ConvolveImageNoBorder
Performs a vertical 1D convolution across the image in the vertical direction.
vertical(Kernel1D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.ConvolveImageNoBorder
Performs a vertical 1D convolution across the image in the vertical direction.
vertical(Kernel1D_I32, ImageSInt32, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.ConvolveImageNoBorder
Performs a vertical 1D convolution across the image in the vertical direction.
vertical(Kernel1D_I32, ImageSInt32, ImageSInt32, int) - Static method in class boofcv.alg.filter.convolve.ConvolveImageNoBorder
Performs a vertical 1D convolution across the image in the vertical direction.
vertical(Kernel1D_F32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.convolve.ConvolveNormalized
Performs a vertical 1D convolution across the image while re-normalizing the kernel depending on its overlap with the image.
vertical(Kernel1D_I32, ImageUInt8, ImageInt8) - Static method in class boofcv.alg.filter.convolve.ConvolveNormalized
Performs a vertical 1D convolution across the image while re-normalizing the kernel depending on its overlap with the image.
vertical(Kernel1D_I32, ImageSInt16, ImageInt16) - Static method in class boofcv.alg.filter.convolve.ConvolveNormalized
Performs a vertical 1D convolution across the image while re-normalizing the kernel depending on its overlap with the image.
vertical(Kernel1D_I32, ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.filter.convolve.ConvolveNormalized
Performs a vertical 1D convolution across the image while re-normalizing the kernel depending on its overlap with the image.
vertical(Kernel1D_F32, ImageFloat32, ImageFloat32, ImageBorder_F32) - Static method in class boofcv.alg.filter.convolve.ConvolveWithBorder
Performs a vertical 1D convolution across the image.
vertical(Kernel1D_I32, ImageUInt8, ImageInt16, ImageBorder_S32) - Static method in class boofcv.alg.filter.convolve.ConvolveWithBorder
Performs a vertical 1D convolution across the image.
vertical(Kernel1D_I32, ImageUInt8, ImageSInt32, ImageBorder_S32) - Static method in class boofcv.alg.filter.convolve.ConvolveWithBorder
Performs a vertical 1D convolution across the image.
vertical(Kernel1D_I32, ImageSInt16, ImageInt16, ImageBorder_S32) - Static method in class boofcv.alg.filter.convolve.ConvolveWithBorder
Performs a vertical 1D convolution across the image.
vertical(Kernel1D_F32, ImageBorder_F32, int, int) - Static method in class boofcv.alg.filter.convolve.ConvolveWithBorderSparse
 
vertical(Kernel1D_I32, ImageBorder_S32, int, int) - Static method in class boofcv.alg.filter.convolve.ConvolveWithBorderSparse
 
vertical(Kernel1D_F32, ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderStandard
 
vertical(Kernel1D_I32, ImageUInt8, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderStandard
 
vertical(Kernel1D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderStandard
 
vertical(Kernel1D_I32, ImageUInt8, ImageInt8, int, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderStandard
 
vertical(Kernel1D_I32, ImageSInt16, ImageInt16, int, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderStandard
 
vertical(Kernel1D_F32, ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_F32_F32
 
vertical(Kernel1D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_S16_I16
 
vertical(Kernel1D_I32, ImageSInt16, ImageInt16, int, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_S16_I16_Div
 
vertical(Kernel1D_I32, ImageUInt8, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_U8_I16
 
vertical(Kernel1D_I32, ImageUInt8, ImageInt8, int, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_U8_I8_Div
 
vertical(Kernel1D_F32, ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNormalized_JustBorder
 
vertical(Kernel1D_I32, ImageUInt8, ImageInt8, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNormalized_JustBorder
 
vertical(Kernel1D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNormalized_JustBorder
 
vertical(Kernel1D_F32, ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNormalizedNaive
 
vertical(Kernel1D_I32, ImageUInt8, ImageInt8, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNormalizedNaive
 
vertical(Kernel1D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNormalizedNaive
 
vertical(K, In, Out, B) - Static method in class boofcv.alg.filter.convolve.GConvolveImageOps
Performs a vertical 1D convolution across the image.
vertical(K, In, Out) - Static method in class boofcv.alg.filter.convolve.GConvolveImageOps
Performs a horizontal 1D convolution across the image.
vertical(Kernel1D_F32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
 
vertical(Kernel1D_F64, ImageFloat64, ImageFloat64) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
 
vertical(Kernel1D_I32, ImageUInt8, ImageInt16) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
 
vertical(Kernel1D_I32, ImageUInt8, ImageSInt32) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
 
vertical(Kernel1D_I32, ImageUInt16, ImageInt8, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
 
vertical(Kernel1D_I32, ImageSInt16, ImageInt16) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
 
vertical(Kernel1D_I32, ImageUInt8, ImageInt8, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
 
vertical(Kernel1D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
 
vertical(Kernel1D_I32, ImageSInt32, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
 
vertical(Kernel1D_I32, ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
 
vertical(Kernel1D_I32, ImageSInt32, ImageSInt32, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
 
vertical(Kernel1D_F32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_F32_F32
 
vertical(Kernel1D_I32, ImageSInt16, ImageInt16) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16
 
vertical(Kernel1D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16_Div
 
vertical(Kernel1D_I32, ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32
 
vertical(Kernel1D_I32, ImageSInt32, ImageSInt32, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32_Div
 
vertical(Kernel1D_I32, ImageUInt8, ImageInt16) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I16
 
vertical(Kernel1D_I32, ImageUInt8, ImageInt8, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I8_Div
 
vertical(ImageUInt8, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.noborder.ImplConvolveBox
 
vertical(ImageUInt8, ImageSInt32, int) - Static method in class boofcv.alg.filter.convolve.noborder.ImplConvolveBox
 
vertical(ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.noborder.ImplConvolveBox
 
vertical(ImageSInt32, ImageSInt32, int) - Static method in class boofcv.alg.filter.convolve.noborder.ImplConvolveBox
 
vertical(ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.filter.convolve.noborder.ImplConvolveBox
 
vertical(ImageFloat64, ImageFloat64, int) - Static method in class boofcv.alg.filter.convolve.noborder.ImplConvolveBox
 
vertical(ImageUInt8, ImageInt8, int) - Static method in class boofcv.alg.filter.convolve.noborder.ImplConvolveMean
 
vertical(ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.noborder.ImplConvolveMean
 
vertical(ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.filter.convolve.noborder.ImplConvolveMean
 
vertical(Kernel1D_F32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.convolve.normalized.ConvolveNormalized_JustBorder
 
vertical(Kernel1D_I32, ImageUInt8, ImageInt8) - Static method in class boofcv.alg.filter.convolve.normalized.ConvolveNormalized_JustBorder
 
vertical(Kernel1D_I32, ImageSInt16, ImageInt16) - Static method in class boofcv.alg.filter.convolve.normalized.ConvolveNormalized_JustBorder
 
vertical(Kernel1D_I32, ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.filter.convolve.normalized.ConvolveNormalized_JustBorder
 
vertical(Kernel1D_I32, Kernel1D_I32, ImageUInt16, ImageInt8) - Static method in class boofcv.alg.filter.convolve.normalized.ConvolveNormalized_JustBorder
 
vertical(Kernel1D_I32, Kernel1D_I32, ImageSInt32, ImageInt16) - Static method in class boofcv.alg.filter.convolve.normalized.ConvolveNormalized_JustBorder
 
vertical(Kernel1D_F32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.convolve.normalized.ConvolveNormalizedNaive
 
vertical(Kernel1D_I32, ImageUInt8, ImageInt8) - Static method in class boofcv.alg.filter.convolve.normalized.ConvolveNormalizedNaive
 
vertical(Kernel1D_I32, ImageSInt16, ImageInt16) - Static method in class boofcv.alg.filter.convolve.normalized.ConvolveNormalizedNaive
 
vertical(Kernel1D_I32, ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.filter.convolve.normalized.ConvolveNormalizedNaive
 
vertical(Kernel1D_I32, Kernel1D_I32, ImageUInt16, ImageInt8) - Static method in class boofcv.alg.filter.convolve.normalized.ConvolveNormalizedNaive
 
vertical(Kernel1D_I32, Kernel1D_I32, ImageSInt32, ImageInt16) - Static method in class boofcv.alg.filter.convolve.normalized.ConvolveNormalizedNaive
 
vertical(ImageFloat32, ImageInt8) - Static method in class boofcv.alg.filter.misc.ImplAverageDownSample
Down samples the image along the y-axis only.
vertical(ImageFloat32, ImageInt16) - Static method in class boofcv.alg.filter.misc.ImplAverageDownSample
Down samples the image along the y-axis only.
vertical(ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.misc.ImplAverageDownSample
Down samples the image along the y-axis only.
vertical(ImageFloat64, ImageFloat64) - Static method in class boofcv.alg.filter.misc.ImplAverageDownSample
Down samples the image along the y-axis only.
vertical(BorderIndex1D, WlCoef_F32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.transform.wavelet.impl.ImplWaveletTransformBorder
 
vertical(BorderIndex1D, WlCoef_I32, ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.transform.wavelet.impl.ImplWaveletTransformBorder
 
vertical(WlCoef_F32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.transform.wavelet.impl.ImplWaveletTransformInner
 
vertical(WlCoef_I32, ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.transform.wavelet.impl.ImplWaveletTransformInner
 
vertical(BorderIndex1D, WlCoef_F32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.transform.wavelet.impl.ImplWaveletTransformNaive
Performs a single level wavelet transform along the vertical axis.
vertical(BorderIndex1D, WlCoef_I32, ImageInteger, ImageInteger) - Static method in class boofcv.alg.transform.wavelet.impl.ImplWaveletTransformNaive
Performs a single level wavelet transform along the vertical axis.
vertical11(Kernel1D_F32, ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_F32_F32
 
vertical11(Kernel1D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_S16_I16
 
vertical11(Kernel1D_I32, ImageSInt16, ImageInt16, int, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_S16_I16_Div
 
vertical11(Kernel1D_I32, ImageUInt8, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_U8_I16
 
vertical11(Kernel1D_I32, ImageUInt8, ImageInt8, int, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_U8_I8_Div
 
vertical11(Kernel1D_F32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_F32_F32
 
vertical11(Kernel1D_I32, ImageSInt16, ImageInt16) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16
 
vertical11(Kernel1D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16_Div
 
vertical11(Kernel1D_I32, ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32
 
vertical11(Kernel1D_I32, ImageSInt32, ImageSInt32, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32_Div
 
vertical11(Kernel1D_I32, ImageUInt8, ImageInt16) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I16
 
vertical11(Kernel1D_I32, ImageUInt8, ImageInt8, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I8_Div
 
vertical3(Kernel1D_F32, ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_F32_F32
 
vertical3(Kernel1D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_S16_I16
 
vertical3(Kernel1D_I32, ImageSInt16, ImageInt16, int, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_S16_I16_Div
 
vertical3(Kernel1D_I32, ImageUInt8, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_U8_I16
 
vertical3(Kernel1D_I32, ImageUInt8, ImageInt8, int, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_U8_I8_Div
 
vertical3(Kernel1D_F32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_F32_F32
 
vertical3(Kernel1D_I32, ImageSInt16, ImageInt16) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16
 
vertical3(Kernel1D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16_Div
 
vertical3(Kernel1D_I32, ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32
 
vertical3(Kernel1D_I32, ImageSInt32, ImageSInt32, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32_Div
 
vertical3(Kernel1D_I32, ImageUInt8, ImageInt16) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I16
 
vertical3(Kernel1D_I32, ImageUInt8, ImageInt8, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I8_Div
 
vertical5(Kernel1D_F32, ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_F32_F32
 
vertical5(Kernel1D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_S16_I16
 
vertical5(Kernel1D_I32, ImageSInt16, ImageInt16, int, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_S16_I16_Div
 
vertical5(Kernel1D_I32, ImageUInt8, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_U8_I16
 
vertical5(Kernel1D_I32, ImageUInt8, ImageInt8, int, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_U8_I8_Div
 
vertical5(Kernel1D_F32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_F32_F32
 
vertical5(Kernel1D_I32, ImageSInt16, ImageInt16) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16
 
vertical5(Kernel1D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16_Div
 
vertical5(Kernel1D_I32, ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32
 
vertical5(Kernel1D_I32, ImageSInt32, ImageSInt32, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32_Div
 
vertical5(Kernel1D_I32, ImageUInt8, ImageInt16) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I16
 
vertical5(Kernel1D_I32, ImageUInt8, ImageInt8, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I8_Div
 
vertical7(Kernel1D_F32, ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_F32_F32
 
vertical7(Kernel1D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_S16_I16
 
vertical7(Kernel1D_I32, ImageSInt16, ImageInt16, int, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_S16_I16_Div
 
vertical7(Kernel1D_I32, ImageUInt8, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_U8_I16
 
vertical7(Kernel1D_I32, ImageUInt8, ImageInt8, int, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_U8_I8_Div
 
vertical7(Kernel1D_F32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_F32_F32
 
vertical7(Kernel1D_I32, ImageSInt16, ImageInt16) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16
 
vertical7(Kernel1D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16_Div
 
vertical7(Kernel1D_I32, ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32
 
vertical7(Kernel1D_I32, ImageSInt32, ImageSInt32, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32_Div
 
vertical7(Kernel1D_I32, ImageUInt8, ImageInt16) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I16
 
vertical7(Kernel1D_I32, ImageUInt8, ImageInt8, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I8_Div
 
vertical9(Kernel1D_F32, ImageFloat32, ImageFloat32, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_F32_F32
 
vertical9(Kernel1D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_S16_I16
 
vertical9(Kernel1D_I32, ImageSInt16, ImageInt16, int, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_S16_I16_Div
 
vertical9(Kernel1D_I32, ImageUInt8, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_U8_I16
 
vertical9(Kernel1D_I32, ImageUInt8, ImageInt8, int, int) - Static method in class boofcv.alg.filter.convolve.down.ConvolveDownNoBorderUnrolled_U8_I8_Div
 
vertical9(Kernel1D_F32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_F32_F32
 
vertical9(Kernel1D_I32, ImageSInt16, ImageInt16) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16
 
vertical9(Kernel1D_I32, ImageSInt16, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16_Div
 
vertical9(Kernel1D_I32, ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32
 
vertical9(Kernel1D_I32, ImageSInt32, ImageSInt32, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32_Div
 
vertical9(Kernel1D_I32, ImageUInt8, ImageInt16) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I16
 
vertical9(Kernel1D_I32, ImageUInt8, ImageInt8, int) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I8_Div
 
verticalInverse(BorderIndex1D, WlBorderCoef<WlCoef_F32>, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.transform.wavelet.impl.ImplWaveletTransformBorder
 
verticalInverse(BorderIndex1D, WlBorderCoef<WlCoef_I32>, ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.transform.wavelet.impl.ImplWaveletTransformBorder
 
verticalInverse(WlCoef_F32, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.transform.wavelet.impl.ImplWaveletTransformInner
 
verticalInverse(WlCoef_I32, ImageSInt32, ImageSInt32) - Static method in class boofcv.alg.transform.wavelet.impl.ImplWaveletTransformInner
 
verticalInverse(BorderIndex1D, WlBorderCoef<WlCoef_F32>, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.transform.wavelet.impl.ImplWaveletTransformNaive
Performs a single level inverse wavelet transform along the vertical axis.
verticalInverse(BorderIndex1D, WlBorderCoef<WlCoef_I32>, ImageInteger, ImageInteger) - Static method in class boofcv.alg.transform.wavelet.impl.ImplWaveletTransformNaive
Performs a single level inverse wavelet transform along the vertical axis.
verticalNormalized(K, T, T) - Static method in class boofcv.alg.filter.convolve.GConvolveImageOps
Performs a vertical 1D convolution across the image while re-normalizing the kernel depending on its overlap with the image.
visu(Class<T>) - Static method in class boofcv.factory.denoise.FactoryDenoiseWaveletAlg
Returns visu shrink wavelet based image denoiser.

W

w - Variable in class boofcv.alg.transform.ii.SparseIntegralGradient_NoBorder
 
wavelet - Variable in class boofcv.struct.wavelet.WlCoef_F32
 
wavelet - Variable in class boofcv.struct.wavelet.WlCoef_F64
 
wavelet - Variable in class boofcv.struct.wavelet.WlCoef_I32
 
waveletBayes(Class<T>, int, double, double) - Static method in class boofcv.abst.denoise.FactoryImageDenoise
Denoises an image using BayesShrink wavelet denoiser.
WaveletDenoiseFilter<T extends ImageSingleBand> - Class in boofcv.abst.denoise
Simplifies removing image noise using a wavelet transform.
WaveletDenoiseFilter(WaveletTransform<T, ?, ?>, DenoiseWavelet) - Constructor for class boofcv.abst.denoise.WaveletDenoiseFilter
Specifies which wavelet and algorithm is used for removing image noise.
WaveletDescription<T extends WlCoef> - Class in boofcv.struct.wavelet
Contains wavelet coefficients needed to transform an image in the forwards an inverse direction.
WaveletDescription(BorderIndex1D, T, WlBorderCoef<T>) - Constructor for class boofcv.struct.wavelet.WaveletDescription
 
waveletSure(Class<T>, int, double, double) - Static method in class boofcv.abst.denoise.FactoryImageDenoise
Denoises an image using SureShrink wavelet denoiser.
WaveletTransform<O extends ImageSingleBand,T extends ImageSingleBand,C extends WlCoef> - Interface in boofcv.abst.transform.wavelet
Easy to use interface for performing a multilevel wavelet transformations.
WaveletTransformFloat32 - Class in boofcv.abst.transform.wavelet.impl
Implementation of WaveletTransform for ImageFloat32.
WaveletTransformFloat32(WaveletDescription<WlCoef_F32>, int, float, float) - Constructor for class boofcv.abst.transform.wavelet.impl.WaveletTransformFloat32
 
WaveletTransformInt<T extends ImageInteger> - Class in boofcv.abst.transform.wavelet.impl
Implementation of WaveletTransform for ImageInteger.
WaveletTransformInt(WaveletDescription<WlCoef_I32>, int, int, int, Class<T>) - Constructor for class boofcv.abst.transform.wavelet.impl.WaveletTransformInt
 
WaveletTransformOps - Class in boofcv.alg.transform.wavelet
Functional interface for applying general purpose wavelet and inverse wavelet transforms.
WaveletTransformOps() - Constructor for class boofcv.alg.transform.wavelet.WaveletTransformOps
 
waveletVisu(Class<T>, int, double, double) - Static method in class boofcv.abst.denoise.FactoryImageDenoise
Denoises an image using VISU Shrink wavelet denoiser.
weight(float) - Method in interface boofcv.alg.weights.WeightDistance_F32
Returns the weight given a distance
weight(float) - Method in class boofcv.alg.weights.WeightDistanceSqGaussian_F32
 
weight(float) - Method in class boofcv.alg.weights.WeightDistanceUniform_F32
 
weight(int, int) - Method in interface boofcv.alg.weights.WeightPixel_F32
Access the weight using coordinates.
weight(int, int) - Method in class boofcv.alg.weights.WeightPixelKernel_F32
 
weight(int, int) - Method in class boofcv.alg.weights.WeightPixelUniform_F32
 
WeightDistance_F32 - Interface in boofcv.alg.weights
Converts the distance a sample is into a weight.
WeightDistanceSqGaussian_F32 - Class in boofcv.alg.weights
The distribution is a cropped Gaussian distribution with mean at 0.
WeightDistanceSqGaussian_F32(float) - Constructor for class boofcv.alg.weights.WeightDistanceSqGaussian_F32
 
WeightDistanceUniform_F32 - Class in boofcv.alg.weights
A uniform distribution from 0 to maxDistance, inclusive.
WeightDistanceUniform_F32(float) - Constructor for class boofcv.alg.weights.WeightDistanceUniform_F32
 
weightIndex(int) - Method in interface boofcv.alg.weights.WeightPixel_F32
Faster way to access the weight.
weightIndex(int) - Method in class boofcv.alg.weights.WeightPixelKernel_F32
 
weightIndex(int) - Method in class boofcv.alg.weights.WeightPixelUniform_F32
 
WeightPixel_F32 - Interface in boofcv.alg.weights
Used to get the weight for a pixel from a kernel in 2D space.
WeightPixelGaussian_F32 - Class in boofcv.alg.weights
 
WeightPixelGaussian_F32() - Constructor for class boofcv.alg.weights.WeightPixelGaussian_F32
 
WeightPixelKernel_F32 - Class in boofcv.alg.weights
Weight which uses the values contained in a Kernel2D_F32.
WeightPixelKernel_F32() - Constructor for class boofcv.alg.weights.WeightPixelKernel_F32
 
WeightPixelUniform_F32 - Class in boofcv.alg.weights
Weights from a uniform distribution within a symmetric square region.
WeightPixelUniform_F32() - Constructor for class boofcv.alg.weights.WeightPixelUniform_F32
 
WeightPixelUniform_F32(int, int) - Constructor for class boofcv.alg.weights.WeightPixelUniform_F32
 
WeightType - Enum in boofcv.factory.weights
Types of distributions which are available for use as weights
width - Variable in class boofcv.alg.interpolate.BilinearPixelMB
 
width - Variable in class boofcv.alg.interpolate.BilinearPixelS
 
width - Variable in class boofcv.alg.interpolate.NearestNeighborPixelMB
 
width - Variable in class boofcv.alg.interpolate.NearestNeighborPixelS
 
width - Variable in class boofcv.struct.convolve.KernelBase
 
width - Variable in class boofcv.struct.image.ImageBase
Number of columns in the image.
width - Variable in class boofcv.struct.image.ImageDimension
 
width - Variable in class boofcv.struct.RectangleRotate_F32
 
width - Variable in class boofcv.struct.RectangleRotate_F64
Width of rectangle
WlBorderCoef<T extends WlCoef> - Interface in boofcv.struct.wavelet
Provides a different set of coefficients along the image's border and the inner portion.
WlBorderCoefFixed<T extends WlCoef> - Class in boofcv.struct.wavelet
Precomputed border coefficients up to the specified depth.
WlBorderCoefFixed(int, int) - Constructor for class boofcv.struct.wavelet.WlBorderCoefFixed
 
WlBorderCoefStandard<T extends WlCoef> - Class in boofcv.struct.wavelet
Inverse wavelet description which simply returns the same set of coefficients at all time.
WlBorderCoefStandard(T) - Constructor for class boofcv.struct.wavelet.WlBorderCoefStandard
 
WlCoef - Class in boofcv.struct.wavelet
Base class that defines a set of wavelet coefficients.
WlCoef() - Constructor for class boofcv.struct.wavelet.WlCoef
 
WlCoef_F32 - Class in boofcv.struct.wavelet
Description of a 32-bit floating point wavelet.
WlCoef_F32() - Constructor for class boofcv.struct.wavelet.WlCoef_F32
 
WlCoef_F32(float[], int, float[], int) - Constructor for class boofcv.struct.wavelet.WlCoef_F32
 
WlCoef_F64 - Class in boofcv.struct.wavelet
Description of a 64-bit floating point wavelet.
WlCoef_F64() - Constructor for class boofcv.struct.wavelet.WlCoef_F64
 
WlCoef_I32 - Class in boofcv.struct.wavelet
Description of an integer wavelet.
WlCoef_I32() - Constructor for class boofcv.struct.wavelet.WlCoef_I32
 
wrap(ImageFloat64) - Static method in class boofcv.core.image.border.FactoryImageBorderAlgs
 
wrap(ImageFloat32) - Static method in class boofcv.core.image.border.FactoryImageBorderAlgs
 
wrap(T) - Static method in class boofcv.core.image.border.FactoryImageBorderAlgs
 
wrap(ImageSingleBand, double) - Static method in class boofcv.core.image.border.ImageBorderValue
 
wrap(ImageInterleaved, double) - Static method in class boofcv.core.image.border.ImageBorderValue
 
wrap(ImageSInt64, long) - Static method in class boofcv.core.image.border.ImageBorderValue
 
wrap(ImageFloat64, double) - Static method in class boofcv.core.image.border.ImageBorderValue
 
wrap(ImageFloat32, float) - Static method in class boofcv.core.image.border.ImageBorderValue
 
wrap(ImageInteger, int) - Static method in class boofcv.core.image.border.ImageBorderValue
 
wrap(ImageBase) - Method in class boofcv.core.image.FactoryGImageMultiBand.GMultiBorder
 
wrap(ImageBase) - Method in class boofcv.core.image.FactoryGImageMultiBand.GSingleToMB
 
wrap(ImageBase) - Method in class boofcv.core.image.FactoryGImageMultiBand.IL
 
wrap(ImageBase) - Method in class boofcv.core.image.FactoryGImageMultiBand.MS
 
wrap(ImageBase) - Static method in class boofcv.core.image.FactoryGImageMultiBand
 
wrap(ImageSingleBand) - Static method in class boofcv.core.image.FactoryGImageMultiBand
 
wrap(MultiSpectral) - Static method in class boofcv.core.image.FactoryGImageMultiBand
 
wrap(ImageInterleaved) - Static method in class boofcv.core.image.FactoryGImageMultiBand
 
wrap(ImageBorder) - Static method in class boofcv.core.image.FactoryGImageMultiBand
 
wrap(ImageSingleBand) - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingleBase
 
wrap(ImageSingleBand) - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingleBorder
 
wrap(ImageSingleBand) - Static method in class boofcv.core.image.FactoryGImageSingleBand
 
wrap(ImageSingleBand, GImageSingleBand) - Static method in class boofcv.core.image.FactoryGImageSingleBand
 
wrap(ImageBorder) - Static method in class boofcv.core.image.FactoryGImageSingleBand
 
wrap(ImageBase) - Method in interface boofcv.core.image.GImageMultiBand
 
wrap(ImageSingleBand) - Method in interface boofcv.core.image.GImageSingleBand
 
wrap(ImageSingleBand) - Method in class boofcv.core.image.GImageSingleBandDistorted
 
wrap(float[], int, int) - Static method in class boofcv.struct.convolve.Kernel1D_F32
Creates a kernel whose elements are the specified data array and has the specified width.
wrap(double[], int, int) - Static method in class boofcv.struct.convolve.Kernel1D_F64
Creates a kernel whose elements are the specified data array and has the specified width.
wrap(int[], int, int) - Static method in class boofcv.struct.convolve.Kernel1D_I32
Creates a kernel whose elements are the specified data array and has the specified width.
wrap(float[], int, int) - Static method in class boofcv.struct.convolve.Kernel2D_F32
Creates a kernel whose elements are the specified data array and has the specified width.
wrap(double[], int, int) - Static method in class boofcv.struct.convolve.Kernel2D_F64
Creates a kernel whose elements are the specified data array and has the specified width.
wrap(int[], int, int) - Static method in class boofcv.struct.convolve.Kernel2D_I32
Creates a kernel whose elements are the specified data array and has the specified width.
WrapArrayIntoList<T> - Class in boofcv.struct
Wraps an array into a list and allows the size to be set.
WrapArrayIntoList(T[], int) - Constructor for class boofcv.struct.WrapArrayIntoList
 
WrapImage(T) - Constructor for class boofcv.core.image.inst.FactoryImageGenerator.WrapImage
 

X

x - Variable in class boofcv.alg.interpolate.array.Interpolate1D_F32
 
x - Variable in class boofcv.struct.sparse.GradientValue_F32
 
x - Variable in class boofcv.struct.sparse.GradientValue_F64
 
x - Variable in class boofcv.struct.sparse.GradientValue_I32
 
x0 - Variable in class boofcv.alg.distort.ImageDistortBasic
 
x0 - Variable in class boofcv.struct.ImageRectangle_F32
 
x0 - Variable in class boofcv.struct.ImageRectangle_F64
 
x0 - Variable in class boofcv.struct.sparse.SparseScaleGradient
 
x0 - Variable in class boofcv.struct.sparse.SparseScaleSample_F64
 
x1 - Variable in class boofcv.alg.distort.ImageDistortBasic
 
x1 - Variable in class boofcv.struct.ImageRectangle_F32
 
x1 - Variable in class boofcv.struct.ImageRectangle_F64
 
x1 - Variable in class boofcv.struct.sparse.SparseScaleGradient
 
x1 - Variable in class boofcv.struct.sparse.SparseScaleSample_F64
 
Xr - Static variable in class boofcv.alg.color.ColorLab
 
Xr_f - Static variable in class boofcv.alg.color.ColorLab
 
xyzToSrgb(float, float, float, float[]) - Static method in class boofcv.alg.color.ColorXyz
Conversion from normalized RGB into XYZ.
xyzToSrgb(double, double, double, double[]) - Static method in class boofcv.alg.color.ColorXyz
Conversion from normalized RGB into XYZ.

Y

y - Variable in class boofcv.alg.interpolate.array.Interpolate1D_F32
 
y - Variable in class boofcv.struct.sparse.GradientValue_F32
 
y - Variable in class boofcv.struct.sparse.GradientValue_F64
 
y - Variable in class boofcv.struct.sparse.GradientValue_I32
 
y0 - Variable in class boofcv.alg.distort.ImageDistortBasic
 
y0 - Variable in class boofcv.struct.ImageRectangle_F32
 
y0 - Variable in class boofcv.struct.ImageRectangle_F64
 
y0 - Variable in class boofcv.struct.sparse.SparseScaleGradient
 
y0 - Variable in class boofcv.struct.sparse.SparseScaleSample_F64
 
y1 - Variable in class boofcv.alg.distort.ImageDistortBasic
 
y1 - Variable in class boofcv.struct.ImageRectangle_F32
 
y1 - Variable in class boofcv.struct.ImageRectangle_F64
 
y1 - Variable in class boofcv.struct.sparse.SparseScaleGradient
 
y1 - Variable in class boofcv.struct.sparse.SparseScaleSample_F64
 
ycbcrToRgb(int, int, int, byte[]) - Static method in class boofcv.alg.color.ColorYuv
Conversion from YCbCr to RGB.
ycbcrToRgb_U8(MultiSpectral<ImageUInt8>, MultiSpectral<ImageUInt8>) - Static method in class boofcv.alg.color.ColorYuv
Conversion from YCbCr to RGB.
Yr - Static variable in class boofcv.alg.color.ColorLab
 
Yr_f - Static variable in class boofcv.alg.color.ColorLab
 
yu12ToBoof(byte[], int, int, ImageBase) - Static method in class boofcv.core.encoding.ConvertYV12
Converts a YU12 encoded byte array into a BoofCV formatted image.
yu12ToGray(byte[], int, int, ImageUInt8) - Static method in class boofcv.core.encoding.ConvertYV12
Converts an YV12 image into a gray scale U8 image.
yu12ToGray(byte[], int, int, ImageFloat32) - Static method in class boofcv.core.encoding.ConvertYV12
Converts an YV12 image into a gray scale F32 image.
yuvToRgb(double, double, double, double[]) - Static method in class boofcv.alg.color.ColorYuv
Conversion from YUV to RGB using same equations as Intel IPP.
yuvToRgb(float, float, float, float[]) - Static method in class boofcv.alg.color.ColorYuv
Conversion from YUV to RGB using same equations as Intel IPP.
yuvToRgb_F32(MultiSpectral<ImageFloat32>, MultiSpectral<ImageFloat32>) - Static method in class boofcv.alg.color.ColorYuv
Convert a 3-channel MultiSpectral image from YUV into RGB.
yv12ToInterleaved(byte[], InterleavedU8) - Static method in class boofcv.core.encoding.ImplConvertYV12
 
yv12ToInterleaved(byte[], InterleavedF32) - Static method in class boofcv.core.encoding.ImplConvertYV12
 
yv12ToMultiRgb_F32(byte[], MultiSpectral<ImageFloat32>) - Static method in class boofcv.core.encoding.ImplConvertYV12
 
yv12ToMultiRgb_U8(byte[], MultiSpectral<ImageUInt8>) - Static method in class boofcv.core.encoding.ImplConvertYV12
 

Z

Zr - Static variable in class boofcv.alg.color.ColorLab
 
Zr_f - Static variable in class boofcv.alg.color.ColorLab
 

_

_createNew(int, int) - Method in class boofcv.struct.image.ImageBase
Returns a new image.
_createNew(int, int) - Method in class boofcv.struct.image.ImageFloat32
 
_createNew(int, int) - Method in class boofcv.struct.image.ImageFloat64
 
_createNew(int, int) - Method in class boofcv.struct.image.ImageSInt16
 
_createNew(int, int) - Method in class boofcv.struct.image.ImageSInt32
 
_createNew(int, int) - Method in class boofcv.struct.image.ImageSInt64
 
_createNew(int, int) - Method in class boofcv.struct.image.ImageSInt8
 
_createNew(int, int) - Method in class boofcv.struct.image.ImageUInt16
 
_createNew(int, int) - Method in class boofcv.struct.image.ImageUInt8
 
_createNew(int, int) - Method in class boofcv.struct.image.InterleavedF32
 
_createNew(int, int) - Method in class boofcv.struct.image.InterleavedF64
 
_createNew(int, int) - Method in class boofcv.struct.image.InterleavedS16
 
_createNew(int, int) - Method in class boofcv.struct.image.InterleavedS32
 
_createNew(int, int) - Method in class boofcv.struct.image.InterleavedS64
 
_createNew(int, int) - Method in class boofcv.struct.image.InterleavedS8
 
_createNew(int, int) - Method in class boofcv.struct.image.InterleavedU16
 
_createNew(int, int) - Method in class boofcv.struct.image.InterleavedU8
 
_createNew(int, int) - Method in class boofcv.struct.image.MultiSpectral
Creates a new image of the same type and number of bands
_getData() - Method in class boofcv.struct.image.ImageFloat32
 
_getData() - Method in class boofcv.struct.image.ImageFloat64
 
_getData() - Method in class boofcv.struct.image.ImageInt16
 
_getData() - Method in class boofcv.struct.image.ImageInt8
 
_getData() - Method in class boofcv.struct.image.ImageInterleaved
Returns the data array the image is stored in.
_getData() - Method in class boofcv.struct.image.ImageSingleBand
Returns the data array the image is stored in.
_getData() - Method in class boofcv.struct.image.ImageSInt32
 
_getData() - Method in class boofcv.struct.image.ImageSInt64
 
_getData() - Method in class boofcv.struct.image.InterleavedF32
 
_getData() - Method in class boofcv.struct.image.InterleavedF64
 
_getData() - Method in class boofcv.struct.image.InterleavedI16
 
_getData() - Method in class boofcv.struct.image.InterleavedI8
 
_getData() - Method in class boofcv.struct.image.InterleavedS32
 
_getData() - Method in class boofcv.struct.image.InterleavedS64
 
_setData(Object) - Method in class boofcv.struct.image.ImageFloat32
 
_setData(Object) - Method in class boofcv.struct.image.ImageFloat64
 
_setData(Object) - Method in class boofcv.struct.image.ImageInt16
 
_setData(Object) - Method in class boofcv.struct.image.ImageInt8
 
_setData(Object) - Method in class boofcv.struct.image.ImageInterleaved
Sets the image's internal data array.
_setData(Object) - Method in class boofcv.struct.image.ImageSingleBand
Sets the image's internal data array.
_setData(Object) - Method in class boofcv.struct.image.ImageSInt32
 
_setData(Object) - Method in class boofcv.struct.image.ImageSInt64
 
_setData(Object) - Method in class boofcv.struct.image.InterleavedF32
 
_setData(Object) - Method in class boofcv.struct.image.InterleavedF64
 
_setData(Object) - Method in class boofcv.struct.image.InterleavedI16
 
_setData(Object) - Method in class boofcv.struct.image.InterleavedI8
 
_setData(Object) - Method in class boofcv.struct.image.InterleavedS32
 
_setData(Object) - Method in class boofcv.struct.image.InterleavedS64
 
A B C D E F G H I K L M N O P Q R S T U V W X Y Z _ 
Skip navigation links