Click or drag to resize
FileStorage Methods
http://www.emgu.com

The FileStorage type exposes the following members.

Methods
  NameDescription
Public methodDispose
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.)
Protected methodDisposeObject
Release the unmanaged resources
(Overrides DisposableObjectDisposeObject.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Destructor
(Inherited from DisposableObject.)
Public methodGetFirstTopLevelNode
Gets the first element of the top-level mapping.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetNode
Gets the specified element of the top-level mapping.
Public methodGetRoot
Gets the top-level mapping.
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReleaseAndGetString
Closes the file and releases all the memory buffers Call this method after all I/O operations with the storage are finished. If the storage was opened for writing data and FileStorage.Mode.Write was specified
Protected methodReleaseManagedResources
Release the managed resources. This function will be called during the disposal of the current object. override ride this function if you need to call the Dispose() function on any managed IDisposable object created by the current object
(Inherited from DisposableObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWrite(Double, String)
Writes the specified Mat to the node with the specific
Public methodWrite(Int32, String)
Writes the specified Mat to the node with the specific
Public methodWrite(Single, String)
Writes the specified Mat to the node with the specific
Public methodWrite(String, String)
Writes the specified Mat to the node with the specific
Public methodWrite(Mat, String)
Writes the specified Mat to the node with the specific
Top
See Also