Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/18Gray/ProCamera
/ size
Method
size
openCVLibrary345/src/main/java/org/opencv/core/Mat.java:801–807 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
799
800
// javadoc: Mat::size()
801
public
Size size()
802
{
803
804
Size retVal =
new
Size(n_size(nativeObj));
805
806
return
retVal;
807
}
808
809
//
810
// C++: int Mat::size(int i)
Callers
15
deSkewText
Method · 0.95
Integral_Image_Demo
Method · 0.95
backProjectionHistogram
Method · 0.95
blendMat
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
Calls
2
n_size
Method · 0.95
n_size_i
Method · 0.95
Tested by
no test coverage detected