public static enum Spinnaker_C._spinImageComponentSelectorEnums extends Enum<Spinnaker_C._spinImageComponentSelectorEnums>
| Enum Constant and Description |
|---|
ImageComponentSelector_Color
The acquisition of color of the reflected light is controlled
|
ImageComponentSelector_Confidence
The acquisition of confidence map of the acquired image is controlled.
|
ImageComponentSelector_Disparity
The acquisition of stereo camera disparity data is controlled.
|
ImageComponentSelector_Infrared
The acquisition of non-visible infrared light is controlled.
|
ImageComponentSelector_Intensity
The acquisition of intensity of the reflected light is controlled.
|
ImageComponentSelector_Range
The acquisition of range (distance) data is controlled.
|
ImageComponentSelector_Scatter
The acquisition of data measuring how much light is scattered around the reflected light.
|
ImageComponentSelector_Ultraviolet
The acquisition of non-visible ultraviolet light is controlled.
|
NUM_IMAGECOMPONENTSELECTOR |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
Spinnaker_C._spinImageComponentSelectorEnums |
intern() |
String |
toString() |
static Spinnaker_C._spinImageComponentSelectorEnums |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Spinnaker_C._spinImageComponentSelectorEnums[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Spinnaker_C._spinImageComponentSelectorEnums ImageComponentSelector_Intensity
public static final Spinnaker_C._spinImageComponentSelectorEnums ImageComponentSelector_Color
public static final Spinnaker_C._spinImageComponentSelectorEnums ImageComponentSelector_Infrared
public static final Spinnaker_C._spinImageComponentSelectorEnums ImageComponentSelector_Ultraviolet
public static final Spinnaker_C._spinImageComponentSelectorEnums ImageComponentSelector_Range
public static final Spinnaker_C._spinImageComponentSelectorEnums ImageComponentSelector_Disparity
public static final Spinnaker_C._spinImageComponentSelectorEnums ImageComponentSelector_Confidence
public static final Spinnaker_C._spinImageComponentSelectorEnums ImageComponentSelector_Scatter
public static final Spinnaker_C._spinImageComponentSelectorEnums NUM_IMAGECOMPONENTSELECTOR
public static Spinnaker_C._spinImageComponentSelectorEnums[] values()
for (Spinnaker_C._spinImageComponentSelectorEnums c : Spinnaker_C._spinImageComponentSelectorEnums.values()) System.out.println(c);
public static Spinnaker_C._spinImageComponentSelectorEnums valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic Spinnaker_C._spinImageComponentSelectorEnums intern()
public String toString()
toString in class Enum<Spinnaker_C._spinImageComponentSelectorEnums>Copyright © 2019. All rights reserved.