Releases the stereo correspondence structure and all the associated internal buffers

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public static void cvReleaseStereoGCState(
	ref IntPtr state
)
Visual Basic (Declaration)
Public Shared Sub cvReleaseStereoGCState ( _
	ByRef state As IntPtr _
)
Visual C++
public:
static void cvReleaseStereoGCState(
	IntPtr% state
)

Parameters

state
Type: System..::.IntPtr %
A reference to the pointer of StereoGCState structure

See Also