MCPcopy Create free account
hub / github.com/18Gray/ProCamera / add

Method add

openCVLibrary345/src/main/java/org/opencv/core/Core.java:1054–1060  ·  view source on GitHub ↗
(Mat src1, Mat src2, Mat dst, Mat mask, int dtype)

Source from the content-addressed store, hash-verified

1052
1053 //javadoc: add(src1, src2, dst, mask, dtype)
1054 public static void add(Mat src1, Mat src2, Mat dst, Mat mask, int dtype)
1055 {
1056
1057 add_0(src1.nativeObj, src2.nativeObj, dst.nativeObj, mask.nativeObj, dtype);
1058
1059 return;
1060 }
1061
1062 //javadoc: add(src1, src2, dst, mask)
1063 public static void add(Mat src1, Mat src2, Mat dst, Mat mask)

Callers 15

matArithmeticDemoMethod · 0.95
Mat_to_vector_PointMethod · 0.45
Mat_to_vector_Point3Method · 0.45
Mat_to_vector_MatMethod · 0.45
Mat_to_vector_floatMethod · 0.45
Mat_to_vector_ucharMethod · 0.45
Mat_to_vector_intMethod · 0.45
Mat_to_vector_charMethod · 0.45
Mat_to_vector_RectMethod · 0.45
Mat_to_vector_Rect2dMethod · 0.45

Calls 6

add_0Method · 0.95
add_1Method · 0.95
add_2Method · 0.95
add_3Method · 0.95
add_4Method · 0.95
add_5Method · 0.95

Tested by

no test coverage detected