Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danopdev/Perspective
/ n_size_i
Method
n_size_i
opencv/src/main/java/org/opencv/core/Mat.java:1800–1800 ·
view source on GitHub ↗
(long nativeObj, int i)
Source
from the content-addressed store, hash-verified
1798
1799
// C++: int Mat::size(int i)
1800
private
static
native
int
n_size_i(long nativeObj,
int
i);
1801
1802
// C++: size_t Mat::step1(int i = 0)
1803
private
static
native long n_step1(long nativeObj,
int
i);
Callers
1
size
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected