CvArrayTDepth_Max Method (Double) |
http://www.emgu.com
Inplace compute the elementwise maximum value with value
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic void _Max(
double value
)
Public Sub _Max (
value As Double
)
public:
void _Max(
double value
)
member _Max :
value : float -> unit
Parameters
- value
- Type: SystemDouble
The value to be compare with
See Also