Overload List
| Name | Description | |
|---|---|---|
| Max(InputArray, InputArray, OutputArray) | 
            computes per-element maximum of two arrays (dst = max(src1, src2))
              | |
| Max(Mat, Mat, Mat) | 
            computes per-element maximum of two arrays (dst = max(src1, src2))
              | |
| Max(Mat, Double, Mat) | 
            computes per-element maximum of array and scalar (dst = max(src1, src2))
              | 
See Also