Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danopdev/Perspective
/ n_empty
Method
n_empty
opencv/src/main/java/org/opencv/core/Mat.java:1724–1724 ·
view source on GitHub ↗
(long nativeObj)
Source
from the content-addressed store, hash-verified
1722
1723
// C++: bool Mat::empty()
1724
private
static
native boolean n_empty(long nativeObj);
1725
1726
// C++: static Mat Mat::eye(int rows, int cols, int type)
1727
private
static
native long n_eye(
int
rows,
int
cols,
int
type);
Callers
1
empty
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected