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.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
SyntaxPublic Function Peek As T
Return Value
Type:
TA copy of the first element in the storage. If the storage is empty, a default value will be returned
See Also