Click or drag to resize

SVDBackSubst Method (InputArray, OutputArray)

performs back substitution, so that dst is the solution or pseudo-solution of m*dst = rhs, where m is the decomposed matrix

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public void BackSubst(
	InputArray rhs,
	OutputArray dst
)

Parameters

rhs
Type: OpenCvSharpInputArray
dst
Type: OpenCvSharpOutputArray

Return Value

Type: 
See Also