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

Method add_2

openCVLibrary345/src/main/java/org/opencv/core/Core.java:2833–2833  ·  view source on GitHub ↗
(long src1_nativeObj, long src2_nativeObj, long dst_nativeObj)

Source from the content-addressed store, hash-verified

2831 private static native void add_0(long src1_nativeObj, long src2_nativeObj, long dst_nativeObj, long mask_nativeObj, int dtype);
2832 private static native void add_1(long src1_nativeObj, long src2_nativeObj, long dst_nativeObj, long mask_nativeObj);
2833 private static native void add_2(long src1_nativeObj, long src2_nativeObj, long dst_nativeObj);
2834
2835 // C++: void cv::add(Mat src1, Scalar src2, Mat& dst, Mat mask = Mat(), int dtype = -1)
2836 private static native void add_3(long src1_nativeObj, double src2_val0, double src2_val1, double src2_val2, double src2_val3, long dst_nativeObj, long mask_nativeObj, int dtype);

Callers 1

addMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected