com.supermap.ai
Class AIDetectStyle
- java.lang.Object
-
- com.supermap.ai.AIDetectStyle
-
public class AIDetectStyle extends java.lang.Object
AI style setting class
-
-
Field Summary
Fields Modifier and Type Field and Description int
aiColor
The uniform color.float
aiStrokeWidth
The width of border of the frame determining targetsboolean
isDrawConfidence
Whether to draw detection confidence coefficientboolean
isDrawTitle
Whether to draw targets' namesboolean
isSameColor
Sets whether to uniform colors
-
Constructor Summary
Constructors Constructor and Description AIDetectStyle()
-
-
-
Field Detail
-
isDrawTitle
public boolean isDrawTitle
Whether to draw targets' names
-
isDrawConfidence
public boolean isDrawConfidence
Whether to draw detection confidence coefficient
-
isSameColor
public boolean isSameColor
Sets whether to uniform colors
-
aiColor
public int aiColor
The uniform color.
-
aiStrokeWidth
public float aiStrokeWidth
The width of border of the frame determining targets
-
-