Set the element of the Array to val, using the specific mask

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SetValue(
	MCvScalar val,
	CvArray<byte> mask
)
Public Sub SetValue ( _
	val As MCvScalar, _
	mask As CvArray(Of Byte) _
)
public:
void SetValue(
	MCvScalar val, 
	CvArray<unsigned char>^ mask
)

Parameters

val
MCvScalar
The value to be set
mask
CvArray<(Of <(<'Byte>)>)>
The mask for the operation

See Also