ImageTColor, TDepthMin Method (Double) |
http://www.emgu.com Find the elementwise minimum value
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic Image<TColor, TDepth> Min(
double value
)
Public Function Min (
value As Double
) As Image(Of TColor, TDepth)
public:
Image<TColor, TDepth>^ Min(
double value
)
member Min :
value : float -> Image<'TColor, 'TDepth>
Parameters
- value
- Type: SystemDouble
The value to compare with
Return Value
Type:
ImageTColor,
TDepth An image where each pixel is the minimum of
this image and
value
See Also