core+Mat.java | 492 Mat retVal = new Mat(n_eye(rows, cols, type)); 505 Mat retVal = new Mat(n_eye(size.width, size.height, type)); 1200 private static native long n_eye(int rows, int cols, int type); method in class:Mat 1203 private static native long n_eye(double size_width, double size_height, int type); method in class:Mat [all...] |