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 ImageDataTypeBoofTesting.convertToGenericType(ImageDataType type) static ImageDataTypeBoofTesting.pritiveToImageDataType(Class type) Methods in boofcv with parameters of type ImageDataTypeModifier and TypeMethodDescriptionstatic ImageDataTypeBoofTesting.convertToGenericType(ImageDataType type) static doubleBoofTesting.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 aDiscreteFourierTransformfor 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) ReturnsInterpolatePixelSof the specified type. -
Uses of ImageDataType in boofcv.javacv
Methods in boofcv.javacv that return ImageDataTypeModifier and TypeMethodDescriptionstatic ImageDataTypeConvertIplImage.depthToBoofType(int depth) -
Uses of ImageDataType in boofcv.struct.image
Methods in boofcv.struct.image that return ImageDataTypeModifier and TypeMethodDescriptionstatic ImageDataTypeImageDataType.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 ImageDataTypeImageGray.getDataType()Returns image type informationabstract ImageDataTypeImageInterleaved.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 ImageDataTypeReturns 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 ClassImageType.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 ClassImageDataType.typeToInterleavedClass(ImageDataType type) static ClassImageDataType.typeToSingleClass(ImageDataType type) Constructors in boofcv.struct.image with parameters of type ImageDataTypeModifierConstructorDescriptionImageType(ImageType.Family family, ImageDataType dataType, int numBands)