Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danopdev/Perspective
/ isContinuous
Method
isContinuous
opencv/src/main/java/org/opencv/core/Mat.java:433–435 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
431
432
// javadoc: Mat::isContinuous()
433
public
boolean isContinuous() {
434
return
n_isContinuous(nativeObj);
435
}
436
437
//
438
// C++: bool Mat::isSubmatrix()
Callers
1
toString
Method · 0.95
Calls
1
n_isContinuous
Method · 0.95
Tested by
no test coverage detected