Discussion:
[Tutor] Opencv
Ahmed AL-Masri
2015-09-19 10:29:31 UTC
Permalink
Dear fellows,
I have a project for hand detection as the person wave his hand than give an action.
I am trying to use the current library in opencv using the haar cascade. I use the following code with the available xml data base from internet But it seems that the data base is not good enough or the code is not correct because sometimes it detect other objects as well.
do you have any idea how we can use the opencv or another library to detect the hand for different scale or how to build good xml database

Thanks a lot for your cooperation and support.Ahmed

_______________________________________________
Tutor maillist - ***@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
D Wyatt
2015-09-25 23:30:28 UTC
Permalink
Post by Ahmed AL-Masri
Dear fellows,
I have a project for
​...<snip>
​Dear Ahmed,
Sorry, I do not have an answer for your question, but I did want to point
out that we are not all 'fellows' here :)​
--
Deb Wyatt in WA
_______________________________________________
Tutor maillist - ***@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailm
Alan Gauld
2015-09-27 19:18:15 UTC
Permalink
Post by Ahmed AL-Masri
I have a project for hand detection as the person wave his hand than give an action.
I am trying to use the current library in opencv using the haar cascade.
This list is for people learning Python programming with the standard
library. opencv is a large third party set of modules for a very
specific use case.

You will find a Q&A forum on the opencv web site:

http://answers.opencv.org/questions/

This is much more likely to be able to help than this forum.
(Although I'm always surprised by how many of these exotic
questions find an answer here!)


HTH
--
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos


_______________________________________________
Tutor maillist - ***@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
Danny Yoo
2015-09-28 00:04:50 UTC
Permalink
Post by Alan Gauld
This list is for people learning Python programming with the standard
library. opencv is a large third party set of modules for a very
specific use case.
http://answers.opencv.org/questions/
This is much more likely to be able to help than this forum.
(Although I'm always surprised by how many of these exotic
questions find an answer here!)
I agree with Alan; OpenCV questions are advanced enough that you need
to talk with the community that is most familiar with them. You might
also try Stack Overflow with questions tagged with the "opencv"
category:

http://stackoverflow.com/questions/tagged/opencv

This is not to say that there is no one here in Tutor that can help,
but you are more likely to get a good answer from OpenCV specialists
in this situation.
_______________________________________________
Tutor maillist - ***@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Loading...