RawPixelBufferLayout Enumeration

CVB.Net Documentation
Raw pixel buffer layout to be used with the ToPixelBuffer method when serializing multi-planar images into a pixel buffer.

Namespace:  Stemmer.Cvb.Extensions
Assembly:  Stemmer.Cvb.Extensions (in Stemmer.Cvb.Extensions.dll) Version: 14.0.0.0
Syntax

public enum RawPixelBufferLayout
Members

  Member nameValueDescription
Interleaved1 Generate interleaved memory layout, i. e. the resulting buffer will contain the pixel data for all planes for position (0, 0), followed by all planes for position (1, 0) and so on.
Planar2 Generate planar memory layout, i. e. the resulting buffer contain all the pixel data for plane 0 followed by all the pixel data for plane 1 and so on.
See Also

Reference