Uses of Class
adams.data.boofcv.BoofCVImageType
-
Packages that use BoofCVImageType Package Description adams.data.boofcv adams.data.boofcv.transformer adams.data.conversion -
-
Uses of BoofCVImageType in adams.data.boofcv
Methods in adams.data.boofcv that return BoofCVImageType Modifier and Type Method Description static BoofCVImageType
BoofCVImageType. valueOf(String name)
Returns the enum constant of this type with the specified name.static BoofCVImageType[]
BoofCVImageType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.data.boofcv with parameters of type BoofCVImageType Modifier and Type Method Description static boofcv.struct.image.ImageBase
BoofCVHelper. toBoofCVImage(AbstractImageContainer cont, BoofCVImageType type)
Converts the image container to the specified image type if necessary.static boofcv.struct.image.ImageBase
BoofCVHelper. toBoofCVImage(boofcv.struct.image.ImageBase img, BoofCVImageType type)
Converts the image to the specified type if necessary.static boofcv.struct.image.ImageBase
BoofCVHelper. toBoofCVImage(BufferedImage img, BoofCVImageType type)
Converts the image to the specified type if necessary.static BoofCVImageContainer
BoofCVHelper. toBoofCVImageContainer(AbstractImageContainer cont, BoofCVImageType type)
Creates aBoofCVImageContainer
container if necessary, otherwise it just casts the object. -
Uses of BoofCVImageType in adams.data.boofcv.transformer
Fields in adams.data.boofcv.transformer declared as BoofCVImageType Modifier and Type Field Description protected BoofCVImageType
ImageType. m_Type
the image type.Methods in adams.data.boofcv.transformer that return BoofCVImageType Modifier and Type Method Description BoofCVImageType
ImageType. getType()
Returns the type of image to convert to.Methods in adams.data.boofcv.transformer with parameters of type BoofCVImageType Modifier and Type Method Description void
ImageType. setType(BoofCVImageType value)
Sets the type of image to convert to. -
Uses of BoofCVImageType in adams.data.conversion
Fields in adams.data.conversion declared as BoofCVImageType Modifier and Type Field Description protected BoofCVImageType
BufferedImageToBoofCV. m_ImageType
the image type to generate.Methods in adams.data.conversion that return BoofCVImageType Modifier and Type Method Description BoofCVImageType
BufferedImageToBoofCV. getImageType()
Returns the image type to conver to.Methods in adams.data.conversion with parameters of type BoofCVImageType Modifier and Type Method Description void
BufferedImageToBoofCV. setImageType(BoofCVImageType value)
Sets the image type to convert to.
-