hdr functionality for android

asked 2015-03-31 07:51:48 -0600

Deepu gravatar image

I want to use hdr functionality found in photo module of opencv 3.0 beta for android. Since OpenCV 3.0 for android is not yet released, how can I use the hdr functionality.

Are there any other alternatives to support for android? Can we copy the libraries from OpenCV 3.0 for linux/windows version and load the same in android?

edit retag flag offensive close merge delete

Comments

"Can we copy the libraries from OpenCV 3.0 for linux/windows version and load the same in android?" - no, unfortunately it's not so easy, as you'd have to re(cross)-compile them for arm/android.

i guess, you'll just have to wait for opencv3 on android (

berak gravatar imageberak ( 2015-03-31 08:13:46 -0600 )edit