CvMat Constructor (Boolean) OpenCvSharp Class Library
Allocates memory

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

public CvMat(
	bool isEnabledDispose
)

Parameters

isEnabledDispose
Type: SystemBoolean
If true, this matrix will be disposed by GC automatically.
See Also

Reference