MatrixTDepthSub Method (TDepth) |
http://www.emgu.com Elementwise subtract a color val to the current matrix
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic Matrix<TDepth> Sub(
TDepth val
)
Public Function Sub (
val As TDepth
) As Matrix(Of TDepth)
public:
Matrix<TDepth>^ Sub(
TDepth val
)
member Sub :
val : 'TDepth -> Matrix<'TDepth>
Parameters
- val
- Type: TDepth
The value to be subtracted from the current matrix
Return Value
Type:
MatrixTDepth The result of elementwise subtracting
val from the current matrix
See Also