Denotes if the coordinates are actual pixels or relative ratios.
Inherited Methods
From class
java.lang.Enum
From class
java.lang.Object
boolean
|
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
From interface
java.lang.Comparable
Enum Values
public
static
final
BoundingBoxUtil.CoordinateType
PIXEL
The coordinates are actual pixel values.
public
static
final
BoundingBoxUtil.CoordinateType
RATIO
The coordinates are relative ratios in range [0, 1].