Position of the extracted blob.

Namespace:  AForge.Imaging.Filters
Assembly:  AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public IntPoint BlobPosition { get; }

Remarks

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

See Also