CvReleaseStereoGCState Method OpenCvSharp Class Library
Releases the state structure of the graph cut-based stereo correspondence algorithm

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

public static void ReleaseStereoGCState(
	CvStereoGCState state
)

Parameters

state
Type: OpenCvSharpCvStereoGCState
Reference to the released structure
See Also

Reference