Package org.robwork.sdurw_sensor
Class Image.PixelDepth
- java.lang.Object
-
- org.robwork.sdurw_sensor.Image.PixelDepth
-
- Enclosing class:
- Image
public static final class Image.PixelDepth extends java.lang.Object
The pixeldepth determines how many bits that are used per pixel per channel
-
-
Field Summary
Fields Modifier and Type Field Description static Image.PixelDepth
Depth16S
Depth16Sstatic Image.PixelDepth
Depth16U
Depth16Ustatic Image.PixelDepth
Depth32F
Depth32Fstatic Image.PixelDepth
Depth32S
Depth32Sstatic Image.PixelDepth
Depth8S
Depth8Sstatic Image.PixelDepth
Depth8U
Depth8U
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Image.PixelDepth
swigToEnum(int swigValue)
int
swigValue()
java.lang.String
toString()
-
-
-
Field Detail
-
Depth8U
public static final Image.PixelDepth Depth8U
Depth8U
-
Depth8S
public static final Image.PixelDepth Depth8S
Depth8S
-
Depth16U
public static final Image.PixelDepth Depth16U
Depth16U
-
Depth16S
public static final Image.PixelDepth Depth16S
Depth16S
-
Depth32S
public static final Image.PixelDepth Depth32S
Depth32S
-
Depth32F
public static final Image.PixelDepth Depth32F
Depth32F
-
-
Method Detail
-
swigValue
public final int swigValue()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
swigToEnum
public static Image.PixelDepth swigToEnum(int swigValue)
-
-