Creates header and allocates 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. - depth
- Type: OpenCvSharpBitDepth
Bit depth of image elements. - channels
- Type: SystemInt32
Number of channels per element(pixel).
Return Value
Type: IplImageReference to image header
See Also