Package org.robwork.sdurw
Class Image.PixelDepth
- java.lang.Object
-
- org.robwork.sdurw.Image.PixelDepth
-
- Enclosing class:
- Image
public static final class Image.PixelDepth extends java.lang.ObjectThe pixeldepth determines how many bits that are used per pixel per channel
-
-
Field Summary
Fields Modifier and Type Field Description static Image.PixelDepthDepth16Sstatic Image.PixelDepthDepth16Ustatic Image.PixelDepthDepth32Fstatic Image.PixelDepthDepth32Sstatic Image.PixelDepthDepth8Sstatic Image.PixelDepthDepth8U
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Image.PixelDepthswigToEnum(int swigValue)intswigValue()java.lang.StringtoString()
-
-
-
Field Detail
-
Depth8U
public static final Image.PixelDepth Depth8U
-
Depth8S
public static final Image.PixelDepth Depth8S
-
Depth16U
public static final Image.PixelDepth Depth16U
-
Depth16S
public static final Image.PixelDepth Depth16S
-
Depth32S
public static final Image.PixelDepth Depth32S
-
Depth32F
public static final Image.PixelDepth Depth32F
-
-
Method Detail
-
swigValue
public final int swigValue()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
swigToEnum
public static Image.PixelDepth swigToEnum(int swigValue)
-
-