Table of Contents

Method AssignTo

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

AssignTo(Mat, MatType?)

Provides a functional form of convertTo.

public void AssignTo(Mat m, MatType? type = null)

Parameters

m Mat

Destination array.

type MatType?

Desired destination array depth (or -1 if it should be the same as the source type).