UMatAddition Operator (UMat, Double) |
http://www.emgu.com
Element wise add mat 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 +(
UMat mat,
double value
)
Public Shared Operator + (
mat As UMat,
value As Double
) As UMat
public:
static UMat^ operator +(
UMat^ mat,
double value
)
static let inline (+)
mat : UMat *
value : float : UMat
Parameters
- mat
- Type: Emgu.CVUMat
The mat to be added - value
- Type: SystemDouble
The value to be added
Return Value
Type:
UMatThe images plus the value
See Also