MCPcopy Create free account
hub / github.com/danopdev/Perspective / nPutD

Method nPutD

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

Source from the content-addressed store, hash-verified

1835 private static native void n_delete(long nativeObj);
1836
1837 private static native int nPutD(long self, int row, int col, int count, double[] data);
1838
1839 private static native int nPutDIdx(long self, int[] idx, int count, double[] data);
1840

Callers 1

putMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected