(int rows, int cols, int type)
| 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); |