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

Method MatOfInt

opencv/src/main/java/org/opencv/core/MatOfInt.java:12–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10 private static final int _channels = 1;
11
12 public MatOfInt() {
13 super();
14 }
15
16 protected MatOfInt(long addr) {
17 super(addr);

Callers

nothing calls this directly

Calls 4

allMethod · 0.95
fromArrayMethod · 0.95
checkVectorMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected