The FileStorage type exposes the following members.
Methods
Name | Description | |
---|---|---|
AllocGCHandle |
Pins the object to be allocated by cvSetData.
(Inherited from DisposableObject.) | |
AllocMemory |
Allocates the specified size of memory.
(Inherited from DisposableObject.) | |
Dispose |
Releases the resources
(Inherited from DisposableObject.) | |
Dispose(Boolean) | (Overrides DisposableCvObjectDispose(Boolean).) | |
Equals | (Inherited from Object.) | |
Finalize |
Destructor
(Inherited from DisposableObject.) | |
GetDefaultObjectName |
Returns the normalized object name for the specified file name
| |
GetFirstTopLevelNode |
Returns the first element of the top-level mapping
| |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IsOpened |
Returns true if the object is associated with currently opened file.
| |
MemberwiseClone | (Inherited from Object.) | |
NotifyMemoryPressure |
Notifies the allocated size of memory.
(Inherited from DisposableObject.) | |
Open |
operator that performs PCA. The previously stored data, if any, is released
| |
Release |
Closes the file and releases all the memory buffers
| |
ReleaseAndGetString |
Closes the file, releases all the memory buffers and returns the text string
| |
Root |
Returns the top-level mapping. YAML supports multiple streams
| |
ThrowIfDisposed |
If this object is disposed, then ObjectDisposedException is thrown.
(Inherited from DisposableObject.) | |
ToLegacy |
Returns pointer to the underlying C FileStorage structure
| |
ToString | (Inherited from Object.) | |
Write(String, Mat) | ||
Write(String, SparseMat) | ||
Write(String, IEnumerableKeyPoint) | ||
Write(String, Double) | ||
Write(String, Int32) | ||
Write(String, Single) | ||
Write(String, String) | ||
WriteObj |
Writes the registered C structure (CvMat, CvMatND, CvSeq). See cvWrite()
| |
WriteRaw |
Writes one or more numbers of the specified format to the currently written structure
| |
WriteScalar(Double) | ||
WriteScalar(Int32) | ||
WriteScalar(Single) | ||
WriteScalar(String) |
See Also