MCPcopy Create free account
hub / github.com/Rohithkvsp/Form-N-Fun / nPutD

Method nPutD

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

Source from the content-addressed store, hash-verified

1291 private static native void n_delete(long nativeObj);
1292
1293 private static native int nPutD(long self, int row, int col, int count, double[] data);
1294
1295 private static native int nPutF(long self, int row, int col, int count, float[] data);
1296

Callers 1

putMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected