Skip to content

fsaulo/gflash-pca-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer Vision application using PCA

Principal Component Analysis applied on low frame rate video to detect objects as it moves through a platform.

Instructions

The screenshot module does not work with systems other than those taht uses X11 window manager. Support will (probably) be added in the future. You can currently change manually to use pyscreenshot module that works in any system in exchange that is a lot slower.

Replace the following line from 'guitarbot.py'

img = screenshot.grab_screen(x0, y0, res[0] + x0, res[1] + y0)

With:

img = pyscreenshot.grab(bbox=(x0, y0, res[0] + x0, res[1] + y0))

Making appropriate imports

import pyscreenshot

About

Visual computing application using PCA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors