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

Method nGetIIdx

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

Source from the content-addressed store, hash-verified

1869 private static native int nGetI(long self, int row, int col, int count, int[] vals);
1870
1871 private static native int nGetIIdx(long self, int[] idx, int count, int[] vals);
1872
1873 private static native int nGetF(long self, int row, int col, int count, float[] vals);
1874

Callers 1

getMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected