Completes the symmetric matrix from the lower (LtoR=0) or from the upper (LtoR!=0) part
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- matrix
- Type: OpenCvSharpCvMat
[Missing <param name="matrix"/> documentation for "M:OpenCvSharp.Cv.CompleteSymm(OpenCvSharp.CvMat,System.Boolean)"]
- LtoR
- Type: SystemBoolean
[Missing <param name="LtoR"/> documentation for "M:OpenCvSharp.Cv.CompleteSymm(OpenCvSharp.CvMat,System.Boolean)"]
See Also