Interface Feret

interface Feret {
    aspectRatio: number;
    maxDiameter: FeretDiameter;
    minDiameter: FeretDiameter;
}

Properties

aspectRatio: number

Ratio between the smaller and the bigger diameter. Expresses how elongated the shape is. This is a value between 0 and 1.

maxDiameter: FeretDiameter

Bigger Feret diameter.

minDiameter: FeretDiameter

Smaller Feret diameter.