Ask Your Question

Revision history [back]

Use libjpeg-turbo with OpenCV 3.1 on Android

Hi,

I'm trying to replace libjpeg by libjpeg-turbo to speed up reading and writing images on Android. I've successfully used the turbo API directly to verify image IO operations were faster but I'd like to use OpenCV to read and write images as it handles multiple formats and exif orientation. I removed the linkage with libjpeg in OpenCV.mk and now, when I read images with imread, I get an empty image. Any clue to make this work?