ImageTColor, TDepthMax Method (Double) |
http://www.emgu.com Find the elementwise maximum value
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic Image<TColor, TDepth> Max(
double value
)
Public Function Max (
value As Double
) As Image(Of TColor, TDepth)
public:
Image<TColor, TDepth>^ Max(
double value
)
member Max :
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 maximum of
this image and
value
See Also