public final class YarpVocabPixelTypesEnum
extends java.lang.Object
Modifier and Type | Field and 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 |
Modifier and Type | Method and Description |
---|---|
static YarpVocabPixelTypesEnum |
swigToEnum(int swigValue) |
int |
swigValue() |
java.lang.String |
toString() |
public static final YarpVocabPixelTypesEnum VOCAB_PIXEL_INVALID
public static final YarpVocabPixelTypesEnum VOCAB_PIXEL_MONO
public static final YarpVocabPixelTypesEnum VOCAB_PIXEL_MONO16
public static final YarpVocabPixelTypesEnum VOCAB_PIXEL_RGB
public static final YarpVocabPixelTypesEnum VOCAB_PIXEL_RGBA
public static final YarpVocabPixelTypesEnum VOCAB_PIXEL_BGRA
public static final YarpVocabPixelTypesEnum VOCAB_PIXEL_INT
public static final YarpVocabPixelTypesEnum VOCAB_PIXEL_HSV
public static final YarpVocabPixelTypesEnum VOCAB_PIXEL_BGR
public static final YarpVocabPixelTypesEnum VOCAB_PIXEL_MONO_SIGNED
public static final YarpVocabPixelTypesEnum VOCAB_PIXEL_RGB_SIGNED
public static final YarpVocabPixelTypesEnum VOCAB_PIXEL_RGB_INT
public static final YarpVocabPixelTypesEnum VOCAB_PIXEL_MONO_FLOAT
public static final YarpVocabPixelTypesEnum VOCAB_PIXEL_RGB_FLOAT
public static final YarpVocabPixelTypesEnum VOCAB_PIXEL_HSV_FLOAT
public final int swigValue()
public java.lang.String toString()
toString
in class java.lang.Object
public static YarpVocabPixelTypesEnum swigToEnum(int swigValue)