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

Method nPutD

openCVLibrary345/src/main/java/org/opencv/core/Mat.java:1356–1356  ·  view source on GitHub ↗
(long self, int row, int col, int count, double[] data)

Source from the content-addressed store, hash-verified

1354 private static native void n_delete(long nativeObj);
1355
1356 private static native int nPutD(long self, int row, int col, int count, double[] data);
1357
1358 private static native int nPutF(long self, int row, int col, int count, float[] data);
1359

Callers 1

putMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected