Table of Contents

Method AssignTo

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

AssignTo(UMat, MatType?)

Provides a functional form of convertTo.

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

Parameters

m UMat

Destination array.

type MatType?

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