Opencv 2.4.8 Opencl 1.2 error udoo quad

Discussion in 'Application & Utilities' started by sam, Mar 25, 2014.

  1. sam

    sam New Member

    Joined:
    Mar 25, 2014
    Messages:
    4
    Likes Received:
    0
    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...
     
  2. sam

    sam New Member

    Joined:
    Mar 25, 2014
    Messages:
    4
    Likes Received:
    0
    up

    sorry guys it's quite important
     
  3. sam

    sam New Member

    Joined:
    Mar 25, 2014
    Messages:
    4
    Likes Received:
    0
    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.
     

Share This Page