MCPcopy 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

deSkewTextMethod · 0.95
Integral_Image_DemoMethod · 0.95
blendMatMethod · 0.95
vector_Point_to_MatMethod · 0.45
vector_Point3_to_MatMethod · 0.45
vector_Mat_to_MatMethod · 0.45
vector_float_to_MatMethod · 0.45
vector_uchar_to_MatMethod · 0.45
vector_char_to_MatMethod · 0.45
vector_int_to_MatMethod · 0.45
vector_Rect_to_MatMethod · 0.45

Calls 2

n_sizeMethod · 0.95
n_size_iMethod · 0.95

Tested by

no test coverage detected