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