Ask Your Question
2

Best OpenCV build for Android/Tegra3

asked 2012-09-02 08:35:13 -0600

Morty gravatar image

Hi,

I'm writing an augmented reality application for the Tegra 3 Devkit (using OpenCV of course) as part of my bachelor thesis. I am running into some performance issues and before I try to optimize my code I would like to know if I'm using the most optimized build for the Tegra 3. For now I am simply using the latest available OpenCV4Android SDK which includes the OpenCV Manager and the OCV 2.4 pack armeabi-v7a. After doing some research on google I found out that there are optimizations for Tegra devices and cpu's with NEON technology. For example it is possible to build OpenCV4Android using a special build script for NEON enabled cpu's (cmake_androi_neon.sh).

So, which build of OpenCV4Android is recommended when using a Tegra3 device? The latest release version with OpenCV Manager, the special build for NEON cpu's or some other build I haven't considered? I also read something about some Tegra3 optimized version of OpenCV which will be released as part of NVIDIA's Tegra Android Development Pack. Are there any news on that?

Thanks in advance and keep up the good work, Morty

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2012-09-02 19:02:12 -0600

Morty gravatar image

I think I stumbled upon the answer myself. There is a Tegra3 optimized OpenCV build for the OpenCV Manager. But this one is not included in the current Android SDK release. It can be downloaded using the Google Play store (which isn't installed on the Tegra Devkit) and on some other sites on the internet. I got it here: OCV-2.4-Pack-NVIDIA-Tegra3

It provided a significant performance boost for my application.

Best regards,

Morty

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-09-02 08:35:13 -0600

Seen: 883 times

Last updated: Dec 18 '13