IplImageFromPixelData Method (CvSize, 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(
	CvSize size,
	BitDepth depth,
	int channels,
	Array data
)

Parameters

size
Type: OpenCvSharpCvSize
Image width and 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(OpenCvSharp.CvSize,OpenCvSharp.BitDepth,System.Int32,System.Array)"]

See Also

Reference