Click or drag to resize
Accord.NET (logo)

ExtractBiggestBlobBlobPosition Property

Position of the extracted blob.

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

Property Value

Type: IntPoint
Remarks

After applying the filter this property keeps position of the extracted blob in the source image.

See Also