http://www.emgu.com
result = val - this
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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