New method for faster camera process for ios and android
As per the link https://github.com/opencv/opencv/wiki...
i found that
"more efficient camera support on Android 5+ faster round() on ARM (it’s also applicable to iOS); big thanks to Manuele Tamburano and Stefano Fabri for this!"
Can anyone point me this method in opencv api documentation or the class where this method under?
Also, whats special with that method?
First guess, it is optimized use SSE or AVX
Thank you.. I am not able to see this method under any class.. Can anybody give me a hand?
Any other inputs?