mahaveerverma / hand-gesture-recognition-opencv

A project on hand detection and hand gesture recognition developed using OpenCV on Python 2.7.
MIT License
319 stars 132 forks source link

Some Variables & parameters are not declared in the program #18

Open ShaFuFuDeLiu opened 5 years ago

ShaFuFuDeLiu commented 5 years ago

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?

捕获

ShaFuFuDeLiu commented 5 years ago

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