Open ShaFuFuDeLiu opened 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?
"xrange" is replaced by "range" in Python 3.0 or above
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?