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

Method nPutS

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

Source from the content-addressed store, hash-verified

1360 private static native int nPutI(long self, int row, int col, int count, int[] data);
1361
1362 private static native int nPutS(long self, int row, int col, int count, short[] data);
1363
1364 private static native int nPutB(long self, int row, int col, int count, byte[] data);
1365

Callers 1

putMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected