Skip to content

artecs-group/sycl-optic-flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Optical flow algorithms for SYCL

license

Optical flow algorithms implemented in different languages.

Table of contents

  1. Dependencies
    1. CUDA dependencies
  2. Acknowledgement

1. Dependencies

All the code were tested under Ubuntu 22.04.

  • oneAPI. Tested under 2023.2.0 version.
  • OpenCV 4.5.4
sudo apt install libopencv-dev
  • Make 4.3
sudo apt install make
  • CMake 3.22.1
sudo apt install cmake
  • Ninja 1.10.1
sudo apt install ninja-build

1.1 CUDA dependencies

In the case you would run on NVIDIA GPUs you also need:

1.2 AdaptiveCpp dependencies

Compiling SYCL code with AdaptiveCpp (hipSYCL) is posible. Install it first:

Acknowledgement

This work has been supported by the EU (FEDER), the Spanish MINECO and CM under grants S2018/TCS-4423, PID2021-126576NB-I00 funded by MCIN/AEI/10.13039/501100011033 and by "ERDF A way of making Europe".

About

Optical flow algorithms implemented in SYCL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published