public static class PolygonHelper.Edge
Represents edge of polygon with near and far points as well as intersecting lines from other edges
pointA handle pointB O========[0]=========O | ^ edgeLine ^ | | | |lineA | lineB | | | | O====================O pointFarA pointFarB
public android.graphics.PointF pointA
public android.graphics.PointF pointB
public android.graphics.PointF pointFarA
public android.graphics.PointF pointFarB
public io.scanbot.sdk.util.view.PolygonHelper.Line edgeLine
public io.scanbot.sdk.util.view.PolygonHelper.Line lineA
public io.scanbot.sdk.util.view.PolygonHelper.Line lineB
public float prevX
public float prevY
public boolean isDetectedLine
public float getAngleInDegrees()
public android.graphics.PointF getHandle()
public boolean isHorizontal()
true if edge is more horizontal than vertical, false otherwise