Click or drag to resize

LDA Methods

The LDA 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 methodCompute
Compute the discriminants for data in src (row aligned) and labels.
Public methodDispose
Releases the resources
(Inherited from DisposableObject.)
Protected methodDispose(Boolean)
Releases the resources
(Inherited from DisposableObject.)
Protected methodDisposeManaged
Releases managed resources
(Inherited from DisposableObject.)
Protected methodDisposeUnmanaged
Releases unmanaged resources
(Overrides DisposableCvObjectDisposeUnmanaged.)
Public methodEigenvalues
Returns the eigenvalues of this LDA.
Public methodEigenvectors
Returns the eigenvectors of this LDA.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Destructor
(Inherited from DisposableObject.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoad(String)
Deserializes this object from a given filename.
Public methodLoad(FileStorage)
Deserializes this object from a given cv::FileStorage.
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 methodProject
Projects samples into the LDA subspace. src may be one or more row aligned samples.
Public methodReconstruct
Reconstructs projections from the LDA subspace. src may be one or more row aligned projections.
Public methodSave(String)
Serializes this object to a given filename.
Public methodSave(FileStorage)
Serializes this object to a given cv::FileStorage.
Public methodStatic memberSubspaceProject
Public methodStatic memberSubspaceReconstruct
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
See Also