Click or drag to resize

FileNode Methods

The FileNode type exposes the following members.

Methods
  NameDescription
Protected methodAllocGCHandle
Pins the object to be allocated by cvSetData.
(Inherited from DisposableObject.)
Protected methodAllocMemory
Allocates the specified size of memory.
(Inherited from DisposableObject.)
Public methodBegin
returns iterator pointing to the first node element
Public methodDispose
Releases the resources
(Inherited from DisposableObject.)
Protected methodDisposeManaged
Releases managed resources
(Inherited from DisposableObject.)
Protected methodDisposeUnmanaged
Releases unmanaged resources
(Overrides DisposableCvObjectDisposeUnmanaged.)
Public methodEnd
returns iterator pointing to the element following the last node element
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Destructor
(Inherited from DisposableObject.)
Public methodGetEnumerator
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
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.)
Protected methodNotifyMemoryPressure
Notifies the allocated size of memory.
(Inherited from DisposableObject.)
Public methodReadDMatch
Public methodReadDMatches
Public methodReadDouble
Public methodReadFloat
Public methodReadInt
Public methodReadKeyPoint
Public methodReadKeyPoints
Public methodReadMat
Public methodReadObj
Reads the registered object and returns pointer to it
Public methodReadPoint
Public methodReadPoint2d
Public methodReadPoint2f
Public methodReadPoint3d
Public methodReadPoint3f
Public methodReadPoint3i
Public methodReadRange
Public methodReadRaw
Reads node elements to the buffer with the specified format
Public methodReadRect
Public methodReadRect2d
Public methodReadRect2f
Public methodReadScalar
Public methodReadSize
Public methodReadSize2d
Public methodReadSize2f
Public methodReadSparseMat
Public methodReadString
Public methodReadVec2b
Public methodReadVec2d
Public methodReadVec2f
Public methodReadVec2i
Public methodReadVec2s
Public methodReadVec2w
Public methodReadVec3b
Public methodReadVec3d
Public methodReadVec3f
Public methodReadVec3i
Public methodReadVec3s
Public methodReadVec3w
Public methodReadVec4b
Public methodReadVec4d
Public methodReadVec4f
Public methodReadVec4i
Public methodReadVec4s
Public methodReadVec4w
Public methodReadVec6b
Public methodReadVec6d
Public methodReadVec6f
Public methodReadVec6i
Public methodReadVec6s
Public methodReadVec6w
Public methodThrowIfDisposed
If this object is disposed, then ObjectDisposedException is thrown.
(Inherited from DisposableObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
Top
See Also