Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danopdev/Perspective
/ empty
Method
empty
opencv/src/main/java/org/opencv/core/Mat.java:392–394 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
390
391
// javadoc: Mat::empty()
392
public
boolean empty() {
393
return
n_empty(nativeObj);
394
}
395
396
//
397
// C++: static Mat Mat::eye(int rows, int cols, int type)
Callers
15
MatOfByte
Method · 0.45
MatOfInt4
Method · 0.45
MatOfDMatch
Method · 0.45
MatOfRect
Method · 0.45
MatOfFloat4
Method · 0.45
MatOfPoint3
Method · 0.45
MatOfFloat
Method · 0.45
MatOfPoint2f
Method · 0.45
MatOfPoint3f
Method · 0.45
MatOfRect2d
Method · 0.45
MatOfInt
Method · 0.45
MatOfDouble
Method · 0.45
Calls
1
n_empty
Method · 0.95
Tested by
no test coverage detected