UMatAddition Operator (MCvScalar, UMat) |
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 +(
MCvScalar value,
UMat mat
)
Public Shared Operator + (
value As MCvScalar,
mat As UMat
) As UMat
public:
static UMat^ operator +(
MCvScalar value,
UMat^ mat
)
static let inline (+)
value : MCvScalar *
mat : UMat : UMat
Parameters
- value
- Type: Emgu.CV.StructureMCvScalar
The color to be added - mat
- Type: Emgu.CVUMat
The mat to be added
Return Value
Type:
UMatThe images plus the color
See Also