MCPcopy Create free account
hub / github.com/danopdev/Perspective / n_isContinuous

Method n_isContinuous

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

Source from the content-addressed store, hash-verified

1736
1737 // C++: bool Mat::isContinuous()
1738 private static native boolean n_isContinuous(long nativeObj);
1739
1740 // C++: bool Mat::isSubmatrix()
1741 private static native boolean n_isSubmatrix(long nativeObj);

Callers 1

isContinuousMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected