- 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.
- AbstractAttributedCharacterIteratorAttributeConverter - Class in com.thoughtworks.boofcv.converters.reflection
-
- AbstractAttributedCharacterIteratorAttributeConverter(Class) - Constructor for class com.thoughtworks.boofcv.converters.reflection.AbstractAttributedCharacterIteratorAttributeConverter
-
- adaptiveGaussian(T, ImageUInt8, int, double, boolean, T, T) - Static method in class boofcv.alg.filter.binary.GThresholdImageOps
-
Thresholds the image using an adaptive threshold that is computed using a local square region centered
on each pixel.
- adaptiveGaussian(ImageUInt8, ImageUInt8, int, int, boolean, ImageUInt8, ImageUInt8) - Static method in class boofcv.alg.filter.binary.ThresholdImageOps
-
Thresholds the image using an adaptive threshold that is computed using a local square region centered
on each pixel.
- adaptiveGaussian(ImageFloat32, ImageUInt8, int, float, boolean, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.binary.ThresholdImageOps
-
Thresholds the image using an adaptive threshold that is computed using a local square region centered
on each pixel.
- adaptiveSquare(T, ImageUInt8, int, double, boolean, T, T) - Static method in class boofcv.alg.filter.binary.GThresholdImageOps
-
Thresholds the image using an adaptive threshold that is computed using a local square region centered
on each pixel.
- adaptiveSquare(ImageUInt8, ImageUInt8, int, int, boolean, ImageUInt8, ImageUInt8) - Static method in class boofcv.alg.filter.binary.ThresholdImageOps
-
Thresholds the image using an adaptive threshold that is computed using a local square region centered
on each pixel.
- adaptiveSquare(ImageFloat32, ImageUInt8, int, float, boolean, ImageFloat32, ImageFloat32) - Static method in class boofcv.alg.filter.binary.ThresholdImageOps
-
Thresholds the image using an adaptive threshold that is computed using a local square region centered
on each pixel.
- 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
-
- add(ClassLoader) - Method in class com.thoughtworks.boofcv.core.util.CompositeClassLoader
-
Add a loader to the n
- addDefaultImplementation(Class, Class) - Method in class boofcv.misc.XStreamAppletVersion
-
Associate a default implementation of a class with an object.
- 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(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(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(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(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(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(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(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.
- addImmutableType(Class) - Method in class boofcv.misc.XStreamAppletVersion
-
Add immutable types.
- addImplicitArray(Class, String) - Method in class boofcv.misc.XStreamAppletVersion
-
Adds an implicit array.
- addImplicitArray(Class, String, Class) - Method in class boofcv.misc.XStreamAppletVersion
-
Adds an implicit array which is used for all items of the given itemType when the array
type matches.
- addImplicitArray(Class, String, String) - Method in class boofcv.misc.XStreamAppletVersion
-
Adds an implicit array which is used for all items of the given element name defined by
itemName.
- addImplicitCollection(Class, String) - Method in class boofcv.misc.XStreamAppletVersion
-
Adds a default implicit collection which is used for any unmapped XML tag.
- addImplicitCollection(Class, String, Class) - Method in class boofcv.misc.XStreamAppletVersion
-
Adds implicit collection which is used for all items of the given itemType.
- addImplicitCollection(Class, String, String, Class) - Method in class boofcv.misc.XStreamAppletVersion
-
Adds implicit collection which is used for all items of the given element name defined by
itemFieldName.
- addImplicitMap(Class, String, Class, String) - Method in class boofcv.misc.XStreamAppletVersion
-
Adds an implicit map.
- addImplicitMap(Class, String, String, Class, String) - Method in class boofcv.misc.XStreamAppletVersion
-
Adds an implicit map.
- 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(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(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(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(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(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(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(ImageFloat64, 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(T, T, TypeInterpolate, double, double, double, double, double, double) - Static method in class boofcv.alg.distort.DistortImageOps
-
Applies an affine transformation from the input image to the output image.
- alias(String, Class) - Method in class boofcv.misc.XStreamAppletVersion
-
Alias a Class to a shorter name to be used in XML elements.
- alias(String, Class, Class) - Method in class boofcv.misc.XStreamAppletVersion
-
Alias a Class to a shorter name to be used in XML elements.
- aliasAttribute(String, String) - Method in class boofcv.misc.XStreamAppletVersion
-
Create an alias for an attribute
- aliasAttribute(Class, String, String) - Method in class boofcv.misc.XStreamAppletVersion
-
Create an alias for an attribute.
- aliasField(String, Class, String) - Method in class boofcv.misc.XStreamAppletVersion
-
Create an alias for a field name.
- aliasForAttribute(String) - Method in class com.thoughtworks.boofcv.mapper.DefaultMapper
-
- aliasForAttribute(Class, String) - Method in class com.thoughtworks.boofcv.mapper.DefaultMapper
-
- aliasForSystemAttribute(String) - Method in class com.thoughtworks.boofcv.mapper.DefaultMapper
-
- aliasPackage(String, String) - Method in class boofcv.misc.XStreamAppletVersion
-
Alias a package to a shorter name to be used in XML elements.
- aliasSystemAttribute(String, String) - Method in class boofcv.misc.XStreamAppletVersion
-
Create an alias for a system attribute.
- aliasType(String, Class) - Method in class boofcv.misc.XStreamAppletVersion
-
Alias a type to a shorter name to be used in XML elements.
- AnnotationMapper - Class in com.thoughtworks.boofcv.mapper
-
A mapper that uses annotations to prepare the remaining mappers in the chain.
- AnnotationMapper(Mapper, ConverterRegistry, ConverterLookup, XStreamClassLoader, ReflectionProvider, JVM) - Constructor for class com.thoughtworks.boofcv.mapper.AnnotationMapper
-
Construct an AnnotationMapper.
- 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>, ImageGenerator<D>) - Constructor for class boofcv.abst.filter.derivative.AnyImageDerivative
-
Constructor for 1D kernels.
- AnyImageDerivative(Kernel2D, Class<I>, ImageGenerator<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>, ImageGenerator<D>) - Constructor for class boofcv.abst.filter.derivative.AnyImageDerivative
-
Constructor for when all derivative filters are specified
- apply(T, T) - Method in interface boofcv.alg.distort.ImageDistort
-
Applies the transform to the entire destination image.
- apply(T, T, int, int, int, int) - Method in interface boofcv.alg.distort.ImageDistort
-
Applies the transform to only the specified region inside the destination image.
- apply(T, T) - Method in class boofcv.alg.distort.ImageDistortBasic
-
- apply(T, T, int, int, int, int) - Method in class boofcv.alg.distort.ImageDistortBasic
-
- apply(T, T) - Method in class boofcv.alg.distort.ImageDistortCache
-
- apply(T, T, int, int, int, int) - Method in class boofcv.alg.distort.ImageDistortCache
-
- apply(MultiSpectral<T>, MultiSpectral<T>) - Method in class boofcv.alg.distort.impl.ImplImageDistort_MS
-
- apply(MultiSpectral<T>, MultiSpectral<T>, int, int, int, int) - Method in class boofcv.alg.distort.impl.ImplImageDistort_MS
-
- applyBorder() - Method in class boofcv.alg.distort.ImageDistortBasic
-
- applyBorder() - Method in class boofcv.alg.distort.ImageDistortCache
-
- applyNoBorder() - Method in class boofcv.alg.distort.ImageDistortBasic
-
- applyNoBorder() - Method in class boofcv.alg.distort.ImageDistortCache
-
- 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
-
- assertEqualsRelative(ImageBase, ImageBase, double) - Static method in class boofcv.testing.BoofTesting
-
- assign(int, float) - Method in class boofcv.alg.distort.ImageDistortBasic
-
- assign(int, float) - Method in class boofcv.alg.distort.ImageDistortCache
-
- 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_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
-
- attributeForAlias(String) - Method in class com.thoughtworks.boofcv.mapper.DefaultMapper
-
- attributeForAlias(Class, String) - Method in class com.thoughtworks.boofcv.mapper.DefaultMapper
-
- autodetectAnnotations(boolean) - Method in class boofcv.misc.XStreamAppletVersion
-
Set the auto-detection mode of the AnnotationMapper.
- autodetectAnnotations(boolean) - Method in class com.thoughtworks.boofcv.mapper.AnnotationMapper
-
- AutoTypeImage - Enum in boofcv.misc
-
Image information for auto generated code
- available() - Method in class com.thoughtworks.boofcv.core.util.CustomObjectInputStream
-
Unsupported methods
- average(MultiSpectral<ImageUInt8>, ImageUInt8) - Static method in class boofcv.core.image.ConvertImage
-
- average(MultiSpectral<ImageSInt8>, ImageSInt8) - Static method in class boofcv.core.image.ConvertImage
-
- average(MultiSpectral<ImageUInt16>, ImageUInt16) - Static method in class boofcv.core.image.ConvertImage
-
- average(MultiSpectral<ImageSInt16>, ImageSInt16) - Static method in class boofcv.core.image.ConvertImage
-
- average(MultiSpectral<ImageSInt32>, ImageSInt32) - Static method in class boofcv.core.image.ConvertImage
-
- average(MultiSpectral<ImageSInt64>, ImageSInt64) - Static method in class boofcv.core.image.ConvertImage
-
- average(MultiSpectral<ImageFloat32>, ImageFloat32) - Static method in class boofcv.core.image.ConvertImage
-
- average(MultiSpectral<ImageFloat64>, ImageFloat64) - Static method in class boofcv.core.image.ConvertImage
-
- average(MultiSpectral<T>, T) - Static method in class boofcv.core.image.GConvertImage
-
- 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
-
- 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
-
- beanProvider - Variable in class com.thoughtworks.boofcv.converters.javabean.JavaBeanConverter
-
- 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
-
- BilinearPixel<T extends ImageSingleBand> - Class in boofcv.alg.interpolate
-
Performs bilinear interpolation to extract values between pixels in an image.
- BilinearPixel() - Constructor for class boofcv.alg.interpolate.BilinearPixel
-
- bilinearPixelS(T) - Static method in class boofcv.factory.interpolate.FactoryInterpolation
-
- bilinearPixelS(Class<T>) - 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
-
- 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.filter - package boofcv.abst.filter
-
- 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.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.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.primitive - package boofcv.struct.primitive
-
- 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
-
- BoofcvClassLoader - Class in boofcv.misc
-
Custom ClassLoader for XStream which allows it to run inside of applets
- BoofcvClassLoader() - Constructor for class boofcv.misc.BoofcvClassLoader
-
- 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 - Variable in class boofcv.alg.distort.ImageDistortBasic
-
- border - Variable in class boofcv.struct.wavelet.WaveletDescription
-
- 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
- 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.
- 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.
- 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
-
- bufferedToGray(ByteInterleavedRaster, ImageUInt8) - Static method in class boofcv.core.image.ConvertRaster
-
A faster convert that works directly with a specific raster
- bufferedToGray(ShortInterleavedRaster, ImageInt16) - Static method in class boofcv.core.image.ConvertRaster
-
A faster convert that works directly with a specific raster
- bufferedToGray(ByteInterleavedRaster, ImageFloat32) - Static method in class boofcv.core.image.ConvertRaster
-
A faster convert that works directly with a specific raster
- bufferedToGray(IntegerInterleavedRaster, ImageUInt8) - Static method in class boofcv.core.image.ConvertRaster
-
A faster convert that works directly with a specific raster
- bufferedToGray(IntegerInterleavedRaster, ImageFloat32) - Static method in class boofcv.core.image.ConvertRaster
-
A faster convert that works directly with a specific raster
- bufferedToGray(BufferedImage, ImageUInt8) - Static method in class boofcv.core.image.ConvertRaster
-
Converts a buffered image into an 8bit intensity image using the
BufferedImage's RGB interface.
- bufferedToGray(BufferedImage, ImageInt16) - Static method in class boofcv.core.image.ConvertRaster
-
Converts a buffered image into an 16bit intensity image using the
BufferedImage's RGB interface.
- bufferedToGray(BufferedImage, ImageFloat32) - Static method in class boofcv.core.image.ConvertRaster
-
Converts a buffered image into an 8bit intensity image using the
BufferedImage's RGB interface.
- bufferedToMulti_F32(ByteInterleavedRaster, MultiSpectral<ImageFloat32>) - Static method in class boofcv.core.image.ConvertRaster
-
A faster convert that works directly with a specific raster
- bufferedToMulti_F32(IntegerInterleavedRaster, MultiSpectral<ImageFloat32>) - Static method in class boofcv.core.image.ConvertRaster
-
A faster convert that works directly with a specific raster
- bufferedToMulti_F32(BufferedImage, MultiSpectral<ImageFloat32>) - Static method in class boofcv.core.image.ConvertRaster
-
Converts a buffered image into an multi-spectral image using the BufferedImage's RGB interface.
- bufferedToMulti_U8(ByteInterleavedRaster, MultiSpectral<ImageUInt8>) - Static method in class boofcv.core.image.ConvertRaster
-
A faster convert that works directly with a specific raster
- bufferedToMulti_U8(IntegerInterleavedRaster, MultiSpectral<ImageUInt8>) - Static method in class boofcv.core.image.ConvertRaster
-
A faster convert that works directly with a specific raster
- bufferedToMulti_U8(BufferedImage, MultiSpectral<ImageUInt8>) - Static method in class boofcv.core.image.ConvertRaster
-
Converts a buffered image into an multi-spectral image using the BufferedImage's RGB interface.
- callStaticMethod(Class<?>, String, Object...) - Static method in class boofcv.testing.BoofTesting
-
Looks up the static method then passes in the specified inputs.
- canConvert(Class) - Method in class com.thoughtworks.boofcv.converters.extended.DynamicProxyConverter
-
- canConvert(Class) - Method in class com.thoughtworks.boofcv.converters.extended.JavaClassConverter
-
- canConvert(Class) - Method in class com.thoughtworks.boofcv.converters.extended.JavaFieldConverter
-
- canConvert(Class) - Method in class com.thoughtworks.boofcv.converters.extended.JavaMethodConverter
-
- canConvert(Class) - Method in class com.thoughtworks.boofcv.converters.javabean.JavaBeanConverter
-
Only checks for the availability of a public default constructor.
- canConvert(Class) - Method in class com.thoughtworks.boofcv.converters.reflection.AbstractAttributedCharacterIteratorAttributeConverter
-
- canConvert(Class) - Method in class com.thoughtworks.boofcv.converters.reflection.ExternalizableConverter
-
- canConvert(Class) - Method in class com.thoughtworks.boofcv.converters.reflection.SerializableConverter
-
- 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
-
- checkDeclare(T, T) - Static method in class boofcv.alg.InputSanityCheck
-
If the output has not been declared a new instance is declared.
- checkDeclare(ImageSingleBand<?>, T, Class<T>) - Static method in class boofcv.alg.InputSanityCheck
-
- 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(BufferedImage, InterleavedU8) - Static method in class boofcv.testing.BoofTesting
-
Checks to see if the BufferedImage has the same intensity values as the ImageUInt8
- checkEquals(WritableRaster, MultiSpectral, float) - Static method in class boofcv.testing.BoofTesting
-
- checkEquals(BufferedImage, MultiSpectral, 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.
- checkInputs(ImageBase, BufferedImage) - Static method in class boofcv.core.image.ConvertBufferedImage
-
If null the dst is declared, otherwise it checks to see if the 'dst' as the same shape as 'src'.
- 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(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(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 interface boofcv.struct.Configuration
-
Checks to see if the configuration is valid.
- ClassLoaderReference - Class in com.thoughtworks.boofcv.core.util
-
ClassLoader that refers to another ClassLoader, allowing a single instance to be passed around the codebase that
can later have its destination changed.
- ClassLoaderReference(XStreamClassLoader) - Constructor for class com.thoughtworks.boofcv.core.util.ClassLoaderReference
-
- 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.
- close() - Method in class com.thoughtworks.boofcv.core.util.CustomObjectInputStream
-
- close() - Method in interface com.thoughtworks.boofcv.core.util.CustomObjectInputStream.StreamCallback
-
- 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
-
- ColorYuv - Class in boofcv.alg.color
-
Color conversion between YUV and RGB, and YCbCr and RGB.
- ColorYuv() - Constructor for class boofcv.alg.color.ColorYuv
-
- com.thoughtworks.boofcv.converters.extended - package com.thoughtworks.boofcv.converters.extended
-
- com.thoughtworks.boofcv.converters.javabean - package com.thoughtworks.boofcv.converters.javabean
-
- com.thoughtworks.boofcv.converters.reflection - package com.thoughtworks.boofcv.converters.reflection
-
- com.thoughtworks.boofcv.core.util - package com.thoughtworks.boofcv.core.util
-
- com.thoughtworks.boofcv.mapper - package com.thoughtworks.boofcv.mapper
-
- 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.
- CompositeClassLoader - Class in com.thoughtworks.boofcv.core.util
-
ClassLoader that is composed of other classloaders.
- CompositeClassLoader() - Constructor for class com.thoughtworks.boofcv.core.util.CompositeClassLoader
-
- 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.PixelTransformAffine_F32
-
- compute(int, int) - Method in class boofcv.alg.distort.PixelTransformHomography_F32
-
- compute(int, int) - Method in class boofcv.alg.distort.PointToPixelTransform_F32
-
- 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(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(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.
- 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
-
- 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_I32
-
- computeSum() - Method in class boofcv.struct.convolve.Kernel2D_F32
-
- 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.
- 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
-
- contour(ImageUInt8, int, 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
-
- ContourTracer(int) - 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
-
- convert(ImageUInt8, ImageUInt16) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageUInt8, ImageSInt16) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageUInt8, ImageSInt32) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageUInt8, ImageSInt64) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageUInt8, ImageFloat32) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageUInt8, ImageFloat64) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageSInt8, ImageUInt8) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageSInt8, ImageUInt16) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageSInt8, ImageSInt16) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageSInt8, ImageSInt32) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageSInt8, ImageSInt64) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageSInt8, ImageFloat32) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageSInt8, ImageFloat64) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageUInt16, ImageUInt8) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageUInt16, ImageSInt8) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageUInt16, ImageSInt16) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageUInt16, ImageSInt32) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageUInt16, ImageSInt64) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageUInt16, ImageFloat32) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageUInt16, ImageFloat64) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageSInt16, ImageUInt8) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageSInt16, ImageSInt8) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageSInt16, ImageUInt16) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageSInt16, ImageSInt32) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageSInt16, ImageSInt64) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageSInt16, ImageFloat32) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageSInt16, ImageFloat64) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageSInt32, ImageUInt8) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageSInt32, ImageSInt8) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageSInt32, ImageUInt16) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageSInt32, ImageSInt16) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageSInt32, ImageSInt64) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageSInt32, ImageFloat32) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageSInt32, ImageFloat64) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageSInt64, ImageUInt8) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageSInt64, ImageSInt8) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageSInt64, ImageUInt16) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageSInt64, ImageSInt16) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageSInt64, ImageSInt32) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageSInt64, ImageFloat32) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageSInt64, ImageFloat64) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageFloat32, ImageUInt8) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageFloat32, ImageSInt8) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageFloat32, ImageUInt16) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageFloat32, ImageSInt16) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageFloat32, ImageSInt32) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageFloat32, ImageSInt64) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageFloat32, ImageFloat64) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageFloat64, ImageUInt8) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageFloat64, ImageSInt8) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageFloat64, ImageUInt16) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageFloat64, ImageSInt16) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageFloat64, ImageSInt32) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageFloat64, ImageSInt64) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageFloat64, ImageFloat32) - Static method in class boofcv.core.image.ConvertImage
-
- convert(ImageSingleBand, ImageSingleBand) - Static method in class boofcv.core.image.GConvertImage
-
Converts one type of
ImageSingleBand into a different type by typecasting each pixel.
- 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(ImageUInt8, ImageInt16) - Static method in class boofcv.core.image.impl.ImplConvertImage
-
- convert(ImageUInt8, ImageSInt32) - Static method in class boofcv.core.image.impl.ImplConvertImage
-
- convert(ImageUInt8, ImageSInt64) - Static method in class boofcv.core.image.impl.ImplConvertImage
-
- convert(ImageUInt8, ImageFloat32) - Static method in class boofcv.core.image.impl.ImplConvertImage
-
- convert(ImageUInt8, ImageFloat64) - Static method in class boofcv.core.image.impl.ImplConvertImage
-
- convert(ImageSInt8, ImageInt8) - Static method in class boofcv.core.image.impl.ImplConvertImage
-
- convert(ImageSInt8, ImageInt16) - Static method in class boofcv.core.image.impl.ImplConvertImage
-
- convert(ImageSInt8, ImageSInt32) - Static method in class boofcv.core.image.impl.ImplConvertImage
-
- convert(ImageSInt8, ImageSInt64) - Static method in class boofcv.core.image.impl.ImplConvertImage
-
- convert(ImageSInt8, ImageFloat32) - Static method in class boofcv.core.image.impl.ImplConvertImage
-
- convert(ImageSInt8, ImageFloat64) - Static method in class boofcv.core.image.impl.ImplConvertImage
-
- convert(ImageUInt16, ImageInt8) - Static method in class boofcv.core.image.impl.ImplConvertImage
-
- convert(ImageUInt16, ImageInt16) - Static method in class boofcv.core.image.impl.ImplConvertImage
-
- convert(ImageUInt16, ImageSInt32) - Static method in class boofcv.core.image.impl.ImplConvertImage
-
- convert(ImageUInt16, ImageSInt64) - Static method in class boofcv.core.image.impl.ImplConvertImage
-
- convert(ImageUInt16, ImageFloat32) - Static method in class boofcv.core.image.impl.ImplConvertImage
-
- convert(ImageUInt16, ImageFloat64) - Static method in class boofcv.core.image.impl.ImplConvertImage
-
- convert(ImageSInt16, ImageInt8) - Static method in class boofcv.core.image.impl.ImplConvertImage
-
- convert(ImageSInt16, ImageInt16) - Static method in class boofcv.core.image.impl.ImplConvertImage
-
- convert(ImageSInt16, ImageSInt32) - Static method in class boofcv.core.image.impl.ImplConvertImage
-
- convert(ImageSInt16, ImageSInt64) - Static method in class boofcv.core.image.impl.ImplConvertImage
-
- convert(ImageSInt16, ImageFloat32) - Static method in class boofcv.core.image.impl.ImplConvertImage
-
- convert(ImageSInt16, ImageFloat64) - Static method in class boofcv.core.image.impl.ImplConvertImage
-
- convert(ImageSInt32, ImageInt8) - Static method in class boofcv.core.image.impl.ImplConvertImage
-
- convert(ImageSInt32, ImageInt16) - Static method in class boofcv.core.image.impl.ImplConvertImage
-
- convert(ImageSInt32, ImageSInt64) - Static method in class boofcv.core.image.impl.ImplConvertImage
-
- convert(ImageSInt32, ImageFloat32) - Static method in class boofcv.core.image.impl.ImplConvertImage
-
- convert(ImageSInt32, ImageFloat64) - Static method in class boofcv.core.image.impl.ImplConvertImage
-
- convert(ImageSInt64, ImageInt8) - Static method in class boofcv.core.image.impl.ImplConvertImage
-
- convert(ImageSInt64, ImageInt16) - Static method in class boofcv.core.image.impl.ImplConvertImage
-
- convert(ImageSInt64, ImageSInt32) - Static method in class boofcv.core.image.impl.ImplConvertImage
-
- convert(ImageSInt64, ImageFloat32) - Static method in class boofcv.core.image.impl.ImplConvertImage
-
- convert(ImageSInt64, ImageFloat64) - Static method in class boofcv.core.image.impl.ImplConvertImage
-
- convert(ImageFloat32, ImageInt8) - Static method in class boofcv.core.image.impl.ImplConvertImage
-
- convert(ImageFloat32, ImageInt16) - Static method in class boofcv.core.image.impl.ImplConvertImage
-
- convert(ImageFloat32, ImageSInt32) - Static method in class boofcv.core.image.impl.ImplConvertImage
-
- convert(ImageFloat32, ImageSInt64) - Static method in class boofcv.core.image.impl.ImplConvertImage
-
- convert(ImageFloat32, ImageFloat64) - Static method in class boofcv.core.image.impl.ImplConvertImage
-
- convert(ImageFloat64, ImageInt8) - Static method in class boofcv.core.image.impl.ImplConvertImage
-
- convert(ImageFloat64, ImageInt16) - Static method in class boofcv.core.image.impl.ImplConvertImage
-
- convert(ImageFloat64, ImageSInt32) - Static method in class boofcv.core.image.impl.ImplConvertImage
-
- convert(ImageFloat64, ImageSInt64) - Static method in class boofcv.core.image.impl.ImplConvertImage
-
- convert(ImageFloat64, ImageFloat32) - Static method in class boofcv.core.image.impl.ImplConvertImage
-
- ConvertBufferedImage - Class in boofcv.core.image
-
- ConvertBufferedImage() - Constructor for class boofcv.core.image.ConvertBufferedImage
-
- ConvertClassLoader - Class in com.thoughtworks.boofcv.core.util
-
- ConvertClassLoader(ClassLoader) - Constructor for class com.thoughtworks.boofcv.core.util.ConvertClassLoader
-
- convertFrom(BufferedImage, T, boolean) - Static method in class boofcv.core.image.ConvertBufferedImage
-
Converts a buffered image into an image of the specified type.
- convertFrom(BufferedImage, ImageUInt8) - Static method in class boofcv.core.image.ConvertBufferedImage
-
- convertFrom(BufferedImage, T, Class<T>) - Static method in class boofcv.core.image.ConvertBufferedImage
-
- convertFrom(BufferedImage, ImageFloat32) - Static method in class boofcv.core.image.ConvertBufferedImage
-
- convertFromMulti(BufferedImage, MultiSpectral<T>, boolean, Class<T>) - Static method in class boofcv.core.image.ConvertBufferedImage
-
Converts the buffered image into an
MultiSpectral image of the specified
type.
- convertFromSingle(BufferedImage, T, Class<T>) - Static method in class boofcv.core.image.ConvertBufferedImage
-
Converts a buffered image into an image of the specified type.
- 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
-
- ConvertRaster - Class in boofcv.core.image
-
Routines for converting to and from
BufferedImage that use its internal
raster for better performance.
- ConvertRaster() - Constructor for class boofcv.core.image.ConvertRaster
-
- convertTo(ImageBase, BufferedImage, boolean) - Static method in class boofcv.core.image.ConvertBufferedImage
-
Converts an image into a BufferedImage.
- convertTo(ImageUInt8, BufferedImage) - Static method in class boofcv.core.image.ConvertBufferedImage
-
- convertTo(ImageInt16, BufferedImage) - Static method in class boofcv.core.image.ConvertBufferedImage
-
- convertTo(ImageFloat32, BufferedImage) - Static method in class boofcv.core.image.ConvertBufferedImage
-
- convertTo(JComponent, BufferedImage) - Static method in class boofcv.core.image.ConvertBufferedImage
-
Draws the component into a BufferedImage.
- convertTo_F32(MultiSpectral<ImageFloat32>, BufferedImage, boolean) - Static method in class boofcv.core.image.ConvertBufferedImage
-
- 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
-
- convertTo_U8(MultiSpectral<ImageUInt8>, BufferedImage, boolean) - Static method in class boofcv.core.image.ConvertBufferedImage
-
- 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
-
- convolve(Kernel2D_F32, ImageBorder_F32, ImageFloat32, int) - Static method in class boofcv.alg.filter.convolve.border.ConvolveJustBorder_General
-
- convolve(Kernel2D_I32, ImageBorder_I32, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.border.ConvolveJustBorder_General
-
- convolve(Kernel2D_I32, ImageBorder_I32, ImageSInt32, int) - 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_I32) - Static method in class boofcv.alg.filter.convolve.ConvolveWithBorder
-
Performs a 2D convolution across the image.
- convolve(Kernel2D_I32, ImageUInt8, ImageSInt32, ImageBorder_I32) - Static method in class boofcv.alg.filter.convolve.ConvolveWithBorder
-
Performs a 2D convolution across the image.
- convolve(Kernel2D_I32, ImageSInt16, ImageInt16, ImageBorder_I32) - 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_I32, 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, T, T, B) - Static method in class boofcv.alg.filter.convolve.GConvolveImageOps
-
Performs a 2D convolution across the image.
- convolve(K, T, T) - 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
-
- 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
-
- 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
-
- 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 re-normalize the kernel along image borders.
- 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
-
- 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(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.PointIndex_I32
-
- copyright - Static variable in class boofcv.misc.CodeGeneratorUtil
-
- countNotZero(int[], int) - Static method in class boofcv.misc.BoofMiscOps
-
- 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.
- 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
- createDerivatives(Class<I>, ImageGenerator<D>) - Static method in class boofcv.alg.filter.derivative.GImageDerivativeOps
-
- createDerivatives(Class<I>, Class<D>) - Static method in class boofcv.alg.filter.derivative.GImageDerivativeOps
-
- createDistortMS(Class<T>, PixelTransform_F32, InterpolatePixelS<T>, ImageBorder) - 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, Class<T>) - Static method in class boofcv.alg.distort.DistortImageOps
-
- 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
-
- createLaplacian(Class<T>, ImageBorder<T>) - Static method in class boofcv.factory.filter.derivative.FactoryDerivativeSparse
-
Creates a sparse Laplacian filter.
- createObjectInputStream(Reader) - Method in class boofcv.misc.XStreamAppletVersion
-
Creates an ObjectInputStream that deserializes a stream of objects from a reader using
XStream.
- createObjectInputStream(InputStream) - Method in class boofcv.misc.XStreamAppletVersion
-
Creates an ObjectInputStream that deserializes a stream of objects from an InputStream
using XStream.
- createObjectInputStream(HierarchicalStreamReader) - Method in class boofcv.misc.XStreamAppletVersion
-
Creates an ObjectInputStream that deserializes a stream of objects from a reader using
XStream.
- createObjectOutputStream(Writer) - Method in class boofcv.misc.XStreamAppletVersion
-
Creates an ObjectOutputStream that serializes a stream of objects to the writer using
XStream.
- createObjectOutputStream(HierarchicalStreamWriter) - Method in class boofcv.misc.XStreamAppletVersion
-
Creates an ObjectOutputStream that serializes a stream of objects to the writer using
XStream.
- createObjectOutputStream(Writer, String) - Method in class boofcv.misc.XStreamAppletVersion
-
Creates an ObjectOutputStream that serializes a stream of objects to the writer using
XStream.
- createObjectOutputStream(OutputStream) - Method in class boofcv.misc.XStreamAppletVersion
-
Creates an ObjectOutputStream that serializes a stream of objects to the OutputStream
using XStream.
- createObjectOutputStream(OutputStream, String) - Method in class boofcv.misc.XStreamAppletVersion
-
Creates an ObjectOutputStream that serializes a stream of objects to the OutputStream
using XStream.
- createObjectOutputStream(HierarchicalStreamWriter, String) - Method in class boofcv.misc.XStreamAppletVersion
-
Creates an ObjectOutputStream that serializes a stream of objects to the writer using
XStream.
- createPixelMB(double, double, TypeInterpolate, ImageType<T>) - Static method in class boofcv.factory.interpolate.FactoryInterpolation
-
- createPixelMB(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, ImageDataType) - Static method in class boofcv.factory.interpolate.FactoryInterpolation
-
- createPixelS(double, double, TypeInterpolate, Class<T>) - Static method in class boofcv.factory.interpolate.FactoryInterpolation
-
- 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
-
- 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
-
- createTransform(ImageDataType) - Static method in class boofcv.alg.transform.fft.GDiscreteFourierTransformOps
-
- createTransformF32() - Static method in class boofcv.alg.transform.fft.DiscreteFourierTransformOps
-
- createTransformF64() - Static method in class boofcv.alg.transform.fft.DiscreteFourierTransformOps
-
- CustomObjectInputStream - Class in com.thoughtworks.boofcv.core.util
-
- CustomObjectInputStream(CustomObjectInputStream.StreamCallback, XStreamClassLoader) - Constructor for class com.thoughtworks.boofcv.core.util.CustomObjectInputStream
-
Warning, this object is expensive to create (due to functionality inherited from superclass).
- CustomObjectInputStream.StreamCallback - Interface in com.thoughtworks.boofcv.core.util
-
- 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
- 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.
- defaultImplementationOf(Class) - Method in class com.thoughtworks.boofcv.mapper.AnnotationMapper
-
- defaultImplementationOf(Class) - Method in class com.thoughtworks.boofcv.mapper.DefaultMapper
-
- DefaultMapper - Class in com.thoughtworks.boofcv.mapper
-
Default mapper implementation with 'vanilla' functionality.
- DefaultMapper(XStreamClassLoader) - Constructor for class com.thoughtworks.boofcv.mapper.DefaultMapper
-
- defaultReadObject() - Method in class com.thoughtworks.boofcv.core.util.CustomObjectInputStream
-
- defaultReadObject() - Method in interface com.thoughtworks.boofcv.core.util.CustomObjectInputStream.StreamCallback
-
- 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.
- 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
-
- 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, 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, 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
-
- 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
-
- 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
-
- distort(InterpolatePixelS<T>, ImageBorder, Class<T>) - Static method in class boofcv.factory.distort.FactoryDistort
-
Creates a
ImageDistort for the specified image type, transformation
and interpolation instance.
- distortCached(InterpolatePixelS<T>, ImageBorder, Class<T>) - Static method in class boofcv.factory.distort.FactoryDistort
-
Avoid recomputing the distortion map for the entire image each time
by caching the distortion for each pixel.
- DistortImageOps - Class in boofcv.alg.distort
-
Provides common function for distorting images.
- DistortImageOps() - Constructor for class boofcv.alg.distort.DistortImageOps
-
- distortMS(M, M, PixelTransform_F32, boolean, TypeInterpolate) - Static method in class boofcv.alg.distort.DistortImageOps
-
- distortMS(MultiSpectral<T>, MultiSpectral<T>, ImageDistort<T>) - Static method in class boofcv.alg.distort.DistortImageOps
-
- distortMS(InterpolatePixelS<T>, ImageBorder, Class<T>) - Static method in class boofcv.factory.distort.FactoryDistort
-
Creates a
ImageDistort for the multi-spectral images, transformation
and interpolation instance.
- distortSingle(T, T, PixelTransform_F32, boolean, TypeInterpolate) - Static method in class boofcv.alg.distort.DistortImageOps
-
Applies a pixel transform to a single band image.
- distortSingle(T, T, PixelTransform_F32, ImageBorder<T>, InterpolatePixelS<T>) - Static method in class boofcv.alg.distort.DistortImageOps
-
Applies a pixel transform to a single band image.
- DistortSupport - Class in boofcv.alg.distort.impl
-
- 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)
- doMarshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.boofcv.converters.reflection.SerializableConverter
-
- doMarshalConditionally(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.boofcv.converters.reflection.SerializableConverter
-
- 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
-
- 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
-
- doUnmarshal(Object, HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.boofcv.converters.reflection.SerializableConverter
-
- doUnmarshalConditionally(Object, HierarchicalStreamReader, UnmarshallingContext) - Method in class com.thoughtworks.boofcv.converters.reflection.SerializableConverter
-
- down(ImageSingleBand, int, ImageSingleBand) - 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(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
-
- 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
-
- dstToSrc - Variable in class boofcv.alg.distort.ImageDistortBasic
-
- DynamicProxyConverter - Class in com.thoughtworks.boofcv.converters.extended
-
Converts a dynamic proxy to XML, storing the implemented
interfaces and handler.
- DynamicProxyConverter(Mapper) - Constructor for class com.thoughtworks.boofcv.converters.extended.DynamicProxyConverter
-
- DynamicProxyConverter(Mapper, XStreamClassLoader) - Constructor for class com.thoughtworks.boofcv.converters.extended.DynamicProxyConverter
-
- F32 - Class in boofcv.struct.primitive
-
- F32() - Constructor for class boofcv.struct.primitive.F32
-
- FactoryBinaryImageOps - Class in boofcv.factory.filter.binary
-
- 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_F32(Kernel2D_F32) - Constructor for class boofcv.factory.filter.convolve.FactoryConvolveSparse.Convolve_F32
-
- FactoryConvolveSparse.Convolve_I - Class in boofcv.factory.filter.convolve
-
- FactoryConvolveSparse.Convolve_I(Kernel2D_I32) - Constructor for class boofcv.factory.filter.convolve.FactoryConvolveSparse.Convolve_I
-
- 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
-
- 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_F32(ImageBorder_F32) - Constructor for class boofcv.core.image.FactoryGImageSingleBand.Border_F32
-
- FactoryGImageSingleBand.Border_F64 - Class in boofcv.core.image
-
- FactoryGImageSingleBand.Border_F64(ImageBorder_F64) - Constructor for class boofcv.core.image.FactoryGImageSingleBand.Border_F64
-
- FactoryGImageSingleBand.Border_I32 - Class in boofcv.core.image
-
- FactoryGImageSingleBand.Border_I32(ImageBorder_I32) - Constructor for class boofcv.core.image.FactoryGImageSingleBand.Border_I32
-
- FactoryGImageSingleBand.GSingle_F32 - Class in boofcv.core.image
-
- FactoryGImageSingleBand.GSingle_F32(ImageFloat32) - Constructor for class boofcv.core.image.FactoryGImageSingleBand.GSingle_F32
-
- FactoryGImageSingleBand.GSingle_F64 - Class in boofcv.core.image
-
- FactoryGImageSingleBand.GSingle_F64(ImageFloat64) - Constructor for class boofcv.core.image.FactoryGImageSingleBand.GSingle_F64
-
- FactoryGImageSingleBand.GSingle_I64 - Class in boofcv.core.image
-
- FactoryGImageSingleBand.GSingle_I64(ImageSInt64) - Constructor for class boofcv.core.image.FactoryGImageSingleBand.GSingle_I64
-
- FactoryGImageSingleBand.GSingle_S16 - Class in boofcv.core.image
-
- FactoryGImageSingleBand.GSingle_S16(ImageSInt16) - Constructor for class boofcv.core.image.FactoryGImageSingleBand.GSingle_S16
-
- FactoryGImageSingleBand.GSingle_S32 - Class in boofcv.core.image
-
- FactoryGImageSingleBand.GSingle_S32(ImageSInt32) - Constructor for class boofcv.core.image.FactoryGImageSingleBand.GSingle_S32
-
- FactoryGImageSingleBand.GSingle_S8 - Class in boofcv.core.image
-
- FactoryGImageSingleBand.GSingle_S8(ImageSInt8) - Constructor for class boofcv.core.image.FactoryGImageSingleBand.GSingle_S8
-
- FactoryGImageSingleBand.GSingle_U16 - Class in boofcv.core.image
-
- FactoryGImageSingleBand.GSingle_U16(ImageUInt16) - Constructor for class boofcv.core.image.FactoryGImageSingleBand.GSingle_U16
-
- FactoryGImageSingleBand.GSingle_U8 - Class in boofcv.core.image
-
- FactoryGImageSingleBand.GSingle_U8(ImageUInt8) - Constructor for class boofcv.core.image.FactoryGImageSingleBand.GSingle_U8
-
- FactoryGImageSingleBand.GSingleBase<T extends ImageSingleBand> - Class in boofcv.core.image
-
- FactoryGImageSingleBand.GSingleBase(T) - Constructor for class boofcv.core.image.FactoryGImageSingleBand.GSingleBase
-
- FactoryGImageSingleBand.GSingleBaseInt<T extends ImageSingleBand> - Class in boofcv.core.image
-
- FactoryGImageSingleBand.GSingleBaseInt(T) - Constructor for class boofcv.core.image.FactoryGImageSingleBand.GSingleBaseInt
-
- FactoryGImageSingleBand.GSingleBorder<T extends ImageBorder> - Class in boofcv.core.image
-
- FactoryGImageSingleBand.GSingleBorder(T) - Constructor for class boofcv.core.image.FactoryGImageSingleBand.GSingleBorder
-
- 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
-
- FactoryImageGenerator.WrapImage(T) - Constructor for class boofcv.core.image.inst.FactoryImageGenerator.WrapImage
-
- 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
-
- 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.PolyOrder1() - Constructor for class boofcv.factory.filter.kernel.FactorySteerCoefficients.PolyOrder1
-
- FactorySteerCoefficients.PolyOrder2 - Class in boofcv.factory.filter.kernel
-
- FactorySteerCoefficients.PolyOrder2() - Constructor for class boofcv.factory.filter.kernel.FactorySteerCoefficients.PolyOrder2
-
- FactorySteerCoefficients.PolyOrder3 - Class in boofcv.factory.filter.kernel
-
- FactorySteerCoefficients.PolyOrder3() - Constructor for class boofcv.factory.filter.kernel.FactorySteerCoefficients.PolyOrder3
-
- FactorySteerCoefficients.PolyOrder4 - Class in boofcv.factory.filter.kernel
-
- FactorySteerCoefficients.PolyOrder4() - Constructor for class boofcv.factory.filter.kernel.FactorySteerCoefficients.PolyOrder4
-
- FactorySteerCoefficients.Separable - Class in boofcv.factory.filter.kernel
-
- FactorySteerCoefficients.Separable(int) - Constructor for class boofcv.factory.filter.kernel.FactorySteerCoefficients.Separable
-
- 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
-
- FactoryWaveletTransform() - Constructor for class boofcv.factory.transform.wavelet.FactoryWaveletTransform
-
- 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
-
- 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(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(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(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(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(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(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
- 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(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(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(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(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(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.
- 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(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(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(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(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(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.
- 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 ImageSingleBand,Output extends ImageSingleBand> - 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
-
- 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.
- 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 an updater for float pyramids 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
-
- fromString(String) - Method in class com.thoughtworks.boofcv.converters.extended.JavaClassConverter
-
- fromString(String) - Method in class com.thoughtworks.boofcv.converters.reflection.AbstractAttributedCharacterIteratorAttributeConverter
-
- fromXML(String) - Method in class boofcv.misc.XStreamAppletVersion
-
Deserialize an object from an XML String.
- fromXML(Reader) - Method in class boofcv.misc.XStreamAppletVersion
-
Deserialize an object from an XML Reader.
- fromXML(InputStream) - Method in class boofcv.misc.XStreamAppletVersion
-
Deserialize an object from an XML InputStream.
- fromXML(URL) - Method in class boofcv.misc.XStreamAppletVersion
-
Deserialize an object from a URL.
- fromXML(File) - Method in class boofcv.misc.XStreamAppletVersion
-
Deserialize an object from a file.
- fromXML(String, Object) - Method in class boofcv.misc.XStreamAppletVersion
-
Deserialize an object from an XML String, populating the fields of the given root object
instead of instantiating a new one.
- fromXML(Reader, Object) - Method in class boofcv.misc.XStreamAppletVersion
-
Deserialize an object from an XML Reader, populating the fields of the given root object
instead of instantiating a new one.
- fromXML(URL, Object) - Method in class boofcv.misc.XStreamAppletVersion
-
Deserialize an object from a URL, populating the fields of the given root
object instead of instantiating a new one.
- fromXML(File, Object) - Method in class boofcv.misc.XStreamAppletVersion
-
Deserialize an object from a file, populating the fields of the given root
object instead of instantiating a new one.
- fromXML(InputStream, Object) - Method in class boofcv.misc.XStreamAppletVersion
-
Deserialize an object from an XML InputStream, populating the fields of the given root
object instead of instantiating a new one.
- 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(T, T, double, int, T) - Static method in class boofcv.alg.filter.blur.GBlurImageOps
-
Applies Gaussian blur.
- 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_I8(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
-
- GDiscreteFourierTransformOps() - Constructor for class boofcv.alg.transform.fft.GDiscreteFourierTransformOps
-
- general(T, BorderType) - Static method in class boofcv.core.image.border.FactoryImageBorder
-
- general(Class<T>, BorderType) - Static method in class boofcv.core.image.border.FactoryImageBorder
-
Creates an instance of the requested algorithms for handling borders pixels.
- GeneralFft_to_DiscreteFourierTransform_F32 - Class in boofcv.abst.transform.fft
-
- 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
-
- 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
-
- 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>) - 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>) - Constructor for class boofcv.abst.filter.convolve.GenericConvolveDown
-
- GEnhanceImageOps - Class in boofcv.alg.enhance
-
- GEnhanceImageOps() - Constructor for class boofcv.alg.enhance.GEnhanceImageOps
-
- get(float, float, float[]) - Method in class boofcv.abst.filter.interpolate.InterpolatePixel_S_to_MB_MultiSpectral
-
- 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) - 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) - 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 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 taking in account
the image border.
- 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) - Method in class boofcv.core.image.border.ImageBorder_I32
-
- get(int, int) - Method in class boofcv.core.image.border.ImageBorder_I64
-
- 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(ImageInterleaved, int, int, int) - Static method in class boofcv.core.image.GeneralizedImageOps
-
- get(int, int) - Method in interface boofcv.core.image.GImageSingleBand
-
- 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.InterleavedS32
-
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_fast(float, float, float[]) - Method in class boofcv.abst.filter.interpolate.InterpolatePixel_S_to_MB_MultiSpectral
-
- 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) - 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) - 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 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.
- 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.InterleavedI16
-
Returns the value of the specified band in the specified pixel.
- getBand(int, int, int) - Method in class boofcv.struct.image.InterleavedI8
-
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.
- 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.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.
- getClassLoader() - Method in class boofcv.misc.BoofcvClassLoader
-
- getClassLoader() - Method in class boofcv.misc.XStreamAppletVersion
-
Retrieve the ClassLoader XStream uses to load classes.
- getClassLoader() - Method in class com.thoughtworks.boofcv.core.util.ClassLoaderReference
-
- getClassLoader() - Method in class com.thoughtworks.boofcv.core.util.CompositeClassLoader
-
- getClassLoader() - Method in class com.thoughtworks.boofcv.core.util.ConvertClassLoader
-
- getClassLoader() - Method in interface com.thoughtworks.boofcv.core.util.XStreamClassLoader
-
- 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_I32
-
- getColWrap() - Method in class boofcv.core.image.border.ImageBorder1D_I64
-
- getContours() - Method in class boofcv.alg.filter.binary.LinearContourLabelChang2004
-
- getConverterFromAttribute(String) - Method in class com.thoughtworks.boofcv.mapper.DefaultMapper
-
- getConverterFromAttribute(Class, String) - Method in class com.thoughtworks.boofcv.mapper.DefaultMapper
-
- getConverterFromAttribute(Class, String, Class) - Method in class com.thoughtworks.boofcv.mapper.DefaultMapper
-
- getConverterFromItemType(String, Class) - Method in class com.thoughtworks.boofcv.mapper.DefaultMapper
-
- getConverterFromItemType(Class) - Method in class com.thoughtworks.boofcv.mapper.DefaultMapper
-
- getConverterFromItemType(String, Class, Class) - Method in class com.thoughtworks.boofcv.mapper.DefaultMapper
-
- getConverterLookup() - Method in class boofcv.misc.XStreamAppletVersion
-
- 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
-
- 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.ImageInterleaved
-
- getDataType() - Method in class boofcv.struct.image.ImageType
-
- 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.InterleavedS32
-
- getDataType() - Method in class boofcv.struct.image.InterleavedS64
-
- 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(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.
- getDerivType() - Method in interface boofcv.abst.filter.derivative.ImageDerivative
-
- getDerivType() - Method in class boofcv.abst.filter.derivative.ImageGradient_Gaussian
-
- getDerivType() - Method in class boofcv.abst.filter.derivative.ImageGradient_Reflection
-
- getDerivType() - Method in class boofcv.abst.filter.derivative.ImageHessian_Reflection
-
- getDerivType() - Method in class boofcv.abst.filter.derivative.ImageHessianDirect_Reflection
-
- 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
-
- 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) - 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) - Method in interface boofcv.core.image.GImageSingleBand
-
- getFamily() - Method in class boofcv.struct.image.ImageType
-
- getFastBorderX() - Method in class boofcv.abst.filter.interpolate.InterpolatePixel_S_to_MB_MultiSpectral
-
- getFastBorderX() - Method in class boofcv.alg.interpolate.BilinearPixel
-
- 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.NearestNeighborPixel
-
- getFastBorderX() - Method in class boofcv.alg.interpolate.PolynomialPixel
-
- getFastBorderY() - Method in class boofcv.abst.filter.interpolate.InterpolatePixel_S_to_MB_MultiSpectral
-
- getFastBorderY() - Method in class boofcv.alg.interpolate.BilinearPixel
-
- 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.NearestNeighborPixel
-
- getFastBorderY() - Method in class boofcv.alg.interpolate.PolynomialPixel
-
- getFieldNameForItemTypeAndName(Class, Class, String) - Method in class com.thoughtworks.boofcv.mapper.DefaultMapper
-
- 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) - Method in class boofcv.core.image.border.ImageBorder
-
Generalized non image type specific set.
- getGeneral(int, int) - Method in class boofcv.core.image.border.ImageBorder_F32
-
- getGeneral(int, int) - Method in class boofcv.core.image.border.ImageBorder_F64
-
- getGeneral(int, int) - Method in class boofcv.core.image.border.ImageBorder_I32
-
- getGeneral(int, int) - Method in class boofcv.core.image.border.ImageBorder_I64
-
- getGenericTypes() - Static method in enum boofcv.misc.AutoTypeImage
-
- 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.FactoryGImageSingleBand.GSingleBase
-
- getHeight() - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingleBorder
-
- getHeight() - Method in interface boofcv.core.image.GImageSingleBand
-
- 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.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_S_to_MB_MultiSpectral
-
- getImage() - Method in class boofcv.alg.interpolate.BilinearPixel
-
- 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 interface boofcv.alg.interpolate.InterpolateRectangle
-
Returns the image which is being interpolated.
- getImage() - Method in class boofcv.alg.interpolate.NearestNeighborPixel
-
- getImage() - Method in class boofcv.alg.interpolate.PolynomialPixel
-
- getImage() - Method in class boofcv.core.image.border.ImageBorder
-
- 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.GImageSingleBand
-
- getImageClass() - Method in class boofcv.struct.image.ImageType
-
- getImageClass(ImageType.Family, ImageDataType) - Static method in class boofcv.struct.image.ImageType
-
- getImageType() - Method in interface boofcv.struct.pyramid.ImagePyramid
-
The type of image.
- getImageType() - Method in class boofcv.struct.pyramid.ImagePyramidBase
-
- getImplicitCollectionDefForFieldName(Class, String) - Method in class com.thoughtworks.boofcv.mapper.DefaultMapper
-
- 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.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 type of image it takes as input.
- 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
-
- getInstance(DataHolder, CustomObjectInputStream.StreamCallback) - Static method in class com.thoughtworks.boofcv.core.util.CustomObjectInputStream
-
- getInstance(DataHolder, CustomObjectInputStream.StreamCallback, XStreamClassLoader) - Static method in class com.thoughtworks.boofcv.core.util.CustomObjectInputStream
-
- 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
- getItemTypeForItemFieldName(Class, String) - Method in class com.thoughtworks.boofcv.mapper.DefaultMapper
-
- 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.
- 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.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.
- getLocalConverter(Class, String) - Method in class com.thoughtworks.boofcv.mapper.AnnotationMapper
-
- getLocalConverter(Class, String) - Method in class com.thoughtworks.boofcv.mapper.DefaultMapper
-
- 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
-
- getMapper() - Method in class boofcv.misc.XStreamAppletVersion
-
Retrieve the Mapper.
- 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.PixelTransformHomography_F32
-
- getModel() - Method in class boofcv.alg.distort.PointTransformHomography_F32
-
- getModel() - Method in class boofcv.alg.distort.PointTransformHomography_F64
-
- 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.
- 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
-
- 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
-
- 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) - Method in class boofcv.core.image.border.ImageBorder1D_I32
-
- getOutside(int, int) - Method in class boofcv.core.image.border.ImageBorder1D_I64
-
- 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) - Method in class boofcv.core.image.border.ImageBorder_I32
-
- getOutside(int, int) - Method in class boofcv.core.image.border.ImageBorder_I64
-
- 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
-
- getPackage() - Method in class boofcv.misc.CodeGeneratorBase
-
- 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.struct.convolve.KernelBase
-
The radius is defined as the width divided by two.
- getRandType() - Method in enum boofcv.misc.AutoTypeImage
-
- getReallyGenericTypes() - Static method in enum boofcv.misc.AutoTypeImage
-
- getReference() - Method in class com.thoughtworks.boofcv.core.util.ClassLoaderReference
-
- getReflectionProvider() - Method in class boofcv.misc.XStreamAppletVersion
-
Retrieve the ReflectionProvider in use.
- 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_I32
-
- getRowWrap() - Method in class boofcv.core.image.border.ImageBorder1D_I64
-
- 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
-
- 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.image.MultiSpectral
-
Type of image each band is stored as.
- 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
-
- getTypeInfo() - Method in class boofcv.struct.image.ImageFloat
-
- getTypeInfo() - Method in class boofcv.struct.image.ImageFloat32
-
- getTypeInfo() - Method in class boofcv.struct.image.ImageFloat64
-
- getTypeInfo() - Method in class boofcv.struct.image.ImageInt16
-
- getTypeInfo() - Method in class boofcv.struct.image.ImageInt8
-
- getTypeInfo() - Method in class boofcv.struct.image.ImageInteger
-
- getTypeInfo() - Method in class boofcv.struct.image.ImageInterleaved
-
Returns image type information
- getTypeInfo() - Method in class boofcv.struct.image.ImageSingleBand
-
Returns image type information
- getTypeInfo() - Method in class boofcv.struct.image.ImageSInt16
-
- getTypeInfo() - Method in class boofcv.struct.image.ImageSInt32
-
- getTypeInfo() - Method in class boofcv.struct.image.ImageSInt64
-
- getTypeInfo() - Method in class boofcv.struct.image.ImageSInt8
-
- getTypeInfo() - Method in class boofcv.struct.image.ImageUInt16
-
- getTypeInfo() - Method in class boofcv.struct.image.ImageUInt8
-
- getTypeInfo() - Method in class boofcv.struct.image.InterleavedF32
-
- getTypeInfo() - Method in class boofcv.struct.image.InterleavedF64
-
- getTypeInfo() - Method in class boofcv.struct.image.InterleavedI16
-
- getTypeInfo() - Method in class boofcv.struct.image.InterleavedI8
-
- getTypeInfo() - Method in class boofcv.struct.image.InterleavedS16
-
- getTypeInfo() - Method in class boofcv.struct.image.InterleavedS32
-
- getTypeInfo() - Method in class boofcv.struct.image.InterleavedS64
-
- getTypeInfo() - Method in class boofcv.struct.image.InterleavedS8
-
- getTypeInfo() - Method in class boofcv.struct.image.InterleavedU16
-
- getTypeInfo() - Method in class boofcv.struct.image.InterleavedU8
-
- 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.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.FactoryGImageSingleBand.GSingleBase
-
- getWidth() - Method in class boofcv.core.image.FactoryGImageSingleBand.GSingleBorder
-
- getWidth() - Method in interface boofcv.core.image.GImageSingleBand
-
- 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
-
- 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
-
- GImageMiscOps() - Constructor for class boofcv.alg.misc.GImageMiscOps
-
- GImageSingleBand - Interface in boofcv.core.image
-
Generalized interface for single banded images.
- GImageStatistics - Class in boofcv.alg.misc
-
- 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
-
- GPixelMath - Class in boofcv.alg.misc
-
- GPixelMath() - Constructor for class boofcv.alg.misc.GPixelMath
-
- 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
-
- 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
-
- 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
-
- 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
-
- grayToBuffered(ImageUInt8, ByteInterleavedRaster) - Static method in class boofcv.core.image.ConvertRaster
-
- grayToBuffered(ImageInt16, ByteInterleavedRaster) - Static method in class boofcv.core.image.ConvertRaster
-
- grayToBuffered(ImageFloat32, ByteInterleavedRaster) - Static method in class boofcv.core.image.ConvertRaster
-
- grayToBuffered(ImageInt16, ShortInterleavedRaster) - Static method in class boofcv.core.image.ConvertRaster
-
- grayToBuffered(ImageUInt8, IntegerInterleavedRaster) - Static method in class boofcv.core.image.ConvertRaster
-
- grayToBuffered(ImageInt16, IntegerInterleavedRaster) - Static method in class boofcv.core.image.ConvertRaster
-
- grayToBuffered(ImageFloat32, IntegerInterleavedRaster) - Static method in class boofcv.core.image.ConvertRaster
-
- grayToBuffered(ImageUInt8, BufferedImage) - Static method in class boofcv.core.image.ConvertRaster
-
- grayToBuffered(ImageInt16, BufferedImage) - Static method in class boofcv.core.image.ConvertRaster
-
- grayToBuffered(ImageFloat32, BufferedImage) - Static method in class boofcv.core.image.ConvertRaster
-
- GThresholdImageOps - Class in boofcv.alg.filter.binary
-
- GThresholdImageOps() - Constructor for class boofcv.alg.filter.binary.GThresholdImageOps
-
- 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.BilinearPixel
-
- height - Variable in class boofcv.alg.interpolate.NearestNeighborPixel
-
- 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(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_I8() - 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_I8() - 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(D, D, D, D, D, BorderType) - Static method in class boofcv.alg.filter.derivative.GImageDerivativeOps
-
- hessianPrewitt(ImageSInt16, ImageSInt16, ImageSInt16, ImageSInt16, ImageSInt16, ImageBorder_I32) - 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(I, D, D, D, BorderType) - Static method in class boofcv.alg.filter.derivative.GImageDerivativeOps
-
- hessianSobel(D, D, D, D, D, BorderType) - Static method in class boofcv.alg.filter.derivative.GImageDerivativeOps
-
- hessianSobel(ImageSInt16, ImageSInt16, ImageSInt16, ImageSInt16, ImageSInt16, ImageBorder_I32) - 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(I, D, D, D, BorderType) - Static method in class boofcv.alg.filter.derivative.GImageDerivativeOps
-
- hessianThree(D, D, D, D, D, BorderType) - Static method in class boofcv.alg.filter.derivative.GImageDerivativeOps
-
- hessianThree(ImageSInt16, ImageSInt16, ImageSInt16, ImageSInt16, ImageSInt16, ImageBorder_I32) - 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
-
- hierarchyFor(Class) - Method in class com.thoughtworks.boofcv.converters.reflection.SerializableConverter
-
- 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, int) - Static method in class boofcv.alg.filter.convolve.border.ConvolveJustBorder_General
-
- horizontal(Kernel1D_I32, ImageBorder_I32, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.border.ConvolveJustBorder_General
-
- horizontal(Kernel1D_I32, ImageBorder_I32, ImageSInt32, int) - 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, boolean) - 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, boolean) - 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, boolean) - 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, boolean) - 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, ImageInt8, 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, boolean) - Static method in class boofcv.alg.filter.convolve.ConvolveImageNoBorder
-
Performs a horizontal 1D convolution across the image.
- horizontal(Kernel1D_I32, ImageUInt8, ImageInt8, int, boolean) - Static method in class boofcv.alg.filter.convolve.ConvolveImageNoBorder
-
Performs a horizontal 1D convolution across the image with division.
- horizontal(Kernel1D_I32, ImageUInt8, ImageInt16, boolean) - Static method in class boofcv.alg.filter.convolve.ConvolveImageNoBorder
-
Performs a horizontal 1D convolution across the image.
- horizontal(Kernel1D_I32, ImageUInt8, ImageSInt32, boolean) - Static method in class boofcv.alg.filter.convolve.ConvolveImageNoBorder
-
Performs a horizontal 1D convolution across the image.
- horizontal(Kernel1D_I32, ImageSInt16, ImageInt16, boolean) - Static method in class boofcv.alg.filter.convolve.ConvolveImageNoBorder
-
Performs a horizontal 1D convolution across the image.
- horizontal(Kernel1D_I32, ImageSInt16, ImageInt16, int, boolean) - Static method in class boofcv.alg.filter.convolve.ConvolveImageNoBorder
-
Performs a horizontal 1D convolution across the image.
- horizontal(Kernel1D_I32, ImageSInt32, ImageSInt32, int, boolean) - 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_I32) - Static method in class boofcv.alg.filter.convolve.ConvolveWithBorder
-
Performs a horizontal 1D convolution across the image.
- horizontal(Kernel1D_I32, ImageUInt8, ImageSInt32, ImageBorder_I32) - Static method in class boofcv.alg.filter.convolve.ConvolveWithBorder
-
Performs a horizontal 1D convolution across the image.
- horizontal(Kernel1D_I32, ImageSInt16, ImageInt16, ImageBorder_I32) - 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_I32, 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, T, T, B) - Static method in class boofcv.alg.filter.convolve.GConvolveImageOps
-
Performs a horizontal 1D convolution across the image.
- horizontal(K, T, T, boolean) - Static method in class boofcv.alg.filter.convolve.GConvolveImageOps
-
Performs a horizontal 1D convolution across the image.
- horizontal(Kernel1D_F32, ImageFloat32, ImageFloat32, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
-
- horizontal(Kernel1D_F64, ImageFloat64, ImageFloat64, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
-
- horizontal(Kernel1D_I32, ImageUInt8, ImageInt16, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
-
- horizontal(Kernel1D_I32, ImageUInt8, ImageSInt32, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
-
- horizontal(Kernel1D_I32, ImageSInt16, ImageInt16, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
-
- horizontal(Kernel1D_I32, ImageUInt8, ImageInt8, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
-
- horizontal(Kernel1D_I32, ImageSInt16, ImageInt16, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
-
- horizontal(Kernel1D_I32, ImageSInt32, ImageSInt32, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
-
- horizontal(Kernel1D_I32, ImageSInt32, ImageSInt32, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
-
- horizontal(Kernel1D_F32, ImageFloat32, ImageFloat32, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_F32_F32
-
- horizontal(Kernel1D_I32, ImageSInt16, ImageInt16, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16
-
- horizontal(Kernel1D_I32, ImageSInt16, ImageInt16, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16_Div
-
- horizontal(Kernel1D_I32, ImageSInt32, ImageSInt32, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32
-
- horizontal(Kernel1D_I32, ImageSInt32, ImageSInt32, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32_Div
-
- horizontal(Kernel1D_I32, ImageUInt8, ImageInt16, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I16
-
- horizontal(Kernel1D_I32, ImageUInt8, ImageInt8, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I8_Div
-
- horizontal(ImageUInt8, ImageInt16, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ImplConvolveBox
-
- horizontal(ImageUInt8, ImageSInt32, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ImplConvolveBox
-
- horizontal(ImageSInt16, ImageInt16, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ImplConvolveBox
-
- horizontal(ImageSInt32, ImageSInt32, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ImplConvolveBox
-
- horizontal(ImageFloat32, ImageFloat32, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ImplConvolveBox
-
- horizontal(ImageFloat64, ImageFloat64, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ImplConvolveBox
-
- horizontal(ImageUInt8, ImageInt8, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ImplConvolveMean
-
- horizontal(ImageSInt16, ImageInt16, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ImplConvolveMean
-
- horizontal(ImageFloat32, ImageFloat32, int, boolean) - 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, float, int, float, int, ImageFloat32, int, int, int) - Static method in class boofcv.alg.filter.misc.ImplAverageResample
-
- 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, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_F32_F32
-
- horizontal11(Kernel1D_I32, ImageSInt16, ImageInt16, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16
-
- horizontal11(Kernel1D_I32, ImageSInt16, ImageInt16, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16_Div
-
- horizontal11(Kernel1D_I32, ImageSInt32, ImageSInt32, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32
-
- horizontal11(Kernel1D_I32, ImageSInt32, ImageSInt32, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32_Div
-
- horizontal11(Kernel1D_I32, ImageUInt8, ImageInt16, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I16
-
- horizontal11(Kernel1D_I32, ImageUInt8, ImageInt8, int, boolean) - 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, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_F32_F32
-
- horizontal3(Kernel1D_I32, ImageSInt16, ImageInt16, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16
-
- horizontal3(Kernel1D_I32, ImageSInt16, ImageInt16, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16_Div
-
- horizontal3(Kernel1D_I32, ImageSInt32, ImageSInt32, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32
-
- horizontal3(Kernel1D_I32, ImageSInt32, ImageSInt32, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32_Div
-
- horizontal3(Kernel1D_I32, ImageUInt8, ImageInt16, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I16
-
- horizontal3(Kernel1D_I32, ImageUInt8, ImageInt8, int, boolean) - 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, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_F32_F32
-
- horizontal5(Kernel1D_I32, ImageSInt16, ImageInt16, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16
-
- horizontal5(Kernel1D_I32, ImageSInt16, ImageInt16, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16_Div
-
- horizontal5(Kernel1D_I32, ImageSInt32, ImageSInt32, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32
-
- horizontal5(Kernel1D_I32, ImageSInt32, ImageSInt32, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32_Div
-
- horizontal5(Kernel1D_I32, ImageUInt8, ImageInt16, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I16
-
- horizontal5(Kernel1D_I32, ImageUInt8, ImageInt8, int, boolean) - 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, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_F32_F32
-
- horizontal7(Kernel1D_I32, ImageSInt16, ImageInt16, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16
-
- horizontal7(Kernel1D_I32, ImageSInt16, ImageInt16, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16_Div
-
- horizontal7(Kernel1D_I32, ImageSInt32, ImageSInt32, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32
-
- horizontal7(Kernel1D_I32, ImageSInt32, ImageSInt32, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32_Div
-
- horizontal7(Kernel1D_I32, ImageUInt8, ImageInt16, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I16
-
- horizontal7(Kernel1D_I32, ImageUInt8, ImageInt8, int, boolean) - 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, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_F32_F32
-
- horizontal9(Kernel1D_I32, ImageSInt16, ImageInt16, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16
-
- horizontal9(Kernel1D_I32, ImageSInt16, ImageInt16, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16_Div
-
- horizontal9(Kernel1D_I32, ImageSInt32, ImageSInt32, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32
-
- horizontal9(Kernel1D_I32, ImageSInt32, ImageSInt32, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32_Div
-
- horizontal9(Kernel1D_I32, ImageUInt8, ImageInt16, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I16
-
- horizontal9(Kernel1D_I32, ImageUInt8, ImageInt8, int, boolean) - 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, T, T) - 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.
- id - Variable in class boofcv.alg.filter.binary.Contour
-
ID of blob in the image.
- ID_REFERENCES - Static variable in class boofcv.misc.XStreamAppletVersion
-
- image - Variable in class boofcv.abst.filter.convolve.ImageConvolveSparse
-
- image - Variable in class boofcv.alg.interpolate.PolynomialPixel
-
- 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 ImageSingleBand> - 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_I32<T extends ImageInteger> - Class in boofcv.core.image.border
-
- ImageBorder1D_I32(Class<?>) - Constructor for class boofcv.core.image.border.ImageBorder1D_I32
-
- ImageBorder1D_I32(BorderIndex1D, BorderIndex1D) - Constructor for class boofcv.core.image.border.ImageBorder1D_I32
-
- ImageBorder1D_I32(T, BorderIndex1D, BorderIndex1D) - Constructor for class boofcv.core.image.border.ImageBorder1D_I32
-
- ImageBorder1D_I64 - Class in boofcv.core.image.border
-
- ImageBorder1D_I64(Class<?>) - Constructor for class boofcv.core.image.border.ImageBorder1D_I64
-
- ImageBorder1D_I64(BorderIndex1D, BorderIndex1D) - Constructor for class boofcv.core.image.border.ImageBorder1D_I64
-
- ImageBorder1D_I64(ImageSInt64, BorderIndex1D, BorderIndex1D) - Constructor for class boofcv.core.image.border.ImageBorder1D_I64
-
- 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_I32<T extends ImageInteger> - Class in boofcv.core.image.border
-
- ImageBorder_I32(T) - Constructor for class boofcv.core.image.border.ImageBorder_I32
-
- ImageBorder_I32() - Constructor for class boofcv.core.image.border.ImageBorder_I32
-
- ImageBorder_I64 - Class in boofcv.core.image.border
-
- ImageBorder_I64(ImageSInt64) - Constructor for class boofcv.core.image.border.ImageBorder_I64
-
- ImageBorder_I64() - Constructor for class boofcv.core.image.border.ImageBorder_I64
-
- 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_F32(ImageFloat32, float) - Constructor for class boofcv.core.image.border.ImageBorderValue.Value_F32
-
- ImageBorderValue.Value_F32(float) - Constructor for class boofcv.core.image.border.ImageBorderValue.Value_F32
-
- ImageBorderValue.Value_F64 - Class in boofcv.core.image.border
-
- ImageBorderValue.Value_F64(ImageFloat64, double) - Constructor for class boofcv.core.image.border.ImageBorderValue.Value_F64
-
- ImageBorderValue.Value_F64(double) - Constructor for class boofcv.core.image.border.ImageBorderValue.Value_F64
-
- ImageBorderValue.Value_I - Class in boofcv.core.image.border
-
- ImageBorderValue.Value_I(ImageInteger, int) - Constructor for class boofcv.core.image.border.ImageBorderValue.Value_I
-
- ImageBorderValue.Value_I(int) - Constructor for class boofcv.core.image.border.ImageBorderValue.Value_I
-
- ImageBorderValue.Value_I64 - Class in boofcv.core.image.border
-
- ImageBorderValue.Value_I64(ImageSInt64, long) - Constructor for class boofcv.core.image.border.ImageBorderValue.Value_I64
-
- ImageBorderValue.Value_I64(long) - Constructor for class boofcv.core.image.border.ImageBorderValue.Value_I64
-
- 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 ImageSingleBand,D extends ImageSingleBand> - Interface in boofcv.abst.filter.derivative
-
- 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<T extends ImageBase> - Interface in boofcv.alg.distort
-
Copies an image onto another image while applying a transform to the pixel coordinates.
- ImageDistortBasic<T extends ImageSingleBand> - Class in boofcv.alg.distort
-
- ImageDistortBasic(InterpolatePixelS<T>, ImageBorder<T>) - Constructor for class boofcv.alg.distort.ImageDistortBasic
-
Specifies configuration parameters
- ImageDistortCache<T extends ImageSingleBand> - Class in boofcv.alg.distort
-
Except for very simple functions, computing the per pixel distortion is an expensive operation.
- ImageDistortCache(InterpolatePixelS<T>, ImageBorder<T>) - Constructor for class boofcv.alg.distort.ImageDistortCache
-
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 ImageSingleBand,Output extends ImageSingleBand> - 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
-
- 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<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
-
- ImplAverageDownSample2 - Class in boofcv.alg.filter.misc
-
- ImplAverageDownSample2() - Constructor for class boofcv.alg.filter.misc.ImplAverageDownSample2
-
- ImplAverageDownSampleN - Class in boofcv.alg.filter.misc
-
- ImplAverageDownSampleN() - Constructor for class boofcv.alg.filter.misc.ImplAverageDownSampleN
-
- ImplAverageResample - 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.
- ImplAverageResample() - Constructor for class boofcv.alg.filter.misc.ImplAverageResample
-
- ImplBilinearPixel_F32 - Class in boofcv.alg.interpolate.impl
-
- 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
-
- ImplBilinearPixel_F64() - Constructor for class boofcv.alg.interpolate.impl.ImplBilinearPixel_F64
-
- ImplBilinearPixel_F64(ImageFloat64) - Constructor for class boofcv.alg.interpolate.impl.ImplBilinearPixel_F64
-
- ImplBilinearPixel_S16 - Class in boofcv.alg.interpolate.impl
-
- 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
-
- 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
-
- 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
-
- ImplConvertMsToSingle() - Constructor for class boofcv.core.image.impl.ImplConvertMsToSingle
-
- 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
-
- ImplGrayImageOps() - Constructor for class boofcv.alg.filter.basic.impl.ImplGrayImageOps
-
- ImplImageDistort_F32 - Class in boofcv.alg.distort.impl
-
- ImplImageDistort_F32(InterpolatePixelS<ImageFloat32>, ImageBorder<ImageFloat32>) - Constructor for class boofcv.alg.distort.impl.ImplImageDistort_F32
-
- ImplImageDistort_I16<T extends ImageInt16> - Class in boofcv.alg.distort.impl
-
- ImplImageDistort_I16(InterpolatePixelS<T>, ImageBorder<T>) - Constructor for class boofcv.alg.distort.impl.ImplImageDistort_I16
-
- ImplImageDistort_I8<T extends ImageInt8> - Class in boofcv.alg.distort.impl
-
- ImplImageDistort_I8(InterpolatePixelS<T>, ImageBorder<T>) - Constructor for class boofcv.alg.distort.impl.ImplImageDistort_I8
-
- ImplImageDistort_MS<T extends ImageSingleBand> - Class in boofcv.alg.distort.impl
-
- ImplImageDistort_MS(ImageDistort<T>) - Constructor for class boofcv.alg.distort.impl.ImplImageDistort_MS
-
- ImplImageDistort_S32<T extends ImageSInt32> - Class in boofcv.alg.distort.impl
-
- ImplImageDistort_S32(InterpolatePixelS<T>, ImageBorder<T>) - Constructor for class boofcv.alg.distort.impl.ImplImageDistort_S32
-
- ImplImageDistortCache_F32 - Class in boofcv.alg.distort.impl
-
- ImplImageDistortCache_F32(InterpolatePixelS<ImageFloat32>, ImageBorder<ImageFloat32>) - Constructor for class boofcv.alg.distort.impl.ImplImageDistortCache_F32
-
- ImplImageDistortCache_I16<T extends ImageInt16> - Class in boofcv.alg.distort.impl
-
- ImplImageDistortCache_I16(InterpolatePixelS<T>, ImageBorder<T>) - Constructor for class boofcv.alg.distort.impl.ImplImageDistortCache_I16
-
- ImplImageDistortCache_I8<T extends ImageInt8> - Class in boofcv.alg.distort.impl
-
- ImplImageDistortCache_I8(InterpolatePixelS<T>, ImageBorder<T>) - Constructor for class boofcv.alg.distort.impl.ImplImageDistortCache_I8
-
- ImplImageDistortCache_S32 - Class in boofcv.alg.distort.impl
-
- ImplImageDistortCache_S32(InterpolatePixelS<ImageSInt32>, ImageBorder<ImageSInt32>) - 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
-
- ImplPolynomialPixel_F32(int, float, float) - Constructor for class boofcv.alg.interpolate.impl.ImplPolynomialPixel_F32
-
- ImplPolynomialPixel_I - Class in boofcv.alg.interpolate.impl
-
- 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
-
- 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.
- 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
-
- 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
-
- InterleavedF32 - Class in boofcv.struct.image
-
- 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
-
- 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 - Class in boofcv.struct.image
-
- 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 - Class in boofcv.struct.image
-
- 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
-
- 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
-
- 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
-
- 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
-
- internal - Variable in class boofcv.alg.filter.binary.Contour
-
Internal contours that are inside the blob.
- interp - Variable in class boofcv.alg.distort.ImageDistortBasic
-
- interp1D - Variable in class boofcv.alg.interpolate.PolynomialPixel
-
- 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_S_to_MB_MultiSpectral<T extends ImageSingleBand> - Class in boofcv.abst.filter.interpolate
-
- InterpolatePixel_S_to_MB_MultiSpectral(InterpolatePixelS<T>) - Constructor for class boofcv.abst.filter.interpolate.InterpolatePixel_S_to_MB_MultiSpectral
-
- 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(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.
- 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
-
- isImmutableValueType(Class) - Method in class com.thoughtworks.boofcv.mapper.DefaultMapper
-
- 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
-
- 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_S_to_MB_MultiSpectral
-
- isInFastBounds(float, float) - Method in class boofcv.alg.interpolate.BilinearPixel
-
- 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.NearestNeighborPixel
-
- isInFastBounds(float, float) - Method in class boofcv.alg.interpolate.PolynomialPixel
-
- 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(BufferedImage) - Static method in class boofcv.core.image.ConvertBufferedImage
-
Checks to see if the input image is a subImage().
- 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
-
- 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 )
- mapper - Variable in class com.thoughtworks.boofcv.converters.javabean.JavaBeanConverter
-
- mark(int) - Method in class com.thoughtworks.boofcv.core.util.CustomObjectInputStream
-
- markSupported() - Method in class com.thoughtworks.boofcv.core.util.CustomObjectInputStream
-
- marshal(Object, HierarchicalStreamWriter) - Method in class boofcv.misc.XStreamAppletVersion
-
Serialize and object to a hierarchical data structure (such as XML).
- marshal(Object, HierarchicalStreamWriter, DataHolder) - Method in class boofcv.misc.XStreamAppletVersion
-
Serialize and object to a hierarchical data structure (such as XML).
- marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.boofcv.converters.extended.DynamicProxyConverter
-
- marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.boofcv.converters.extended.JavaFieldConverter
-
- marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.boofcv.converters.extended.JavaMethodConverter
-
- marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.boofcv.converters.javabean.JavaBeanConverter
-
- marshal(Object, HierarchicalStreamWriter, MarshallingContext) - Method in class com.thoughtworks.boofcv.converters.reflection.ExternalizableConverter
-
- marshalUnserializableParent(HierarchicalStreamWriter, MarshallingContext, Object) - Method in class com.thoughtworks.boofcv.converters.reflection.SerializableConverter
-
- 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
-
- 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(T, T, int, T) - 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(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
-
- 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
-
- ms(int, Class<I>) - 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.
- multToBuffered_F32(MultiSpectral<ImageFloat32>, ByteInterleavedRaster) - Static method in class boofcv.core.image.ConvertRaster
-
- multToBuffered_F32(MultiSpectral<ImageFloat32>, IntegerInterleavedRaster) - Static method in class boofcv.core.image.ConvertRaster
-
- multToBuffered_F32(MultiSpectral<ImageFloat32>, BufferedImage) - Static method in class boofcv.core.image.ConvertRaster
-
- multToBuffered_U8(MultiSpectral<ImageUInt8>, ByteInterleavedRaster) - Static method in class boofcv.core.image.ConvertRaster
-
- multToBuffered_U8(MultiSpectral<ImageUInt8>, IntegerInterleavedRaster) - Static method in class boofcv.core.image.ConvertRaster
-
- multToBuffered_U8(MultiSpectral<ImageUInt8>, BufferedImage) - Static method in class boofcv.core.image.ConvertRaster
-
- pause(long) - Static method in class boofcv.misc.BoofMiscOps
-
Invokes wait until the elapsed time has passed.
- peekCallback() - Method in class com.thoughtworks.boofcv.core.util.CustomObjectInputStream
-
- 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
-
- 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
-
- 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.
- 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
-
- PointToPixelTransform_F32(PointTransform_F32) - Constructor for class boofcv.alg.distort.PointToPixelTransform_F32
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- popCallback() - Method in class com.thoughtworks.boofcv.core.util.CustomObjectInputStream
-
- prewitt(I, D, D, BorderType) - Static method in class boofcv.alg.filter.derivative.GImageDerivativeOps
-
- prewitt(Class<I>, Class<D>) - Static method in class boofcv.factory.filter.derivative.FactoryDerivative
-
- PrimativeType - Class in boofcv.struct.primitive
-
- PrimativeType() - Constructor for class boofcv.struct.primitive.PrimativeType
-
- 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.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
-
- PRIORITY_LOW - Static variable in class boofcv.misc.XStreamAppletVersion
-
- PRIORITY_NORMAL - Static variable in class boofcv.misc.XStreamAppletVersion
-
- PRIORITY_VERY_HIGH - Static variable in class boofcv.misc.XStreamAppletVersion
-
- PRIORITY_VERY_LOW - Static variable in class boofcv.misc.XStreamAppletVersion
-
- process(T, T) - Method in class boofcv.abst.denoise.WaveletDenoiseFilter
-
- 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(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_I32) - 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_I32) - 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_I32<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_I32<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_I32) - 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_I32) - 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, ImageSInt16, ImageBorder_I32) - 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_I32) - 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(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
-
- processAnnotations(Class[]) - Method in class boofcv.misc.XStreamAppletVersion
-
Process the annotations of the given types and configure the XStream.
- processAnnotations(Class) - Method in class boofcv.misc.XStreamAppletVersion
-
Process the annotations of the given type and configure the XStream.
- processAnnotations(Class[]) - Method in class com.thoughtworks.boofcv.mapper.AnnotationMapper
-
- processBorderHorizontal(ImageUInt8, ImageSInt16, Kernel1D_I32, int, ImageBorder_I32) - Static method in class boofcv.alg.filter.derivative.DerivativeHelperFunctions
-
- processBorderHorizontal(ImageSInt16, ImageSInt16, Kernel1D_I32, int, ImageBorder_I32) - Static method in class boofcv.alg.filter.derivative.DerivativeHelperFunctions
-
- processBorderHorizontal(ImageFloat32, ImageFloat32, Kernel1D_F32, int, ImageBorder_F32) - Static method in class boofcv.alg.filter.derivative.DerivativeHelperFunctions
-
- processBorderVertical(ImageUInt8, ImageSInt16, Kernel1D_I32, int, ImageBorder_I32) - Static method in class boofcv.alg.filter.derivative.DerivativeHelperFunctions
-
- processBorderVertical(ImageSInt16, ImageSInt16, Kernel1D_I32, int, ImageBorder_I32) - Static method in class boofcv.alg.filter.derivative.DerivativeHelperFunctions
-
- processBorderVertical(ImageFloat32, ImageFloat32, Kernel1D_F32, int, 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
-
- pushCallback(CustomObjectInputStream.StreamCallback) - Method in class com.thoughtworks.boofcv.core.util.CustomObjectInputStream
-
Allows the CustomObjectInputStream (which is expensive to create) to be reused.
- 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 .
- 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
-
- r - Variable in class boofcv.alg.transform.ii.SparseIntegralGradient_NoBorder
-
- radiusForSigma(double, int) - Static method in class boofcv.factory.filter.kernel.FactoryKernelGaussian
-
NOTE: If trying to determine radius for gaussian derivative +1 to returned value..
- 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.
- random1D_F32(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, double, double, Random) - Static method in class boofcv.factory.filter.kernel.FactoryKernel
-
- random1D_I32(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, 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, 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, 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
- read() - Method in class com.thoughtworks.boofcv.core.util.CustomObjectInputStream
-
- read(byte[], int, int) - Method in class com.thoughtworks.boofcv.core.util.CustomObjectInputStream
-
- read(byte[]) - Method in class com.thoughtworks.boofcv.core.util.CustomObjectInputStream
-
- readBoolean() - Method in class com.thoughtworks.boofcv.core.util.CustomObjectInputStream
-
- readByte() - Method in class com.thoughtworks.boofcv.core.util.CustomObjectInputStream
-
- readChar() - Method in class com.thoughtworks.boofcv.core.util.CustomObjectInputStream
-
- readDouble() - Method in class com.thoughtworks.boofcv.core.util.CustomObjectInputStream
-
- readFields() - Method in class com.thoughtworks.boofcv.core.util.CustomObjectInputStream
-
- readFieldsFromStream() - Method in interface com.thoughtworks.boofcv.core.util.CustomObjectInputStream.StreamCallback
-
- readFloat() - Method in class com.thoughtworks.boofcv.core.util.CustomObjectInputStream
-
- readFromStream() - Method in interface com.thoughtworks.boofcv.core.util.CustomObjectInputStream.StreamCallback
-
- readFully(byte[]) - Method in class com.thoughtworks.boofcv.core.util.CustomObjectInputStream
-
- readFully(byte[], int, int) - Method in class com.thoughtworks.boofcv.core.util.CustomObjectInputStream
-
- readInt() - Method in class com.thoughtworks.boofcv.core.util.CustomObjectInputStream
-
- readLine() - Method in class com.thoughtworks.boofcv.core.util.CustomObjectInputStream
-
- readLong() - Method in class com.thoughtworks.boofcv.core.util.CustomObjectInputStream
-
- readObjectOverride() - Method in class com.thoughtworks.boofcv.core.util.CustomObjectInputStream
-
- readShort() - Method in class com.thoughtworks.boofcv.core.util.CustomObjectInputStream
-
- readUnshared() - Method in class com.thoughtworks.boofcv.core.util.CustomObjectInputStream
-
- readUnsignedByte() - Method in class com.thoughtworks.boofcv.core.util.CustomObjectInputStream
-
- readUnsignedShort() - Method in class com.thoughtworks.boofcv.core.util.CustomObjectInputStream
-
- readUTF() - Method in class com.thoughtworks.boofcv.core.util.CustomObjectInputStream
-
- realClass(String) - Method in class com.thoughtworks.boofcv.mapper.DefaultMapper
-
- 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
.
- realMember(Class, String) - Method in class com.thoughtworks.boofcv.mapper.AnnotationMapper
-
- realMember(Class, String) - Method in class com.thoughtworks.boofcv.mapper.DefaultMapper
-
- 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(ImageInteger) - 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.
- registerConverter(Converter) - Method in class boofcv.misc.XStreamAppletVersion
-
- registerConverter(Converter, int) - Method in class boofcv.misc.XStreamAppletVersion
-
- registerConverter(SingleValueConverter) - Method in class boofcv.misc.XStreamAppletVersion
-
- registerConverter(SingleValueConverter, int) - Method in class boofcv.misc.XStreamAppletVersion
-
- registerLocalConverter(Class, String, Converter) - Method in class boofcv.misc.XStreamAppletVersion
-
Register a local Converter for a field.
- registerLocalConverter(Class, String, SingleValueConverter) - Method in class boofcv.misc.XStreamAppletVersion
-
Register a local SingleValueConverter for a field.
- registerValidation(ObjectInputValidation, int) - Method in class com.thoughtworks.boofcv.core.util.CustomObjectInputStream
-
- registerValidation(ObjectInputValidation, int) - Method in interface com.thoughtworks.boofcv.core.util.CustomObjectInputStream.StreamCallback
-
- 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
-
- reset() - Method in class boofcv.alg.filter.binary.Contour
-
- reset() - Method in class com.thoughtworks.boofcv.core.util.CustomObjectInputStream
-
- reshape(int, int) - Method in class boofcv.struct.image.ImageBase
-
- 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
- resolveClass(ObjectStreamClass) - Method in class com.thoughtworks.boofcv.core.util.CustomObjectInputStream
-
- 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.
- 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
-
- rotate(T, T, TypeInterpolate, float) - Static method in class boofcv.alg.distort.DistortImageOps
-
Rotates the image using the specified interpolation type.
- 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
-
- 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
-
- saveXML(Object, String) - Static method in class boofcv.misc.BoofMiscOps
-
- scale(T, T, TypeInterpolate) - Static method in class boofcv.alg.distort.DistortImageOps
-
Rescales the input image and writes the results into the output image.
- 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.struct.pyramid.PyramidDiscrete
-
- scale - Variable in class boofcv.struct.pyramid.PyramidFloat
-
- SCALE_SPACE_CANONICAL_RADIUS - Static variable in class boofcv.struct.BoofDefaults
-
- scales - Variable in class boofcv.alg.transform.ii.IntegralKernel
-
- scaleSpace(double[], Class<T>) - Static method in class boofcv.factory.transform.pyramid.FactoryPyramid
-
- scaleSpacePyramid(double[], Class<T>) - Static method in class boofcv.factory.transform.pyramid.FactoryPyramid
-
- 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.
- SequencePointTransform_F32 - Class in boofcv.struct.distort
-
- SequencePointTransform_F32(PointTransform_F32...) - Constructor for class boofcv.struct.distort.SequencePointTransform_F32
-
Specifies the sequence of transforms.
- SequencePointTransform_F64 - Class in boofcv.struct.distort
-
- SequencePointTransform_F64(PointTransform_F64...) - Constructor for class boofcv.struct.distort.SequencePointTransform_F64
-
Specifies the sequence of transforms.
- SerializableConverter - Class in com.thoughtworks.boofcv.converters.reflection
-
Emulates the mechanism used by standard Java Serialization for classes that implement java.io.Serializable AND
implement or inherit a custom readObject()/writeObject() method.
- SerializableConverter(Mapper, ReflectionProvider, XStreamClassLoader) - Constructor for class com.thoughtworks.boofcv.converters.reflection.SerializableConverter
-
- SerializableConverter(Mapper, ReflectionProvider) - Constructor for class com.thoughtworks.boofcv.converters.reflection.SerializableConverter
-
- serializedClass(Class) - Method in class com.thoughtworks.boofcv.mapper.AnnotationMapper
-
- serializedClass(Class) - Method in class com.thoughtworks.boofcv.mapper.DefaultMapper
-
- serializedMember(Class, String) - Method in class com.thoughtworks.boofcv.mapper.DefaultMapper
-
- set(Affine2D_F32) - Method in class boofcv.alg.distort.PixelTransformAffine_F32
-
- set(Affine2D_F64) - Method in class boofcv.alg.distort.PixelTransformAffine_F32
-
- set(Homography2D_F32) - Method in class boofcv.alg.distort.PixelTransformHomography_F32
-
- set(Homography2D_F64) - Method in class boofcv.alg.distort.PixelTransformHomography_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, int) - Method in class boofcv.core.image.border.ImageBorder_I32
-
- set(int, int, long) - Method in class boofcv.core.image.border.ImageBorder_I64
-
- 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, 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, 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.InterleavedS32
-
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
-
- 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, 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.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.
- 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.
- setBorderType(BorderType) - Method in interface boofcv.abst.filter.derivative.ImageDerivative
-
Overrides the default border behavior.
- 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.
- setClassLoader(XStreamClassLoader) - Method in class boofcv.misc.XStreamAppletVersion
-
Change the ClassLoader XStream uses to load classes.
- setData0(A) - Method in class boofcv.struct.Tuple2
-
- setData1(B) - Method in class boofcv.struct.Tuple2
-
- setFirstLayer(T) - Method in class boofcv.struct.pyramid.ImagePyramidBase
-
- 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_S_to_MB_MultiSpectral
-
- setImage(T) - Method in class boofcv.alg.interpolate.BilinearPixel
-
- 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(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(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 interface boofcv.alg.interpolate.InterpolateRectangle
-
Change the image that is being interpolated.
- 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(T) - Method in class boofcv.core.image.border.ImageBorder1D_I32
-
- setImage(ImageSInt64) - Method in class boofcv.core.image.border.ImageBorder1D_I64
-
- 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
-
- 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
-
- setMarshallingStrategy(MarshallingStrategy) - Method in class boofcv.misc.XStreamAppletVersion
-
- setMode(int) - Method in class boofcv.misc.XStreamAppletVersion
-
Change mode for dealing with duplicate references.
- 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
-
- setModel(PixelTransform_F32) - Method in class boofcv.alg.distort.impl.ImplImageDistort_MS
-
- 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, int) - Method in class boofcv.core.image.border.ImageBorder1D_I32
-
- setOutside(int, int, long) - Method in class boofcv.core.image.border.ImageBorder1D_I64
-
- 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, int) - Method in class boofcv.core.image.border.ImageBorder_I32
-
- setOutside(int, int, long) - Method in class boofcv.core.image.border.ImageBorder_I64
-
- 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
-
- 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
-
- setReference(XStreamClassLoader) - Method in class com.thoughtworks.boofcv.core.util.ClassLoaderReference
-
- 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
-
- setupAliases() - Method in class boofcv.misc.XStreamAppletVersion
-
- setupConverters() - Method in class boofcv.misc.XStreamAppletVersion
-
- setupDefaultImplementations() - Method in class boofcv.misc.XStreamAppletVersion
-
- setupImmutableTypes() - Method in class boofcv.misc.XStreamAppletVersion
-
- 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).
- shouldSerializeMember(Class, String) - Method in class com.thoughtworks.boofcv.mapper.DefaultMapper
-
- 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, choose an appropriate sigma.
- sigmaLayers - Variable in class boofcv.alg.transform.pyramid.PyramidFloatGaussianScale
-
- single(Class<I>) - Static method in class boofcv.struct.image.ImageType
-
- SINGLE_NODE_XPATH_ABSOLUTE_REFERENCES - Static variable in class boofcv.misc.XStreamAppletVersion
-
- SINGLE_NODE_XPATH_RELATIVE_REFERENCES - Static variable in class boofcv.misc.XStreamAppletVersion
-
- 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
-
- size - Variable in class boofcv.alg.interpolate.array.Interpolate1D_F32
-
- size() - Method in class boofcv.struct.WrapArrayIntoList
-
- skip(long) - Method in class com.thoughtworks.boofcv.core.util.CustomObjectInputStream
-
- skipBytes(int) - Method in class com.thoughtworks.boofcv.core.util.CustomObjectInputStream
-
- sobel(I, D, D, BorderType) - Static method in class boofcv.alg.filter.derivative.GImageDerivativeOps
-
- 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_I8() - 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
-
- 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
-
- srcImg - Variable in class boofcv.alg.distort.ImageDistortBasic
-
- srcImg - Variable in class boofcv.alg.distort.ImageDistortCache
-
- 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
-
- SteerableKernel_F32() - Constructor for class boofcv.alg.filter.kernel.impl.SteerableKernel_F32
-
- SteerableKernel_I32 - Class in boofcv.alg.filter.kernel.impl
-
- 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.BilinearPixel
-
- stride - Variable in class boofcv.alg.interpolate.NearestNeighborPixel
-
- 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
-
- 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)
- 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
-
- value(T, double) - Static method in class boofcv.core.image.border.FactoryImageBorder
-
Creates an
ImageBorder that returns the specified value always.
- value(Class<T>, double) - Static method in class boofcv.core.image.border.FactoryImageBorder
-
Creates an
ImageBorder that returns the specified value always.
- 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
-
- 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.misc.AutoTypeImage
-
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.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.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.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, int) - Static method in class boofcv.alg.filter.convolve.border.ConvolveJustBorder_General
-
- vertical(Kernel1D_I32, ImageBorder_I32, ImageInt16, int) - Static method in class boofcv.alg.filter.convolve.border.ConvolveJustBorder_General
-
- vertical(Kernel1D_I32, ImageBorder_I32, ImageSInt32, int) - 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, boolean) - 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, boolean) - 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, boolean) - 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, boolean) - 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, boolean) - Static method in class boofcv.alg.filter.convolve.ConvolveImageNoBorder
-
Performs a vertical 1D convolution across the image.
- vertical(Kernel1D_I32, ImageUInt8, ImageInt8, int, boolean) - Static method in class boofcv.alg.filter.convolve.ConvolveImageNoBorder
-
Performs a vertical 1D convolution with division across the image.
- vertical(Kernel1D_I32, ImageUInt8, ImageInt16, boolean) - Static method in class boofcv.alg.filter.convolve.ConvolveImageNoBorder
-
Performs a vertical 1D convolution across the image.
- vertical(Kernel1D_I32, ImageUInt8, ImageSInt32, boolean) - Static method in class boofcv.alg.filter.convolve.ConvolveImageNoBorder
-
Performs a vertical 1D convolution across the image.
- vertical(Kernel1D_I32, ImageSInt16, ImageInt16, boolean) - Static method in class boofcv.alg.filter.convolve.ConvolveImageNoBorder
-
Performs a vertical 1D convolution across the image.
- vertical(Kernel1D_I32, ImageSInt16, ImageInt16, int, boolean) - Static method in class boofcv.alg.filter.convolve.ConvolveImageNoBorder
-
Performs a vertical 1D convolution across the image.
- vertical(Kernel1D_I32, ImageSInt32, ImageSInt32, int, boolean) - Static method in class boofcv.alg.filter.convolve.ConvolveImageNoBorder
-
Performs a vertical 1D convolution across the image.
- 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_I32) - Static method in class boofcv.alg.filter.convolve.ConvolveWithBorder
-
Performs a vertical 1D convolution across the image.
- vertical(Kernel1D_I32, ImageUInt8, ImageSInt32, ImageBorder_I32) - Static method in class boofcv.alg.filter.convolve.ConvolveWithBorder
-
Performs a vertical 1D convolution across the image.
- vertical(Kernel1D_I32, ImageSInt16, ImageInt16, ImageBorder_I32) - 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_I32, 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, T, T, B) - Static method in class boofcv.alg.filter.convolve.GConvolveImageOps
-
Performs a vertical 1D convolution across the image.
- vertical(K, T, T, boolean) - Static method in class boofcv.alg.filter.convolve.GConvolveImageOps
-
Performs a horizontal 1D convolution across the image.
- vertical(Kernel1D_F32, ImageFloat32, ImageFloat32, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
-
- vertical(Kernel1D_F64, ImageFloat64, ImageFloat64, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
-
- vertical(Kernel1D_I32, ImageUInt8, ImageInt16, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
-
- vertical(Kernel1D_I32, ImageUInt8, ImageSInt32, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
-
- vertical(Kernel1D_I32, ImageSInt16, ImageInt16, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
-
- vertical(Kernel1D_I32, ImageUInt8, ImageInt8, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
-
- vertical(Kernel1D_I32, ImageSInt16, ImageInt16, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
-
- vertical(Kernel1D_I32, ImageSInt32, ImageSInt32, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
-
- vertical(Kernel1D_I32, ImageSInt32, ImageSInt32, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageStandard
-
- vertical(Kernel1D_F32, ImageFloat32, ImageFloat32, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_F32_F32
-
- vertical(Kernel1D_I32, ImageSInt16, ImageInt16, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16
-
- vertical(Kernel1D_I32, ImageSInt16, ImageInt16, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16_Div
-
- vertical(Kernel1D_I32, ImageSInt32, ImageSInt32, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32
-
- vertical(Kernel1D_I32, ImageSInt32, ImageSInt32, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32_Div
-
- vertical(Kernel1D_I32, ImageUInt8, ImageInt16, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I16
-
- vertical(Kernel1D_I32, ImageUInt8, ImageInt8, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I8_Div
-
- vertical(ImageUInt8, ImageInt16, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ImplConvolveBox
-
- vertical(ImageUInt8, ImageSInt32, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ImplConvolveBox
-
- vertical(ImageSInt16, ImageInt16, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ImplConvolveBox
-
- vertical(ImageSInt32, ImageSInt32, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ImplConvolveBox
-
- vertical(ImageFloat32, ImageFloat32, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ImplConvolveBox
-
- vertical(ImageFloat64, ImageFloat64, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ImplConvolveBox
-
- vertical(ImageUInt8, ImageInt8, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ImplConvolveMean
-
- vertical(ImageSInt16, ImageInt16, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ImplConvolveMean
-
- vertical(ImageFloat32, ImageFloat32, int, boolean) - 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_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(ImageFloat32, int, float, int, float, ImageUInt8, int, int, int) - Static method in class boofcv.alg.filter.misc.ImplAverageResample
-
- 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, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_F32_F32
-
- vertical11(Kernel1D_I32, ImageSInt16, ImageInt16, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16
-
- vertical11(Kernel1D_I32, ImageSInt16, ImageInt16, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16_Div
-
- vertical11(Kernel1D_I32, ImageSInt32, ImageSInt32, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32
-
- vertical11(Kernel1D_I32, ImageSInt32, ImageSInt32, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32_Div
-
- vertical11(Kernel1D_I32, ImageUInt8, ImageInt16, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I16
-
- vertical11(Kernel1D_I32, ImageUInt8, ImageInt8, int, boolean) - 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, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_F32_F32
-
- vertical3(Kernel1D_I32, ImageSInt16, ImageInt16, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16
-
- vertical3(Kernel1D_I32, ImageSInt16, ImageInt16, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16_Div
-
- vertical3(Kernel1D_I32, ImageSInt32, ImageSInt32, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32
-
- vertical3(Kernel1D_I32, ImageSInt32, ImageSInt32, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32_Div
-
- vertical3(Kernel1D_I32, ImageUInt8, ImageInt16, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I16
-
- vertical3(Kernel1D_I32, ImageUInt8, ImageInt8, int, boolean) - 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, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_F32_F32
-
- vertical5(Kernel1D_I32, ImageSInt16, ImageInt16, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16
-
- vertical5(Kernel1D_I32, ImageSInt16, ImageInt16, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16_Div
-
- vertical5(Kernel1D_I32, ImageSInt32, ImageSInt32, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32
-
- vertical5(Kernel1D_I32, ImageSInt32, ImageSInt32, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32_Div
-
- vertical5(Kernel1D_I32, ImageUInt8, ImageInt16, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I16
-
- vertical5(Kernel1D_I32, ImageUInt8, ImageInt8, int, boolean) - 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, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_F32_F32
-
- vertical7(Kernel1D_I32, ImageSInt16, ImageInt16, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16
-
- vertical7(Kernel1D_I32, ImageSInt16, ImageInt16, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16_Div
-
- vertical7(Kernel1D_I32, ImageSInt32, ImageSInt32, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32
-
- vertical7(Kernel1D_I32, ImageSInt32, ImageSInt32, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32_Div
-
- vertical7(Kernel1D_I32, ImageUInt8, ImageInt16, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I16
-
- vertical7(Kernel1D_I32, ImageUInt8, ImageInt8, int, boolean) - 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, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_F32_F32
-
- vertical9(Kernel1D_I32, ImageSInt16, ImageInt16, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16
-
- vertical9(Kernel1D_I32, ImageSInt16, ImageInt16, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S16_I16_Div
-
- vertical9(Kernel1D_I32, ImageSInt32, ImageSInt32, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32
-
- vertical9(Kernel1D_I32, ImageSInt32, ImageSInt32, int, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_S32_S32_Div
-
- vertical9(Kernel1D_I32, ImageUInt8, ImageInt16, boolean) - Static method in class boofcv.alg.filter.convolve.noborder.ConvolveImageUnrolled_U8_I16
-
- vertical9(Kernel1D_I32, ImageUInt8, ImageInt8, int, boolean) - 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
-