DEV Community

Discussion on: Finger Detection and Tracking using OpenCV and Python

Collapse
 
amarlearning profile image
Amar Prakash Pandey

@tungts1101 I will suggest you use opencv-python version 3.4.*. You are facing this issue because you are using some higher version of opencv-python.

You can download the correct dependencies using requirement.txt file present in the repository.

Hint: Use command sudo pip install -r requirement.txt

Collapse
 
tungts1101 profile image
tungts1101

That's work. But I think there's still something need to be done in order to eliminate noise in background.

Thread Thread
 
amarlearning profile image
Amar Prakash Pandey

Yes, that's an issue. You can take that up if you want.

Some comments have been hidden by the post's author - find out more