Table of Contents

Method SetTo

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

SetTo(Scalar, UMat?)

Sets all or some of the array elements to the specified value.

public UMat SetTo(Scalar value, UMat? mask = null)

Parameters

value Scalar
mask UMat

Returns

UMat

SetTo(InputArray, UMat?)

Sets all or some of the array elements to the specified value.

public UMat SetTo(InputArray value, UMat? mask = null)

Parameters

value InputArray
mask UMat

Returns

UMat