CvAlloc Method OpenCvSharp Class Library
Allocates memory buffer

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

public static IntPtr Alloc(
	uint size
)

Parameters

size
Type: SystemUInt32
Buffer size in bytes.

Return Value

Type: IntPtr

[Missing <returns> documentation for "M:OpenCvSharp.Cv.Alloc(System.UInt32)"]

See Also

Reference