CvMemStorageAlloc Method OpenCvSharp Class Library
Allocates memory buffer in the storage (cvMemStorageAlloc).

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

public IntPtr Alloc(
	uint size
)

Parameters

size
Type: SystemUInt32
Buffer size.

Return Value

Type: IntPtr

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

See Also

Reference