Table of Contents

Method CompleteSymm

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

CompleteSymm(InputOutputArray, bool)

extends the symmetrical matrix from the lower half or from the upper half

public static void CompleteSymm(InputOutputArray mtx, bool lowerToUpper = false)

Parameters

mtx InputOutputArray

Input-output floating-point square matrix

lowerToUpper bool

If true, the lower half is copied to the upper half, otherwise the upper half is copied to the lower half