Uses of Class
com.agisoft.metashape.DataType
| Package | Description |
|---|---|
| com.agisoft.metashape |
-
Uses of DataType in com.agisoft.metashape
Methods in com.agisoft.metashape that return DataType Modifier and Type Method Description DataTypeImage. getDataType()static DataTypeDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static DataType[]DataType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.agisoft.metashape with parameters of type DataType Modifier and Type Method Description ImageImage. convert(String channels, DataType data_type)booleanImage. load(String path, int layer, DataType data_type, String channels)Constructors in com.agisoft.metashape with parameters of type DataType Constructor Description Image(long width, long height, String channels, DataType data_type)