CvCreateImageHeader Method OpenCvSharp Class Library
Allocates, initializes, and returns structure IplImage

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

public static IplImage CreateImageHeader(
	CvSize size,
	BitDepth depth,
	int channels
)

Parameters

size
Type: OpenCvSharpCvSize
Image width and height.
depth
Type: OpenCvSharpBitDepth
Image depth.
channels
Type: SystemInt32
Number of channels.

Return Value

Type: IplImage
Reference to image header
See Also

Reference