UMatAddition Operator (Double, UMat) |
http://www.emgu.com
Element wise add mat1 with value
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic static UMat operator +(
double value,
UMat mat1
)
Public Shared Operator + (
value As Double,
mat1 As UMat
) As UMat
public:
static UMat^ operator +(
double value,
UMat^ mat1
)
static let inline (+)
value : float *
mat1 : UMat : UMat
Parameters
- value
- Type: SystemDouble
The value to be added - mat1
- Type: Emgu.CVUMat
The mat to be added
Return Value
Type:
UMatThe mat plus the value
See Also