Package 

Class DetectedQuad


  • 
    public final class DetectedQuad
    
                        

    This 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.

    • Constructor Detail

      • DetectedQuad

        DetectedQuad(List<PointF> points, DetectionResult detectionResult)