문제

I am now using some OpenCV functions in my Android application development. Since the frame rate is quite critical for the program, I am wondering how could I enable the optimization of OpenCV on android, since I have read about the newest version (2.4) of OpenCV use neon-instruction and GLSL for acceleration, is it automatically enabled? Or anything I need to put in the Android.mk file for compiling? (P.S. the Opencv Manager on android automatically download the "OCV 2.4 pack NVIDIA Tegra 3" alr)

도움이 되었습니까?

해결책

The "OCV 2.4 pack NVIDIA Tegra 3" package contains NEON and GLSL optimizations of OpenCV.

If you use OpenCV Manager API for OpenCV initialization it uses the optimized libs automatically.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top