MCPcopy Create free account
hub / github.com/danopdev/Perspective / nGetBIdx

Method nGetBIdx

opencv/src/main/java/org/opencv/core/Mat.java:1863–1863  ·  view source on GitHub ↗
(long self, int[] idx, int count, byte[] vals)

Source from the content-addressed store, hash-verified

1861 private static native int nGetB(long self, int row, int col, int count, byte[] vals);
1862
1863 private static native int nGetBIdx(long self, int[] idx, int count, byte[] vals);
1864
1865 private static native int nGetS(long self, int row, int col, int count, short[] vals);
1866

Callers 1

getMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected