Click or drag to resize

MatAssignTo Method

Provides a functional form of convertTo.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public void AssignTo(
	Mat m,
	Nullable<MatType> type = null
)

Parameters

m
Type: OpenCvSharpMat
Destination array.
type (Optional)
Type: SystemNullableMatType
Desired destination array depth (or -1 if it should be the same as the source type).
See Also