Uses of Enum Class
boofcv.struct.image.ImageDataType
Packages that use ImageDataType
Package
Description
-
Uses of ImageDataType in boofcv
Methods in boofcv that return ImageDataTypeModifier and TypeMethodDescriptionstatic ImageDataType
BoofTesting.convertToGenericType
(ImageDataType type) static ImageDataType
BoofTesting.pritiveToImageDataType
(Class type) Methods in boofcv with parameters of type ImageDataTypeModifier 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
Methods in boofcv.alg.transform.fft with parameters of type ImageDataTypeModifier 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
Methods in boofcv.core.image with parameters of type ImageDataTypeModifier 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
Methods in boofcv.factory.filter.kernel with parameters of type ImageDataTypeModifier 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
Methods in boofcv.factory.interpolate with parameters of type ImageDataTypeModifier 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
Methods in boofcv.javacv that return ImageDataTypeModifier and TypeMethodDescriptionstatic ImageDataType
ConvertIplImage.depthToBoofType
(int depth) -
Uses of ImageDataType in boofcv.struct.image
Methods in boofcv.struct.image that return ImageDataTypeModifier 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.Methods in boofcv.struct.image with parameters of type ImageDataTypeModifier 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) Constructors in boofcv.struct.image with parameters of type ImageDataTypeModifierConstructorDescriptionImageType
(ImageType.Family family, ImageDataType dataType, int numBands)