finds global minimum and maximum array elements and returns their values and their locations
            
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- src
 - Type: OpenCvSharp.CPlusPlusInputArray
The source single-channel array - minLoc
 - Type: OpenCvSharp.CPlusPlusPoint
Pointer to returned minimum location - maxLoc
 - Type: OpenCvSharp.CPlusPlusPoint
Pointer to returned maximum location 
See Also