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

Method nPutBwOffset

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

Source from the content-addressed store, hash-verified

1364 private static native int nPutB(long self, int row, int col, int count, byte[] data);
1365
1366 private static native int nPutBwOffset(long self, int row, int col, int count, int offset, byte[] data);
1367
1368 private static native int nGetB(long self, int row, int col, int count, byte[] vals);
1369

Callers 1

putMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected