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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public byte[] Bytes { get; set; }

Property Value

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