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.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic int EstimateSize()
Public Function EstimateSize As Integer
public:
int EstimateSize()
member EstimateSize : unit -> int
Return Value
Type:
Int32An estimation of the number of elements in this storage
See Also