public class CameraObjectType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
elementType
name of the corresponding element type
|
int |
elState
corresponding state of the element
|
double |
hueMax
hue interval 0-360
|
double |
hueMin
hue interval 0-360
|
double |
satMax
saturation interval 0-1
|
double |
satMin
saturation interval 0-1
|
int |
sizeMax
size interval - number of pixels
|
int |
sizeMin
size interval - number of pixels
|
double |
valueMax
value interval 0-1
|
double |
valueMin
value interval 0-1
|
Constructor and Description |
---|
CameraObjectType(java.lang.String name)
construct a new empty camera object type
|
Modifier and Type | Method and Description |
---|---|
void |
printTo(java.io.PrintWriter out)
visualize the settings of this camera object type
|
public double hueMin
public double hueMax
public double satMin
public double satMax
public double valueMin
public double valueMax
public int sizeMin
public int sizeMax
public java.lang.String elementType
public int elState