Allocates, initializes, and returns structure IplImage (cvCreateImageHeader).
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. - depth
- Type: OpenCvSharpBitDepth
Image depth. - channels
- Type: SystemInt32
Number of channels.
Return Value
Type: IplImageReference to image header
See Also