Skip to content

babooppa6/CE264-Computer_Vision

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CE264-Computer Vision

Repository for project code of CE264 Computer Vision

Application of Hand-gesture Recognition Technology Using OpenCV

The following is draft flow chart of porject program:

flow chart

Some material for each subtasks

  • Row Image Input

  • Background Subtraction

  • Hand Contour Extraction

  • Gesture Recognition

  • Hand Position Tracking

  • Input Control

    For install PyAutoGUI on Linux (for python 2.x):

    # install x-lib and scrot (pip not work for me)
    $ sudo apt-get install  python-xlib
    $ sudo apt-get install scrot
    
    # skip install python-tk and python2.x-dev (already had)
    # instal Pyautogui
    $ sudo pip install pyautogui

    For install PyAutoGui on Window (for python 2.x): Open cmd.exe

    # Install pillow first (PIL module may cause error during install)
    C:\Python27\Scripts\pip.exe install pillow  
    C:\Python27\Scripts\pip.exe install pyautogui
    

    Turn off Windows UAC

About

Repository for project code of CE264 Computer Vision

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%