NativeMethodscvCreateImage Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.cvCreateImage(OpenCvSharp.CvSize,OpenCvSharp.BitDepth,System.Int32)"]

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

public static IntPtr cvCreateImage(
	CvSize size,
	BitDepth depth,
	int channels
)

Parameters

size
Type: OpenCvSharpCvSize

[Missing <param name="size"/> documentation for "M:OpenCvSharp.NativeMethods.cvCreateImage(OpenCvSharp.CvSize,OpenCvSharp.BitDepth,System.Int32)"]

depth
Type: OpenCvSharpBitDepth

[Missing <param name="depth"/> documentation for "M:OpenCvSharp.NativeMethods.cvCreateImage(OpenCvSharp.CvSize,OpenCvSharp.BitDepth,System.Int32)"]

channels
Type: SystemInt32

[Missing <param name="channels"/> documentation for "M:OpenCvSharp.NativeMethods.cvCreateImage(OpenCvSharp.CvSize,OpenCvSharp.BitDepth,System.Int32)"]

Return Value

Type: IntPtr

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.cvCreateImage(OpenCvSharp.CvSize,OpenCvSharp.BitDepth,System.Int32)"]

See Also

Reference