public class SegmentationProperty
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
float |
greenCapacity
greenscreen open
|
int |
modelType
model type ai or green
|
static int |
SEG_MODEL_AI |
static int |
SEG_MODEL_GREEN |
Constructor and Description |
---|
SegmentationProperty() |
SegmentationProperty(int modelType,
float greenCapacity) |
public static final int SEG_MODEL_AI
public static final int SEG_MODEL_GREEN
public int modelType
public float greenCapacity