eclipse - Android, Renderscript, ScriptIntrinsicBlur, import libRSSuport.so and librsjni.so -


i developing app uses canny edge detection. time consuming step here initial application of gaussian blur (e.g. applying 11x11 kernel on 500k pics). in order speed want use scriptintrinsicblur method of renderscript. have set-up code in eclipse, included latest buildtools 22.0.1, described e.g. on http://developer.android.com/guide/topics/renderscript/compute.html#ide-setup. import of renderscrip-v8.jar works, compilation works, don't manage run, not on samsung s5. error related missing import of librssupport.so , librsjni.so. read dozens of threads on topic, didn't found solution. @ point give up... (and consider using smaller picsize , kernels - @ cost of lower quality) appreciated!

just sidenote: made prototype in java, there using java.awt.image.convolveop gaussian blur. 1 fast - unfortunately not available in android.

can try instructions http://android-developers.blogspot.com/2013/09/renderscript-in-android-support-library.html (except updating tools version numbers latest, should default)? sounds added .jar project manually, not going sufficient. project options specified there ensure of components bundled part of apk.


Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

Nuget pack csproj using nuspec -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -