We have developed in the past years our own tracking technology for custom markers. That tracker uses OpenCV for many image processing functions. It has been designed to work on PC systems (Windows and Linux) using USB and GigE cameras but now we would like to modify it to work on Hololens using Hololens cameras. Ideally make use of Hololens depth sensors but let's stick to color images for this post.
Hololens has a CPU, a GPU plus a Microsoft made HPU for image processing/holographic computation I believe. Thereby, is there any build of OpenCV that can fully exploit that kind of hardware? I doubt there is and I did made some searches but here is my question anyway!
Is there any OpenCL (CL, not CV) implementation that could run on the Hololens GPU/HPU? Because OpenCV could use that implementation.
I know that Hololens uses the new UWP (Universal Windows Platform) paradigm or an app that runs anywhere on the Microsoft ecosystem. Is there any CPU only build of OpenCV that could be used in this regard?
Thank you very much!