result = val - this
Namespace:
Emgu.CV
Assembly:
Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
public Matrix<TDepth> SubR(
TDepth val
)
Public Function SubR ( _
val As TDepth _
) As Matrix(Of TDepth)
public:
Matrix<TDepth>^ SubR(
TDepth val
)
Parameters
- val
- TDepth
The value which subtract this matrix
Return Value
val - this
See Also