Hi guys, I'm new in the forum and I'm playing with the opencv library from a month ago for some experiments... Has anybody ever implemented some face recognition project on a udoo board quad with ubuntu 12.04? I'm trying to create a gender recognizer but I get some problem with the libopencl 1.2 embedded. It gives a symbol lookup error regarding the .so file with a undefined symbol in the gcoOS_AtomConstruct when I try to use cvtConvert or training a Haar classifier. thanks in advance for any type of help...
Solved. For anyone who will encounter the same problem trying to use Opencv on a Udoo quad with ubuntu 12.04; freescale doesn't provide a full profile Opencl for his processors i.mx6 but the full profile it STRICTLY requested from Opencv. So some operations will be allowed (open video stream it's ok) others no (BGR2GRAY conversion, haar training and detecting ...) So, for now, until freescale wont fix this, face recognition on Udoo+ubuntu using opencv it's not possible.