Package yarp
Class YarpVocabPixelTypesEnum
- java.lang.Object
-
- yarp.YarpVocabPixelTypesEnum
-
public final class YarpVocabPixelTypesEnum extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static YarpVocabPixelTypesEnum
VOCAB_PIXEL_BGR
static YarpVocabPixelTypesEnum
VOCAB_PIXEL_BGRA
static YarpVocabPixelTypesEnum
VOCAB_PIXEL_HSV
static YarpVocabPixelTypesEnum
VOCAB_PIXEL_HSV_FLOAT
static YarpVocabPixelTypesEnum
VOCAB_PIXEL_INT
static YarpVocabPixelTypesEnum
VOCAB_PIXEL_INVALID
static YarpVocabPixelTypesEnum
VOCAB_PIXEL_MONO
static YarpVocabPixelTypesEnum
VOCAB_PIXEL_MONO_FLOAT
static YarpVocabPixelTypesEnum
VOCAB_PIXEL_MONO_SIGNED
static YarpVocabPixelTypesEnum
VOCAB_PIXEL_MONO16
static YarpVocabPixelTypesEnum
VOCAB_PIXEL_RGB
static YarpVocabPixelTypesEnum
VOCAB_PIXEL_RGB_FLOAT
static YarpVocabPixelTypesEnum
VOCAB_PIXEL_RGB_INT
static YarpVocabPixelTypesEnum
VOCAB_PIXEL_RGB_SIGNED
static YarpVocabPixelTypesEnum
VOCAB_PIXEL_RGBA
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static YarpVocabPixelTypesEnum
swigToEnum(int swigValue)
int
swigValue()
java.lang.String
toString()
-
-
-
Field Detail
-
VOCAB_PIXEL_INVALID
public static final YarpVocabPixelTypesEnum VOCAB_PIXEL_INVALID
-
VOCAB_PIXEL_MONO
public static final YarpVocabPixelTypesEnum VOCAB_PIXEL_MONO
-
VOCAB_PIXEL_MONO16
public static final YarpVocabPixelTypesEnum VOCAB_PIXEL_MONO16
-
VOCAB_PIXEL_RGB
public static final YarpVocabPixelTypesEnum VOCAB_PIXEL_RGB
-
VOCAB_PIXEL_RGBA
public static final YarpVocabPixelTypesEnum VOCAB_PIXEL_RGBA
-
VOCAB_PIXEL_BGRA
public static final YarpVocabPixelTypesEnum VOCAB_PIXEL_BGRA
-
VOCAB_PIXEL_INT
public static final YarpVocabPixelTypesEnum VOCAB_PIXEL_INT
-
VOCAB_PIXEL_HSV
public static final YarpVocabPixelTypesEnum VOCAB_PIXEL_HSV
-
VOCAB_PIXEL_BGR
public static final YarpVocabPixelTypesEnum VOCAB_PIXEL_BGR
-
VOCAB_PIXEL_MONO_SIGNED
public static final YarpVocabPixelTypesEnum VOCAB_PIXEL_MONO_SIGNED
-
VOCAB_PIXEL_RGB_SIGNED
public static final YarpVocabPixelTypesEnum VOCAB_PIXEL_RGB_SIGNED
-
VOCAB_PIXEL_RGB_INT
public static final YarpVocabPixelTypesEnum VOCAB_PIXEL_RGB_INT
-
VOCAB_PIXEL_MONO_FLOAT
public static final YarpVocabPixelTypesEnum VOCAB_PIXEL_MONO_FLOAT
-
VOCAB_PIXEL_RGB_FLOAT
public static final YarpVocabPixelTypesEnum VOCAB_PIXEL_RGB_FLOAT
-
VOCAB_PIXEL_HSV_FLOAT
public static final YarpVocabPixelTypesEnum VOCAB_PIXEL_HSV_FLOAT
-
-
Method Detail
-
swigValue
public final int swigValue()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
swigToEnum
public static YarpVocabPixelTypesEnum swigToEnum(int swigValue)
-
-