<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>In Traction - Latest Comments in Fun with Python, OpenCV and face detection</title><link>http://intraction.disqus.com/</link><description></description><atom:link href="https://intraction.disqus.com/fun_with_python_opencv_and_face_detection/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Fri, 14 Mar 2014 12:49:08 -0000</lastBuildDate><item><title>Re: Fun with Python, OpenCV and face detection</title><link>http://blog.jovermeulen.com/2008/06/27/fun-with-python-opencv-and-face-detection/#comment-1284666667</link><description>&lt;p&gt;from CVtypes import cv&lt;/p&gt;&lt;p&gt;ImportError: No module named CVtypes&lt;/p&gt;&lt;p&gt;pls help me..&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kala Swaminathan</dc:creator><pubDate>Fri, 14 Mar 2014 12:49:08 -0000</pubDate></item><item><title>Re: Fun with Python, OpenCV and face detection</title><link>http://blog.jovermeulen.com/2008/06/27/fun-with-python-opencv-and-face-detection/#comment-1239407815</link><description>&lt;p&gt;the cv.waitKey() function has a bug, to make it correct change it to cv.waitKey() % 0xFF&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rajat saxena</dc:creator><pubDate>Tue, 11 Feb 2014 04:19:05 -0000</pubDate></item><item><title>Re: Fun with Python, OpenCV and face detection</title><link>http://blog.jovermeulen.com/2008/06/27/fun-with-python-opencv-and-face-detection/#comment-919602663</link><description>&lt;p&gt;i need depth mapping code in python opencv.........please help&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">shrikant</dc:creator><pubDate>Wed, 05 Jun 2013 06:59:13 -0000</pubDate></item><item><title>Re: Fun with Python, OpenCV and face detection</title><link>http://blog.jovermeulen.com/2008/06/27/fun-with-python-opencv-and-face-detection/#comment-839384248</link><description>&lt;p&gt;How to use it in C#&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Amol</dc:creator><pubDate>Sat, 23 Mar 2013 06:42:38 -0000</pubDate></item><item><title>Re: Fun with Python, OpenCV and face detection</title><link>http://blog.jovermeulen.com/2008/06/27/fun-with-python-opencv-and-face-detection/#comment-788273837</link><description>&lt;p&gt;how I do to take a snapshot with python and opencv?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">margarita</dc:creator><pubDate>Mon, 04 Feb 2013 11:12:23 -0000</pubDate></item><item><title>Re: Fun with Python, OpenCV and face detection</title><link>http://blog.jovermeulen.com/2008/06/27/fun-with-python-opencv-and-face-detection/#comment-771995148</link><description>&lt;p&gt;Hello i was wondering if you could help me out a bit with a problem... i would like to make a facial recognition software for my laptop and i dont really now were to start from please it would mean a lot to me u could send me a message on raolboss@yahoo.com&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Reidel Martin-Raul</dc:creator><pubDate>Fri, 18 Jan 2013 14:14:31 -0000</pubDate></item><item><title>Re: Fun with Python, OpenCV and face detection</title><link>http://blog.jovermeulen.com/2008/06/27/fun-with-python-opencv-and-face-detection/#comment-555349135</link><description>&lt;p&gt;Hi, I have started a new blog on new opencv python module, cv2. This module is quite fast compared to old. visit : &lt;a href="http://www.opencvpython.blogspot.com" rel="nofollow noopener" target="_blank" title="www.opencvpython.blogspot.com"&gt;www.opencvpython.blogspot.com&lt;/a&gt; &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ARK</dc:creator><pubDate>Tue, 12 Jun 2012 13:30:50 -0000</pubDate></item><item><title>Re: Fun with Python, OpenCV and face detection</title><link>http://blog.jovermeulen.com/2008/06/27/fun-with-python-opencv-and-face-detection/#comment-476448538</link><description>&lt;p&gt;That piece of code tries to load the OpenCV 1.0 library. This might not work with newer versions of OpenCV. &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jo Vermeulen</dc:creator><pubDate>Mon, 26 Mar 2012 10:56:36 -0000</pubDate></item><item><title>Re: Fun with Python, OpenCV and face detection</title><link>http://blog.jovermeulen.com/2008/06/27/fun-with-python-opencv-and-face-detection/#comment-474381264</link><description>&lt;p&gt; tried the code from this &lt;br&gt;blog. In the second line it's given: "from CVtypes import cv". I even &lt;br&gt;downloaded CVtypes and pasted it in the same folder where the program &lt;br&gt;is. Even when I type "from CVtypes import cv" in interpreter mode, it's giving the same error. There is one thing about the "Wrappers" that I don't seem to follow. Here is the error:  "&amp;gt;&amp;gt;&amp;gt; from CVtypes import cv Traceback (most recent call last):   File "&amp;lt;stdin&amp;gt;", line 1, in &amp;lt;module&amp;gt;   File "&lt;a href="http://CVtypes.py" rel="nofollow noopener" target="_blank" title="CVtypes.py"&gt;CVtypes.py&lt;/a&gt;", line 38, in &amp;lt;module&amp;gt;     _cxDLL = cdll.LoadLibrary('libcxcore.so.1')   File "/usr/lib/python2.7/ctypes/&lt;a href="http://__init__.py" rel="nofollow noopener" target="_blank" title="__init__.py"&gt;__init__.py&lt;/a&gt;", line 431, in LoadLibrary     return self._dlltype(name)   File "/usr/lib/python2.7/ctypes/&lt;a href="http://__init__.py" rel="nofollow noopener" target="_blank" title="__init__.py"&gt;__init__.py&lt;/a&gt;", line 353, in __init__     self._handle = _dlopen(self._name, mode) OSError: libcxcore.so.1: cannot open shared object file: No such file or directory"  Can't make anything out of it even when I tried to...&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mithil Bhoras</dc:creator><pubDate>Fri, 23 Mar 2012 07:34:56 -0000</pubDate></item><item><title>Re: Fun with Python, OpenCV and face detection</title><link>http://blog.jovermeulen.com/2008/06/27/fun-with-python-opencv-and-face-detection/#comment-328473740</link><description>&lt;p&gt;Thank you so much. Since the formatting is lost, I created a gist for others to make it easy to copy. &lt;a href="https://gist.github.com/1269098" rel="nofollow noopener" target="_blank" title="https://gist.github.com/1269098"&gt;https://gist.github.com/126...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">haridsv</dc:creator><pubDate>Thu, 06 Oct 2011 20:18:44 -0000</pubDate></item><item><title>Re: Fun with Python, OpenCV and face detection</title><link>http://blog.jovermeulen.com/2008/06/27/fun-with-python-opencv-and-face-detection/#comment-316797395</link><description>&lt;p&gt;THANK YOU! IT IS A GREAT HELP.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Manishma</dc:creator><pubDate>Wed, 21 Sep 2011 13:43:04 -0000</pubDate></item><item><title>Re: Fun with Python, OpenCV and face detection</title><link>http://blog.jovermeulen.com/2008/06/27/fun-with-python-opencv-and-face-detection/#comment-175507395</link><description>&lt;p&gt;cv.DestroyWindow("camera") should solve the problem with exiting the program.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stanley</dc:creator><pubDate>Thu, 31 Mar 2011 09:53:38 -0000</pubDate></item><item><title>Re: Fun with Python, OpenCV and face detection</title><link>http://blog.jovermeulen.com/2008/06/27/fun-with-python-opencv-and-face-detection/#comment-130215697</link><description>&lt;p&gt;Some v4l2 incompatibility, get it working with exporting that :&lt;br&gt;export LD_PRELOAD=/usr/lib/libv4l/&lt;a href="http://v4l1compat.so" rel="nofollow noopener" target="_blank" title="v4l1compat.so"&gt;v4l1compat.so&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="https://bugs.launchpad.net/ubuntu/+source/opencv/+bug/321358" rel="nofollow noopener" target="_blank" title="https://bugs.launchpad.net/ubuntu/+source/opencv/+bug/321358"&gt;https://bugs.launchpad.net/...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">fallino</dc:creator><pubDate>Mon, 17 Jan 2011 16:32:22 -0000</pubDate></item><item><title>Re: Fun with Python, OpenCV and face detection</title><link>http://blog.jovermeulen.com/2008/06/27/fun-with-python-opencv-and-face-detection/#comment-78115341</link><description>&lt;p&gt;IIRC, I was still using version 1.0 or 1.1 back then.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jo Vermeulen</dc:creator><pubDate>Thu, 16 Sep 2010 08:42:37 -0000</pubDate></item><item><title>Re: Fun with Python, OpenCV and face detection</title><link>http://blog.jovermeulen.com/2008/06/27/fun-with-python-opencv-and-face-detection/#comment-76675070</link><description>&lt;p&gt;whtas opencv version?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fernandojr Ifcg</dc:creator><pubDate>Fri, 10 Sep 2010 10:13:24 -0000</pubDate></item><item><title>Re: Fun with Python, OpenCV and face detection</title><link>http://blog.jovermeulen.com/2008/06/27/fun-with-python-opencv-and-face-detection/#comment-76647425</link><description>&lt;p&gt;qual versao opencv se ta usand0?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Fernandojr Ifcg</dc:creator><pubDate>Fri, 10 Sep 2010 08:07:03 -0000</pubDate></item><item><title>Re: Fun with Python, OpenCV and face detection</title><link>http://blog.jovermeulen.com/2008/06/27/fun-with-python-opencv-and-face-detection/#comment-70569462</link><description>&lt;p&gt;Muito obrigado pelos elogios...de coração.&lt;br&gt;Se depender de mim, estarei sempre compartlhando minha paixão, que são os games!!&lt;br&gt;Quanto a fase da aranha realmente eh dificil, mas é ali onde vc realmente fica "ninja" nas suas habilidades , e ai o resto do game fica muito mais atenuado, hehe como se fosse uma academia essa fase, rs.&lt;br&gt;Abração amigo&lt;br&gt;&lt;a href="http://online-jogos.net" rel="nofollow noopener" target="_blank" title="http://online-jogos.net"&gt;online jogos&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">amitjhsaps123</dc:creator><pubDate>Sun, 22 Aug 2010 06:09:57 -0000</pubDate></item><item><title>Re: Fun with Python, OpenCV and face detection</title><link>http://blog.jovermeulen.com/2008/06/27/fun-with-python-opencv-and-face-detection/#comment-65668115</link><description>&lt;p&gt;Nice! I've got some motion detection going on over here if you're interested: &lt;a href="http://appdelegateinc.com/blog/2010/08/02/motion-tracking-with-a-webcam/" rel="nofollow noopener" target="_blank" title="http://appdelegateinc.com/blog/2010/08/02/motion-tracking-with-a-webcam/"&gt;http://appdelegateinc.com/b...&lt;/a&gt; &lt;br&gt;&lt;br&gt;Did you buy the book? I find the OpenCV documentation is very hard to follow.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt</dc:creator><pubDate>Mon, 02 Aug 2010 01:35:04 -0000</pubDate></item><item><title>Re: Fun with Python, OpenCV and face detection</title><link>http://blog.jovermeulen.com/2008/06/27/fun-with-python-opencv-and-face-detection/#comment-65645836</link><description>&lt;p&gt;Absolutely incredible - technology is certainly an amazing thing!&lt;/p&gt;&lt;p&gt;---&lt;br&gt;Rick, &lt;a href="http://www.magicjackspoker.com/" rel="nofollow noopener" target="_blank" title="http://www.magicjackspoker.com/"&gt;MJ&lt;/a&gt; Researcher&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sprained Ankle</dc:creator><pubDate>Sun, 01 Aug 2010 21:00:54 -0000</pubDate></item><item><title>Re: Fun with Python, OpenCV and face detection</title><link>http://blog.jovermeulen.com/2008/06/27/fun-with-python-opencv-and-face-detection/#comment-60357264</link><description>&lt;p&gt;wow thats some crazy code&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">The Magic Jack</dc:creator><pubDate>Fri, 02 Jul 2010 19:27:49 -0000</pubDate></item><item><title>Re: Fun with Python, OpenCV and face detection</title><link>http://blog.jovermeulen.com/2008/06/27/fun-with-python-opencv-and-face-detection/#comment-56957743</link><description>&lt;p&gt;"When you’re struggling with SWIG-generated Python bindings, or have some C library without bindings that you would like to use, give ctypes a try. "&lt;/p&gt;&lt;p&gt;This reminded me of this&lt;br&gt;"If you have a problem - if no one else can help - and if you can find&lt;br&gt;them - maybe you can hire: The A-Team."&lt;/p&gt;&lt;p&gt;I almost want somebody to geekerise the lyrics and make them about ctypes now.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">stuaxo</dc:creator><pubDate>Tue, 15 Jun 2010 19:15:03 -0000</pubDate></item><item><title>Re: Fun with Python, OpenCV and face detection</title><link>http://blog.jovermeulen.com/2008/06/27/fun-with-python-opencv-and-face-detection/#comment-49653323</link><description>&lt;p&gt;i read this and detection is one component of ... It is a simple python script that will connect to your webcam&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">public records</dc:creator><pubDate>Tue, 11 May 2010 05:58:27 -0000</pubDate></item><item><title>Re: Fun with Python, OpenCV and face detection</title><link>http://blog.jovermeulen.com/2008/06/27/fun-with-python-opencv-and-face-detection/#comment-48279557</link><description>&lt;p&gt;dont work for me&lt;/p&gt;&lt;p&gt;from CVtypes import cv&lt;br&gt;ImportError: No module named CVtypes&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Phifo</dc:creator><pubDate>Mon, 03 May 2010 23:05:12 -0000</pubDate></item><item><title>Re: Fun with Python, OpenCV and face detection</title><link>http://blog.jovermeulen.com/2008/06/27/fun-with-python-opencv-and-face-detection/#comment-44571238</link><description>&lt;p&gt;Hey,&lt;br&gt;I found the solution already. Needed to put the &lt;br&gt;'haarcascade_frontalface_default.xml' file in the same directory as your little programm. When I runned the code, it seems to work fine. I only noticed that the program is often detecting my chin and mouth.. and not the whole face. Is this because I'm to close to my cam or is there a other solution for.&lt;/p&gt;&lt;p&gt;Thx,&lt;/p&gt;&lt;p&gt;Stefan&lt;/p&gt;&lt;p&gt;ps: I also needed to put "from opencv.highgui import *" above the code. Did yours work without? &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stefan</dc:creator><pubDate>Tue, 13 Apr 2010 04:03:08 -0000</pubDate></item><item><title>Re: Fun with Python, OpenCV and face detection</title><link>http://blog.jovermeulen.com/2008/06/27/fun-with-python-opencv-and-face-detection/#comment-44521406</link><description>&lt;p&gt;Hey,&lt;/p&gt;&lt;p&gt;I just found your amazing code on the web.  I'm trying to make a eye tracking device for a paralized girl. I tryed your code but got this error. &lt;br&gt;Can you help me with this problem.  I really don't know what to do.&lt;/p&gt;&lt;p&gt;Traceback (most recent call last):&lt;br&gt;  File "D:\My Documents\Mijn documenten\TWG\&lt;a href="http://anotherdetection.py" rel="nofollow noopener" target="_blank" title="anotherdetection.py"&gt;anotherdetection.py&lt;/a&gt;", line 65, in &amp;lt;module&amp;gt;&lt;br&gt;    detect(frame)&lt;br&gt;  File "D:\My Documents\Mijn documenten\TWG\&lt;a href="http://anotherdetection.py" rel="nofollow noopener" target="_blank" title="anotherdetection.py"&gt;anotherdetection.py&lt;/a&gt;", line 22, in detect&lt;br&gt;    faces = cv.HaarDetectObjects(grayscale, cascade, storage, 1.2, 2, cv.HAAR_DO_CANNY_PRUNING, cv.Size(50, 50))&lt;br&gt;WindowsError: exception: access violation reading 0x00000028&lt;/p&gt;&lt;p&gt;Thx,&lt;/p&gt;&lt;p&gt;Stefan (from the Netherlands)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stefan</dc:creator><pubDate>Mon, 12 Apr 2010 19:09:24 -0000</pubDate></item></channel></rss>