Click or drag to resize

BinaryFileStorageTPeek Method

http://www.emgu.com
Get a copy of the first element in the storage. If the storage is empty, a default value will be returned

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

Return Value

Type: T
A copy of the first element in the storage. If the storage is empty, a default value will be returned
See Also