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

Method nGetS

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

Source from the content-addressed store, hash-verified

1303 private static native int nGetB(long self, int row, int col, int count, byte[] vals);
1304
1305 private static native int nGetS(long self, int row, int col, int count, short[] vals);
1306
1307 private static native int nGetI(long self, int row, int col, int count, int[] vals);
1308

Callers 1

getMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected