http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Set the element of the Array to val, using the specific mask
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public void SetValue( double val, CvArray<byte> mask ) |
Visual Basic |
---|
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