pythonの記事がないなあと思ってたら元々サポートされてるのね。 でみんなsample内のfacedetectを見て作ってるのね。 sampleだと表示されちゃうので変換だけするよう修正してみる。 facedetect.py #!/usr/bin/python """ This program is demonstration for face and object detection using haar-like features. The program finds faces in a camera image or video stream and displays a red box around them. Original C implementation by: ? Python implementation by: Roman Stanchak """ import