Output mask type. This allows specifying the type of post-processing to perform on the raw
model results.
Inherited Method Summary
From class java.lang.Enum
final Object
|
clone()
|
final int |
|
int |
|
final boolean |
|
final void |
finalize()
|
final Class<OutputType>
|
getDeclaringClass()
|
final int |
hashCode()
|
final String
|
name()
|
final int |
ordinal()
|
String
|
toString()
|
static <T extends Enum<T>>
T
|
|
From class java.lang.Object
Object
|
clone()
|
boolean |
|
void |
finalize()
|
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 OutputType
CATEGORY_MASK
Gives a single output mask where each pixel represents the class which the pixel in
the original image was predicted to belong to.
public static final OutputType
CONFIDENCE_MASK
Gives a list of output masks where, for each mask, each pixel represents the
prediction confidence, usually in the [0, 1] range.