Uses of Enum Class
boofcv.struct.image.ImageDataType
Package
Description
-
Uses of ImageDataType in boofcv
Modifier and TypeMethodDescriptionstatic ImageDataType
BoofTesting.convertToGenericType
(ImageDataType type) static ImageDataType
BoofTesting.pritiveToImageDataType
(Class type) Modifier and TypeMethodDescriptionstatic ImageDataType
BoofTesting.convertToGenericType
(ImageDataType type) static double
BoofTesting.tolerance
(ImageDataType type) Recommended tolerance by image data type. -
Uses of ImageDataType 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. -
Uses of ImageDataType in boofcv.core.image
Modifier and TypeMethodDescriptionstatic <T extends ImageInterleaved>
TGeneralizedImageOps.createInterleaved
(ImageDataType type, int width, int height, int numBands) static <T extends ImageGray>
TGeneralizedImageOps.createSingleBand
(ImageDataType type, int width, int height) -
Uses of ImageDataType in boofcv.factory.filter.kernel
Modifier and TypeMethodDescriptionstatic <T extends KernelBase>
TFactoryKernel.createKernelForImage
(int width, int offset, int DOF, ImageDataType type) FactoryKernelGaussian.gaussian2D
(ImageDataType imageType, double sigma, int radius) static <K extends KernelBase,
T extends ImageGray>
Class<K>FactoryKernel.getKernelType
(ImageDataType type, int DOF) -
Uses of ImageDataType in boofcv.factory.interpolate
Modifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
InterpolatePixelS<T>FactoryInterpolation.createPixelS
(double min, double max, InterpolationType type, BorderType borderType, ImageDataType dataType) ReturnsInterpolatePixelS
of the specified type. -
Uses of ImageDataType in boofcv.javacv
Modifier and TypeMethodDescriptionstatic ImageDataType
ConvertIplImage.depthToBoofType
(int depth) -
Uses of ImageDataType in boofcv.struct.image
Modifier and TypeMethodDescriptionstatic ImageDataType
ImageDataType.classToType
(Class imageClass) GrayF.getDataType()
GrayF32.getDataType()
GrayF64.getDataType()
GrayI.getDataType()
GrayI16.getDataType()
GrayI8.getDataType()
GrayS16.getDataType()
GrayS32.getDataType()
GrayS64.getDataType()
GrayS8.getDataType()
GrayU16.getDataType()
GrayU8.getDataType()
abstract ImageDataType
ImageGray.getDataType()
Returns image type informationabstract ImageDataType
ImageInterleaved.getDataType()
Returns image type informationImageType.getDataType()
InterleavedF32.getDataType()
InterleavedF64.getDataType()
InterleavedI16.getDataType()
InterleavedI8.getDataType()
InterleavedS16.getDataType()
InterleavedS32.getDataType()
InterleavedS64.getDataType()
InterleavedS8.getDataType()
InterleavedU16.getDataType()
InterleavedU8.getDataType()
static ImageDataType
Returns the enum constant of this class with the specified name.static ImageDataType[]
ImageDataType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic Class
ImageType.getImageClass
(ImageType.Family family, ImageDataType dataType) static <I extends ImageInterleaved<I>>
ImageType<I>ImageType.il
(int numBands, ImageDataType type) ImageType.pl
(int numBands, ImageDataType type) ImageType.single
(ImageDataType type) static Class
ImageDataType.typeToInterleavedClass
(ImageDataType type) static Class
ImageDataType.typeToSingleClass
(ImageDataType type) ModifierConstructorDescriptionImageType
(ImageType.Family family, ImageDataType dataType, int numBands)