(long nativeObj, int rows, int cols, int type)
| 1686 | |
| 1687 | // C++: void Mat::create(int rows, int cols, int type) |
| 1688 | private static native void n_create(long nativeObj, int rows, int cols, int type); |
| 1689 | |
| 1690 | // C++: void Mat::create(Size size, int type) |
| 1691 | private static native void n_create(long nativeObj, double size_width, double size_height, int type); |