Ask Your Question

mbox2000's profile - activity

2017-09-26 08:02:09 -0600 received badge  Popular Question (source)
2013-04-24 01:49:51 -0600 received badge  Student (source)
2013-04-24 01:47:30 -0600 commented answer Reducing Android package

thank you very much for reply.

2013-04-24 01:29:44 -0600 commented answer Reducing Android package

i delete some so file, only remain must 4 files, libopencv_core.a libopencv_features2d.a libopencv_imgproc.a libopencv_java.so

these files total 14M, still so big for android app

2013-04-24 00:04:27 -0600 asked a question Reducing Android package

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.