MCPcopy 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

MatOfByteMethod · 0.45
MatOfInt4Method · 0.45
MatOfDMatchMethod · 0.45
MatOfRectMethod · 0.45
MatOfFloat4Method · 0.45
MatOfPoint3Method · 0.45
MatOfFloatMethod · 0.45
MatOfPoint2fMethod · 0.45
MatOfPoint3fMethod · 0.45
MatOfRect2dMethod · 0.45
MatOfIntMethod · 0.45
MatOfDoubleMethod · 0.45

Calls 1

n_emptyMethod · 0.95

Tested by

no test coverage detected