Skip to content

patrickdgr81/LeagueOfLegendsImageProcessing

Repository files navigation

LeagueOfLegendsImageProcessing

This project will take a screenshot of League of Legends and find out where the enemy champions are located. Uses opencv pattern matching.

Compile with g++ LeaguePatternMatch.cpp -lopencv_core -lopencv_highgui -lopencv_imgproc

To run with GPIO, compile with g++ -O2 -Wall LeaguePatternMatch.cpp -lopencv_core -lopencv_highgui -lopencv_imgproc SimpleGPIO.cpp -o LeaguePatternMatch

About

Find where champions are in a screenshot of League of Legends

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages