Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danopdev/Perspective
/ n_release
Method
n_release
opencv/src/main/java/org/opencv/core/Mat.java:1766–1766 ·
view source on GitHub ↗
(long nativeObj)
Source
from the content-addressed store, hash-verified
1764
1765
// C++: void Mat::release()
1766
private
static
native
void
n_release(long nativeObj);
1767
1768
// C++: Mat Mat::reshape(int cn, int rows = 0)
1769
private
static
native long n_reshape(long nativeObj,
int
cn,
int
rows);
Callers
1
release
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected