New method for faster camera process for ios and android

asked 2016-08-31 03:50:43 -0600

UserOpenCV gravatar image

updated 2016-08-31 11:19:27 -0600

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?

edit retag flag offensive close merge delete

Comments

1

First guess, it is optimized use SSE or AVX

StevenPuttemans gravatar imageStevenPuttemans ( 2016-09-01 03:14:46 -0600 )edit

Thank you.. I am not able to see this method under any class.. Can anybody give me a hand?

UserOpenCV gravatar imageUserOpenCV ( 2016-09-01 22:12:46 -0600 )edit

Any other inputs?

UserOpenCV gravatar imageUserOpenCV ( 2016-09-02 07:18:22 -0600 )edit