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

Method nGetF

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

Source from the content-addressed store, hash-verified

1307 private static native int nGetI(long self, int row, int col, int count, int[] vals);
1308
1309 private static native int nGetF(long self, int row, int col, int count, float[] vals);
1310
1311 private static native int nGetD(long self, int row, int col, int count, double[] vals);
1312

Callers 1

getMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected