C based maze solver using Lee Algorithm, accelerated with Nvidia CUDA
- Nvidia CUDA : https://developer.nvidia.com/cuda-downloads
- openCV 4.1.2-vc14_cv15 : https://opencv.org/opencv-4-1-2/
- you need to copy 'opencv_world412d.dll' to your project directory
(./Lee_Algorithm_CUDA_fast_distribute/opencv_world412d.dll).
You can get randomly generated input maze image from here : www.mazegenerator.net
input ex)
compile with Visual Studio (use .sln file)
compile cu file with below command
nvcc maze_solver_cuda_fast.cu
[Input Maze Image]
[Output Solution]