http://www.emgu.com
Releases the stereo correspondence structure and all the associated internal buffers
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static void cvReleaseStereoGCState(
ref IntPtr state
) |
Visual Basic |
---|
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