IplImageFromPixelData Method (Int32, Int32, BitDepth, Int32, Array) OpenCvSharp Class Library
Creates an IplImage instance from pixel data

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static IplImage FromPixelData(
	int width,
	int height,
	BitDepth depth,
	int channels,
	Array data
)

Parameters

width
Type: SystemInt32
Image width.
height
Type: SystemInt32
Image height.
depth
Type: OpenCvSharpBitDepth
Bit depth of image elements.
channels
Type: SystemInt32
Number of channels per element(pixel).
data
Type: SystemArray
Pixel data array

Return Value

Type: IplImage

[Missing <returns> documentation for "M:OpenCvSharp.IplImage.FromPixelData(System.Int32,System.Int32,OpenCvSharp.BitDepth,System.Int32,System.Array)"]

See Also

Reference