[This is preliminary documentation and is subject to change.]

Releases the stereo correspondence structure and all the associated internal buffers

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

Syntax

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

Parameters

state
IntPtr %
A reference to the pointer of StereoGCState structure

See Also