public static class BinaryPolygonDetector.Info
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
org.ddogleg.struct.GrowQueue_B |
borderCorners
Boolean value for each corner being along the border.
|
double |
edgeInside
Average pixel intensity score along the polygon's edge inside and outside
|
double |
edgeOutside
Average pixel intensity score along the polygon's edge inside and outside
|
boolean |
external
Was it created from an external or internal contour
|
| Constructor and Description |
|---|
Info() |
public boolean external
public double edgeInside
public double edgeOutside
public org.ddogleg.struct.GrowQueue_B borderCorners