i only want to use
Mat m1 = new Mat();
Imgproc.blur(m, m1, new Size(s, s));
Utils.matToBitmap(m1, b);
but the SO file unexpectedly 20+M how to lower OpenCV SO?
thanks.
1 | initial version |
i only want to use
Mat m1 = new Mat();
Imgproc.blur(m, m1, new Size(s, s));
Utils.matToBitmap(m1, b);
but the SO file unexpectedly 20+M how to lower OpenCV SO?
thanks.
2 | No.2 Revision |
i only want to use
Mat m1 = new Mat();
Imgproc.blur(m, m1, new Size(s, s));
Utils.matToBitmap(m1, b);
but the SO file unexpectedly 20+M how to lower OpenCV SO?
thanks.