MCPcopy 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

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
MatOfIntMethod · 0.45
MatOfDoubleMethod · 0.45
MatOfKeyPointMethod · 0.45

Calls 1

n_emptyMethod · 0.95

Tested by

no test coverage detected