Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rohithkvsp/Form-N-Fun
/ empty
Method
empty
opencv-java/src/main/java/org/opencv/core/Mat.java:476–482 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
474
475
// javadoc: Mat::empty()
476
public
boolean empty()
477
{
478
479
boolean retVal = n_empty(nativeObj);
480
481
return
retVal;
482
}
483
484
//
485
// 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
MatOfInt
Method · 0.45
MatOfDouble
Method · 0.45
MatOfKeyPoint
Method · 0.45
Calls
1
n_empty
Method · 0.95
Tested by
no test coverage detected