A
B
C
D
E
F
G
I
K
M
O
R
S
T
V
S
- SemanticSegmentationResults - class in ai.edgestore.engine.collections
- A class containing segmentation mask, overlay functions, and helper utilities to process segmentation results from model inference (run function).
- setAlphaValue(Integer) - function in ai.edgestore.engine.collections.SemanticSegmentationResults
- Alpha channel value for overlaying mask on top on inputImage
- setEdges(List) - function in ai.edgestore.engine.collections.Keypoints
- Information about keypoint skeleton (lines connecting keypoints).
- setLocation(RectF) - function in ai.edgestore.engine.collections.Recognition
- Optional location within the source image for the location of the recognized object.
- setModelStats(ModelStats) - function in ai.edgestore.engine.EdgeModel
- setSemanticSegmentationResults(SemanticSegmentationResults) - function in ai.edgestore.engine.collections.Recognitions
- startBenchmark() - function in ai.edgestore.engine.BenchmarkTime