Table of Contents

Method SetTo

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

SetTo(Scalar, Mat?)

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

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

Parameters

value Scalar
mask Mat

Returns

Mat

SetTo(InputArray, Mat?)

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

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

Parameters

value InputArray
mask Mat

Returns

Mat