ニュース

OpenCVとは、非常に強力なオープンソースの画像動画ライブラリだ。 今回は、PythonからOpenCVを利用して、簡単な画像処理を行う方法を紹介する。
We’ve previously covered how to work with OpenCV to detect shapes in images, but today we’re taking it to a new level by introducing DLib, and abstracting face features from an image.
All the cool phones now are doing facial recognition. While that sounds like a big job, you can add face detection and recognition easily to your projects if you can support the OpenCV library. [Li… ...