Click or drag to resize
Accord.NET (logo)

BlobFullness Property

Blob's fullness, [0, 1].

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public double Fullness { get; }
Request Example View Source

Property Value

Type: Double
Remarks

The property equals to blob's fullness, which is calculated as Area / ( Width * Height ). If it equals to 1, then it means that entire blob's rectangle is filled by blob's pixel (no blank areas), which is true only for rectangles. If it equals to 0.5, for example, then it means that only half of the bounding rectangle is filled by blob's pixels.

See Also