Click or drag to resize
Accord.NET (logo)

UnmanagedImage Properties

The UnmanagedImage type exposes the following members.

Properties
  NameDescription
Public propertyBytes
Gets the image size, in bytes.
Public propertyHeight
Image height in pixels.
Public propertyImageData
Pointer to image data in unmanaged memory.
Public propertyOffset
Gets the number of extra bytes after the image width is over. This can be computed as Stride - Width * PixelSize.
Public propertyPixelFormat
Image pixel format.
Public propertyPixelSize
Gets the size of the pixels in this image, in bytes. For example, a 8-bpp grayscale image would have pixel size 1.
Public propertySize
Gets the image size, in pixels.
Public propertyStride
Image stride (line size in bytes).
Public propertyWidth
Image width in pixels.
Top
See Also