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 TypeClassDescriptionclass
ImageLocalNormalization<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 aDiscreteFourierTransform
for the specified type.Methods in boofcv.alg.transform.fft with parameters of type GrayFModifier and TypeMethodDescriptionstatic void
GDiscreteFourierTransformOps.magnitude
(ImageInterleaved transform, GrayF magnitude) Computes the magnitude of the complex image:
magnitude = sqrt( real2 + imaginary2 )static void
GDiscreteFourierTransformOps.multiplyRealComplex
(GrayF realA, ImageInterleaved complexB, ImageInterleaved complexC) Performs element-wise complex multiplication between a real image and a complex image.static void
GDiscreteFourierTransformOps.phase
(ImageInterleaved transform, GrayF phase) Computes the phase of the complex image:
phase = atan2( imaginary , real )static void
GDiscreteFourierTransformOps.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 TypeClassDescriptionclass
Base class for images with float pixels.Subclasses of GrayF in boofcv.struct.image