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
mtxInputOutputArrayInput-output floating-point square matrix
lowerToUpperboolIf true, the lower half is copied to the upper half, otherwise the upper half is copied to the lower half