Table of Contents

Method SVBackSubst

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

SVBackSubst(InputArray, InputArray, InputArray, InputArray, OutputArray)

performs back substitution for the previously computed SVD

public static void SVBackSubst(InputArray w, InputArray u, InputArray vt, InputArray rhs, OutputArray dst)

Parameters

w InputArray

calculated singular values

u InputArray

calculated left singular vectors

vt InputArray

transposed matrix of right singular vectors

rhs InputArray

right-hand side of a linear system (uwv')*dst = rhs to be solved, where A has been previously decomposed.

dst OutputArray

output