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.2.1.1150 (2.2.1.1150)

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