Click or drag to resize
Accord.NET (logo)

BlobImage Property

Blob's image.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
[BrowsableAttribute(false)]
public UnmanagedImage Image { get; }
Request Example View Source

Property Value

Type: UnmanagedImage
Remarks

The property keeps blob's image. In the case if it equals to null, the image may be extracted using ExtractBlobsImage(Bitmap, Blob, Boolean) or ExtractBlobsImage(UnmanagedImage, Blob, Boolean) method.

See Also