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

Method nGet

opencv-java/src/main/java/org/opencv/core/Mat.java:1313–1313  ·  view source on GitHub ↗
(long self, int row, int col)

Source from the content-addressed store, hash-verified

1311 private static native int nGetD(long self, int row, int col, int count, double[] vals);
1312
1313 private static native double[] nGet(long self, int row, int col);
1314
1315 private static native String nDump(long self);
1316}

Callers 1

getMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected