Creates an IplImage instance from pixel data
            
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
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