FileStorage Methods |
The FileStorage type exposes the following members.
Name | Description | |
---|---|---|
![]() | Dispose |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | DisposeObject |
Release the unmanaged resources
(Overrides DisposableObjectDisposeObject.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Destructor
(Inherited from DisposableObject.) |
![]() | GetFirstTopLevelNode |
Gets the first element of the top-level mapping.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetNode |
Gets the specified element of the top-level mapping.
|
![]() | GetRoot |
Gets the top-level mapping.
|
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ReleaseAndGetString |
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
|
![]() | ReleaseManagedResources |
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.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Write(Double, String) |
Writes the specified Mat to the node with the specific |
![]() | Write(Int32, String) |
Writes the specified Mat to the node with the specific |
![]() | Write(Single, String) |
Writes the specified Mat to the node with the specific |
![]() | Write(String, String) |
Writes the specified Mat to the node with the specific |
![]() | Write(Mat, String) |
Writes the specified Mat to the node with the specific |