Skip to content

toledosq/opencv_practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opencv_practice

A collection of practice scripts and classes for Computer Vision using the OpenCV2 library

video_games/realtime_object_detection.py

Takes three arguments:

  • Window Name (Windows)
  • Path to an image of the object to track
  • Threshold (float)

As of now, this script only accepts a single image. This limitation means that this script is only useful for 2D or isometric games with static sprites. However, the detection threshold can be adjusted to change sensitivity.


Tested on Age of Empires II: Definitive Edition

example1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages