IplImageFromPixelData Method (CvSize, Int32, Int16) 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,
	int channels,
	short[] data
)

Parameters

size
Type: OpenCvSharpCvSize
Image width and height.
channels
Type: SystemInt32
Number of channels per element(pixel).
data
Type: SystemInt16
Pixel data array

Return Value

Type: IplImage

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

See Also

Reference