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: SystemInt32
Image width. - height
- Type: SystemInt32
Image 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(System.Int32,System.Int32,System.Int32,System.Int16[])"]
See Also