http://www.emgu.com
result = val - this
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic Matrix<TDepth> SubR(
TDepth val
)
Public Function SubR (
val As TDepth
) As Matrix(Of TDepth)
public:
Matrix<TDepth>^ SubR(
TDepth val
)
member SubR :
val : 'TDepth -> Matrix<'TDepth>
Parameters
- val
- Type: TDepth
The value which subtract this matrix
Return Value
Type:
MatrixTDepthval - this
See Also