Skip to content

πŸ—ΊπŸ“Œ Implementation of the A* pathfinding algorithm with OpenCV and Cuda in C++ πŸ’ͺ

Notifications You must be signed in to change notification settings

willigarneau/astar-pathfinding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

A* Algorithm Implementation



Made with OpenCV and Cuda, written in C++

Summary of the project

A* pathfinding algorithm (a.k.a. A* searching algorithm) written in C++

This is an widely used pathfinding and searching algorithm; learn more about A* at Wikipedia.

OpenCV is not necessarily required, provided that you have found another way to convert input images into arrays which have the same format used in the example.

Since there might still be some problems in my implementation, so please feel free to give me any advice!

So here is the result of what I made. I hope you will have fun with it!

Note : There is some code in the project that creates a merged frame from 2 images. We are using a camera which can't take the whole environment. For more informations about the camera, visit https://www.axis.com/fr-ca.



Prerequisites

Ensure you have following installed:

Compile and run

As simple as:

1. Open the project in VS.
2. Execute the project.
3. Have fun !

or by debugging the whole program in Visual Studio Entreprise


My build environment

In case you face difficulty building on your own machine, following is the specifications of my environment which may be helpful for you to spot the difference to yours.

OS

Windows 10 2018

OpenCV

You can find the last version of OpenCV by following this link

Cuda (Compute Unified Device Architecture)

Installing Cuda in Visual Studio is a real pain. I recommend you to use an existing project if you don't wanna waste time.


Licence

None for this project, it's for the purpose of a class

Contributors

Made by William Garneau and Pascal Canuel

About

πŸ—ΊπŸ“Œ Implementation of the A* pathfinding algorithm with OpenCV and Cuda in C++ πŸ’ͺ

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published