Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
all
Method · 0.95
fromArray
Method · 0.95
checkVector
Method · 0.80
empty
Method · 0.45
Tested by
no test coverage detected