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

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

Syntax

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

Parameters

val
Type: System..::.Double
The value to be set
mask
Type: Emgu.CV..::.CvArray<(Of <(Byte>)>)
The mask for the operation

See Also