CUDA Learning
- Correctly install nvidia gpu driver and nvidia cuda toolkit.
- Correctly install opencv (4.4.0 and above is okay, use components core,highgui,imageproc).
- Add necessary build/runtime path of opencv and nvidia cuda toolkit to the environment.
- Using cmake/xmake(recommend) to build the project.
The build files are located in build dir as default.