mahaveerverma / hand-gesture-recognition-opencv

A project on hand detection and hand gesture recognition developed using OpenCV on Python 2.7.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some Variables & parameters are not declared in the program

ShaFuFuDeLiu opened this issue · comments

At line 40,140,141, the "xrange" and at line 205,the "hand_histogram" are not declared in the files of "HandRecognition.py". There is no declaration in "GestureAPI.py" either. Are there some lines missing or is it due to some of my stupid operation?

捕获

"xrange" is replaced by "range" in Python 3.0 or above