public 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.
@JvmField @NotNull public java.util.List<android.graphics.PointF> points
Quad points
@JvmField @NotNull public io.scanbot.sdk.core.contourdetector.DetectionResult detectionResult
Detection result
public DetectedQuad(@NotNull
java.util.List<? extends android.graphics.PointF> points,
@NotNull
io.scanbot.sdk.core.contourdetector.DetectionResult detectionResult)
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.
points - Quad pointsdetectionResult - Detection result@NotNull public java.util.List<android.graphics.PointF> component1()
Quad points
@NotNull public io.scanbot.sdk.core.contourdetector.DetectionResult component2()
Detection result
@NotNull public DetectedQuad copy(@NotNull java.util.List<? extends android.graphics.PointF> points, @NotNull io.scanbot.sdk.core.contourdetector.DetectionResult detectionResult)
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.
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)