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

Modules and function that are no longer used modification, and hand recognition improvement requests. #24

Open limsehyuk opened 2 years ago

limsehyuk commented 2 years ago

As Python was updated to version 3, "xrange" disappeared and integrated into "range". also, "BackgroundSubtractorMOG2" has been changed to "createBackgroundSubtractorMOG2" on openCV.

If the above two changes, the execution will be normal. However, there seems to be a problem with hand and gesture recognition.

Attached is a photo that I have executed myself. Please check and improve if it can be improved. error