Uses of Class
boofcv.struct.image.GrayF
-
Uses of GrayF in boofcv.alg.filter.stat
Modifier and TypeClassDescriptionclass
ImageLocalNormalization<T extends GrayF<T>>
Provides different functions for normalizing the spatially local statics of an image. -
Uses of GrayF in boofcv.alg.transform.fft
Modifier and TypeMethodDescriptionstatic <T extends GrayF<T>,
W extends ImageInterleaved>
DiscreteFourierTransform<T,W> GDiscreteFourierTransformOps.createTransform
(ImageDataType type) Creates aDiscreteFourierTransform
for the specified type.Modifier 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
Modifier and TypeClassDescriptionclass
Base class for images with float pixels.