|
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
Syntaxpublic Bitmap OriginalImage { get; set; }
Public Property OriginalImage As Bitmap
Get
Set
Request Example
View SourceProperty Value
Type:
Bitmap
RemarksThe 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