CvSubRS Method (CvArr, CvScalar, CvArr) OpenCvSharp Class Library
Computes difference between scalar and array

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void SubRS(
	CvArr src,
	CvScalar value,
	CvArr dst
)

Parameters

src
Type: OpenCvSharpCvArr
The first source array.
value
Type: OpenCvSharpCvScalar
Scalar to subtract from.
dst
Type: OpenCvSharpCvArr
The destination array.
See Also

Reference