CvMinS Method OpenCvSharp Class Library
Finds per-element minimum of array and scalar

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

public static void MinS(
	CvArr src,
	double value,
	CvArr dst
)

Parameters

src
Type: OpenCvSharpCvArr
The first source array.
value
Type: SystemDouble
The scalar value.
dst
Type: OpenCvSharpCvArr
The destination array.
See Also

Reference