i get code face detection from this site http://www.lucaamore.com/?p=638
and i have edited and combine with wxpython.
why the MenuBar very slow to show like this Screen Shot?
http://imageshack.us/photo/my-images/29/wxpythonopencv.png/
Probably because the face detection library is blocking the event loop so the menu (and other things) are not able to process their paint events.
http://wiki.wxpython.org/LongRunningTasks
http://wiki.wxpython.org/Non-Blocking_Gui
http://wiki.wxpython.org/CallAfter
···
On 3/23/12 6:12 PM, mamik wrote:
i get code face detection from this site Computer vision: OpenCV realtime face detection in Python | lucaamore.com
and i have edited and combine with wxpython.
why the MenuBar very slow to show like this Screen Shot?
ImageShack - wxpythonopencv.png
--
Robin Dunn
Software Craftsman