Click or drag to resize

BinaryFileStorageTEstimateSize Method

http://www.emgu.com
Estimate the number of elements in this storage as the size of the storage divided by the size of the elements

Namespace:  Emgu.CV.Util
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public int EstimateSize()

Return Value

Type: Int32
An estimation of the number of elements in this storage
See Also