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 BoofCVImageTypeBoofCVImageType. 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.ImageBaseBoofCVHelper. toBoofCVImage(AbstractImageContainer cont, BoofCVImageType type)Converts the image container to the specified image type if necessary.static boofcv.struct.image.ImageBaseBoofCVHelper. toBoofCVImage(boofcv.struct.image.ImageBase img, BoofCVImageType type)Converts the image to the specified type if necessary.static boofcv.struct.image.ImageBaseBoofCVHelper. toBoofCVImage(BufferedImage img, BoofCVImageType type)Converts the image to the specified type if necessary.static BoofCVImageContainerBoofCVHelper. toBoofCVImageContainer(AbstractImageContainer cont, BoofCVImageType type)Creates aBoofCVImageContainercontainer 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 BoofCVImageTypeImageType. m_Typethe image type.Methods in adams.data.boofcv.transformer that return BoofCVImageType Modifier and Type Method Description BoofCVImageTypeImageType. 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 voidImageType. 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 BoofCVImageTypeBufferedImageToBoofCV. m_ImageTypethe image type to generate.Methods in adams.data.conversion that return BoofCVImageType Modifier and Type Method Description BoofCVImageTypeBufferedImageToBoofCV. getImageType()Returns the image type to conver to.Methods in adams.data.conversion with parameters of type BoofCVImageType Modifier and Type Method Description voidBufferedImageToBoofCV. setImageType(BoofCVImageType value)Sets the image type to convert to.
-