MCPcopy Create free account
hub / github.com/abhn/marvel / min

Method min

openCVLibrary2410/src/main/java/org/opencv/core/Core.java:4839–4845  ·  view source on GitHub ↗

Calculates per-element minimum of two arrays or an array and a scalar. The functions min calculate the per-element minimum of two arrays: dst(I)= min(src1(I), src2(I)) or array and a scalar: dst(I)= min(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 4

boundingRectMethod · 0.80
intersectionMethod · 0.80
initializeCameraMethod · 0.80
initializeCameraMethod · 0.80

Calls 2

min_0Method · 0.95
min_1Method · 0.95

Tested by

no test coverage detected