UMatSubtraction Operator (UMat, Double) |
http://www.emgu.com
Element wise subtract value from the current mat
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 subtracted - value
- Type: SystemDouble
The value to be subtracted
Return Value
Type:
UMatmat -
value
See Also