• How to Integrate Arm Compute Library with OpenCV?
    Hi, Is there a standard way to interface OpenCV with ACL? I understand that the work done on ACL is very new and the OpenCV community may not have started working on interfacing ACL with OpenCV. ...
  • Hough Transform in Compute Library
    Hi to all, i'm looking for Hough Transorfm (or something similar) in Compute Library for detect lines after apply canny algorithm but i can't find it. Can someone help me or give me some advice? ...
  • why vectorized code is slower?
    I am trying to make my image processing program faster. So, i changed my  scalar code into vectorized code. for understanding, the purpose of program is" read right(4) and left(4) total 8 pixel of target...
  • Compute library run OpenCL examples
    Hi I've recently got over the Compute Library OPenCL.so problem and have moved on to trying to run the examples. I compiled natively on an Odroid XU4 with neon=1 and opencl=1 using "scons Werror=1 ...
  • Two issues with Compute Library 17.12, scons and manual native compilation, on Odroid XU4.
    First issue is with scons. A Previous post was concerned with creating my own source and build subdirectories (MyProgs/ and build/MyProgs) and modification of SConstruct to succesfully compile cl_convolution...