MCPcopy Create free account
hub / github.com/bitristan/OpenCVSamples / max

Method max

OpenCV Library - 2.4.3/src/org/opencv/core/Core.java:4445–4451  ·  view source on GitHub ↗

Calculates per-element maximum of two arrays or an array and a scalar. The functions max calculate the per-element maximum of two arrays: dst(I)= max(src1(I), src2(I)) or array and a scalar: dst(I)= max(src1(I), value) In the

(Mat src1, Mat src2, Mat dst)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

boundingRectMethod · 0.80
intersectionMethod · 0.80

Calls 2

max_0Method · 0.95
max_1Method · 0.95

Tested by

no test coverage detected