IplImage. FromPixelData Method (Int32, Int32, 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(
	int width,
	int height,
	int channels,
	short[] data
)

Parameters

width
Type: System.Int32
Image width.
height
Type: System.Int32
Image height.
channels
Type: System.Int32
Number of channels per element(pixel).
data
Type:System.Int16[]
Pixel data array

Return Value

Type: IplImage

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

See Also

Reference