MCPcopy Create free account
hub / github.com/HuTianQi/SmartOpenCV / n_zeros

Method n_zeros

openCVLibrary411/src/main/java/org/opencv/core/Mat.java:1341–1341  ·  view source on GitHub ↗
(int rows, int cols, int type)

Source from the content-addressed store, hash-verified

1339
1340 // C++: static Mat Mat::zeros(int rows, int cols, int type)
1341 private static native long n_zeros(int rows, int cols, int type);
1342
1343 // C++: static Mat Mat::zeros(Size size, int type)
1344 private static native long n_zeros(double size_width, double size_height, int type);

Callers 1

zerosMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected