-
public final class PolygonRepresents the polygon object detected by MultipleObjectsDetector
-
-
Method Summary
Modifier and Type Method Description final DetectionResultgetDetectionResult()final List<Point>getPolygon()final List<PointF>getPolygonF()-
-
Method Detail
-
getDetectionResult
final DetectionResult getDetectionResult()
-
getPolygon
final List<Point> getPolygon()
-
getPolygonF
final List<PointF> getPolygonF()
-
-
-
-