Click or drag to resize

MatCompleteSymm 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 void CompleteSymm(
	bool lowerToUpper = false
)

Parameters

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