Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danopdev/Perspective
/ size
Method
size
opencv/src/main/java/org/opencv/core/Mat.java:636–638 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
634
635
// javadoc: Mat::size()
636
public
Size size() {
637
return
new
Size(n_size(nativeObj));
638
}
639
640
//
641
// C++: int Mat::size(int i)
Callers
15
toString
Method · 0.95
vector_Point_to_Mat
Method · 0.45
vector_Point3_to_Mat
Method · 0.45
vector_Mat_to_Mat
Method · 0.45
vector_float_to_Mat
Method · 0.45
vector_uchar_to_Mat
Method · 0.45
vector_char_to_Mat
Method · 0.45
vector_int_to_Mat
Method · 0.45
vector_Rect_to_Mat
Method · 0.45
vector_Rect2d_to_Mat
Method · 0.45
vector_KeyPoint_to_Mat
Method · 0.45
vector_vector_Point_to_Mat
Method · 0.45
Calls
2
n_size
Method · 0.95
n_size_i
Method · 0.95
Tested by
no test coverage detected