Click or drag to resize
Accord.NET (logo)

BlobOriginalSize Property

Blob's image size.

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

Property Value

Type: Boolean
Remarks

The property specifies size of the blob's image. If the property is set to , the blob's image size equals to the size of original image. If the property is set to , the blob's image size equals to size of actual blob.

See Also