Syntax

C#
public class ByteImage

The type exposes the following members.

Public Constructors

  NameDescription
Public methodByteImageByteImageNewOverloaded.

Public Methods

  NameDescription
Public methodToBitmap
Construct a Bitmap from a ByteImage.
Public methodToFloatImage
Convert to a 2-D array of floats.

Public Properties

  NameDescription
Public propertyData
The data, stored in BGR format.
Public propertyHeight
Height of the image in pixels.
Public propertyStride
Stride of the image in bytes. Usually 3*width.
Public propertyWidth
Width of the image in pixels

See Also