IplImage Constructor (Int32, Int32, BitDepth, Int32) OpenCvSharp Class Library
Creates header and allocates data (cvCreateImage).

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public IplImage(
	int width,
	int height,
	BitDepth depth,
	int channels
)

Parameters

width
Type: SystemInt32
Image width.
height
Type: SystemInt32
Image height.
depth
Type: OpenCvSharpBitDepth
Bit depth of image elements.
channels
Type: SystemInt32
Number of channels per element(pixel).
See Also

Reference