Uses of Class
boofcv.struct.image.GrayF
Packages that use GrayF
-
Uses of GrayF in boofcv.alg.filter.stat
Classes in boofcv.alg.filter.stat with type parameters of type GrayFModifier and TypeClassDescriptionclassImageLocalNormalization<T extends GrayF<T>>Provides different functions for normalizing the spatially local statics of an image.Fields in boofcv.alg.filter.stat declared as GrayF -
Uses of GrayF in boofcv.alg.transform.fft
Methods in boofcv.alg.transform.fft with type parameters of type GrayFModifier and TypeMethodDescriptionstatic <T extends GrayF<T>,W extends ImageInterleaved>
DiscreteFourierTransform<T,W> GDiscreteFourierTransformOps.createTransform(ImageDataType type) Creates aDiscreteFourierTransformfor the specified type.Methods in boofcv.alg.transform.fft with parameters of type GrayFModifier and TypeMethodDescriptionstatic voidGDiscreteFourierTransformOps.magnitude(ImageInterleaved transform, GrayF magnitude) Computes the magnitude of the complex image:
magnitude = sqrt( real2 + imaginary2 )static voidGDiscreteFourierTransformOps.multiplyRealComplex(GrayF realA, ImageInterleaved complexB, ImageInterleaved complexC) Performs element-wise complex multiplication between a real image and a complex image.static voidGDiscreteFourierTransformOps.phase(ImageInterleaved transform, GrayF phase) Computes the phase of the complex image:
phase = atan2( imaginary , real )static voidGDiscreteFourierTransformOps.realToComplex(GrayF real, ImageInterleaved complex) Converts a regular image into a complex interleaved image with the imaginary component set to zero. -
Uses of GrayF in boofcv.struct.image
Classes in boofcv.struct.image with type parameters of type GrayFModifier and TypeClassDescriptionclassBase class for images with float pixels.Subclasses of GrayF in boofcv.struct.image