Click or drag to resize

Cv2CompleteSymm Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static void CompleteSymm(
	InputOutputArray mtx,
	bool lowerToUpper = false
)

Parameters

mtx
Type: OpenCvSharpInputOutputArray
Input-output floating-point square matrix
lowerToUpper (Optional)
Type: SystemBoolean
If true, the lower half is copied to the upper half, otherwise the upper half is copied to the lower half
See Also