Closes the file associated with the storage and releases all the temporary structures. It must be called after all I/O operations with the storage are finished

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

Syntax

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

Parameters

fs
IntPtr %
Reference to the pointer of the released file storage

See Also