Click or drag to resize

CvArrayTDepthBytes Property

http://www.emgu.com
Get or Set an Array of bytes that represent the data in this array

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public byte[] Bytes { get; set; }

Property Value

Type: Byte
Remarks
Should only be used for serialization & deserialization
See Also