-
public final class DetectedQuadThis class represents a 4-poly detected by the DocumentImageProcessor. It contains the vertices and the detection status and provides methods that help with polygon multiframe smoothing.
-
-
Field Summary
Fields Modifier and Type Field Description public final List<PointF>pointspublic final DetectionResultdetectionResult
-
Constructor Summary
Constructors Constructor Description DetectedQuad(List<PointF> points, DetectionResult detectionResult)
-