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)
Syntaxpublic byte[] Bytes { get; set; }
Public Property Bytes As Byte()
Get
Set
public:
property array<unsigned char>^ Bytes {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member Bytes : byte[] with get, set
Property Value
Type:
Byte
Remarks Should only be used for serialization & deserialization
See Also