Ask Your Question

JackFan's profile - activity

2019-12-30 05:52:09 -0600 received badge  Notable Question (source)
2017-08-11 00:27:18 -0600 received badge  Popular Question (source)
2016-06-08 06:11:13 -0600 received badge  Student (source)
2015-05-25 20:16:07 -0600 commented question Enable neon acceleration for OpenCV 3 on Android

I found the instruction of buildingOpenCV4Android mentions Android hardware targets. I will follow it and check the difference.

http://code.opencv.org/projects/openc...

2015-05-24 23:14:27 -0600 asked a question Enable neon acceleration for OpenCV 3 on Android

Hi,

I saw changelogs of OpenCV 3:

About 40 commonly used image processing functions have been optimized using vector NEON instructions, so OpenCV 3.0 beta should run noticeably faster on modern ARM chips. Big thanks to Ilya Lavrenov for the amazing job!

Could anyone tell me that how to make sure I'm running the code with NEON support? Should I build OpenCVForAndroid from trunk by myself? Or taking the library from the link is enough? http://sourceforge.net/projects/openc...

Thanks