MCPcopy Create free account
hub / github.com/Rohithkvsp/Form-N-Fun / n_empty

Method n_empty

opencv-java/src/main/java/org/opencv/core/Mat.java:1197–1197  ·  view source on GitHub ↗
(long nativeObj)

Source from the content-addressed store, hash-verified

1195
1196 // C++: bool Mat::empty()
1197 private static native boolean n_empty(long nativeObj);
1198
1199 // C++: static Mat Mat::eye(int rows, int cols, int type)
1200 private static native long n_eye(int rows, int cols, int type);

Callers 1

emptyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected