Using OpenCV from a device

Hi guys,

Do you think is possible to use OpenCV to do image recognition in the device?

All pointers to help to discover how to do it are very welcome to me

Thanks!

It depends on the size/dpi of the input image and the power of the device itself.

Perhaps you may also have a look at https://github.com/liuliu/ccv
which gave us better results and performance than opencv.