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

Method nPutB

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

Source from the content-addressed store, hash-verified

1299 private static native int nPutS(long self, int row, int col, int count, short[] data);
1300
1301 private static native int nPutB(long self, int row, int col, int count, byte[] data);
1302
1303 private static native int nGetB(long self, int row, int col, int count, byte[] vals);
1304

Callers 1

putMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected