Click or drag to resize
Accord.NET (logo)

ExtractBiggestBlobOriginalImage Property

Original image, which is the source of the processed image where the biggest blob is searched for.

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

Property Value

Type: Bitmap
Remarks

The property may be set to . In this case the biggest blob is extracted from the image, which is passed to Apply(Bitmap) image.

See Also