Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danopdev/Perspective
/ isSubmatrix
Method
isSubmatrix
opencv/src/main/java/org/opencv/core/Mat.java:442–444 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
440
441
// javadoc: Mat::isSubmatrix()
442
public
boolean isSubmatrix() {
443
return
n_isSubmatrix(nativeObj);
444
}
445
446
//
447
// C++: void Mat::locateROI(Size wholeSize, Point ofs)
Callers
1
toString
Method · 0.95
Calls
1
n_isSubmatrix
Method · 0.95
Tested by
no test coverage detected