http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Elementwise subtract a color val to the current matrix
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public Matrix<TDepth> Sub( TDepth val ) |
Visual Basic |
---|
Public Function Sub ( _ val As TDepth _ ) As Matrix(Of TDepth) |
Visual C++ |
---|
public: Matrix<TDepth>^ Sub( TDepth val ) |
Parameters
- val
- Type: TDepth
The value to be subtracted from the current matrix