-
public final class BaseContourAutoSnappingController.ParamData holder for info needed for frame validation.
-
-
Constructor Summary
Constructors Constructor Description BaseContourAutoSnappingController.Param(DetectionResult status, List<PointF> polygon)
-
Method Summary
Modifier and Type Method Description final DetectionResultgetStatus()final List<PointF>getPolygon()-
-
Method Detail
-
getStatus
final DetectionResult getStatus()
-
getPolygon
final List<PointF> getPolygon()
-
-
-
-