The SVD 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.) |
![]() | BackSubst(InputArray, OutputArray) |
performs back substitution, so that dst is the solution or pseudo-solution of m*dst = rhs, where m is the decomposed matrix
|
![]() ![]() | BackSubst(InputArray, InputArray, InputArray, InputArray, OutputArray) |
performs back substitution
|
![]() ![]() | Compute(InputArray, OutputArray, SVDFlag) |
computes singular values of a matrix
|
![]() ![]() | Compute(InputArray, OutputArray, OutputArray, OutputArray, SVDFlag) |
decomposes matrix and stores the results to user-provided matrices
|
![]() | Dispose |
Releases the resources
(Inherited from DisposableObject.) |
![]() | Dispose(Boolean) | (Overrides DisposableCvObjectDispose(Boolean).) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Destructor
(Inherited from DisposableObject.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | NotifyMemoryPressure |
Notifies the allocated size of memory.
(Inherited from DisposableObject.) |
![]() | Run |
the operator that performs SVD. The previously allocated SVD::u, SVD::w are SVD::vt are released.
|
![]() ![]() | SolveZ |
finds dst = arg min_{|dst|=1} |m*dst|
|
![]() | ThrowIfDisposed |
If this object is disposed, then ObjectDisposedException is thrown.
(Inherited from DisposableObject.) |
![]() | ToString | (Inherited from Object.) |
See Also