CvCreateMemStorage Method (Int32) OpenCvSharp Class Library
Creates memory storage

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

public static CvMemStorage CreateMemStorage(
	int blockSize
)

Parameters

blockSize
Type: SystemInt32
Size of the storage blocks in bytes. If it is 0, the block size is set to default value - currently it is ≈64K.

Return Value

Type: CvMemStorage

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

See Also

Reference