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

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

Syntax

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

Parameters

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

See Also