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

Method nPutS

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

Source from the content-addressed store, hash-verified

1297 private static native int nPutI(long self, int row, int col, int count, int[] data);
1298
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

Callers 1

putMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected