提交 72632a74 编写于 作者: O Olli-Pekka Heinisuo

add note about haarcascades helper to readmes

上级 2d0bad83
......@@ -28,6 +28,10 @@ Installation and Usage
``import cv2``
The package contains haarcascade files. ``cv2.data.haarcascades`` can be used as a shortcut to the data folder. For example:
``cv2.CascadeClassifier(cv2.data.haarcascades + "haarcascade_frontalface_default.xml")``
5. Read `OpenCV documentation <http://docs.opencv.org/>`__
6. Before opening a new issue, read the FAQ below and have a look at the other issues which are already open.
......
......@@ -28,6 +28,10 @@ Installation and Usage
``import cv2``
The package contains haarcascade files. ``cv2.data.haarcascades`` can be used as a shortcut to the data folder. For example:
``cv2.CascadeClassifier(cv2.data.haarcascades + "haarcascade_frontalface_default.xml")``
5. Read `OpenCV documentation <http://docs.opencv.org/>`__
6. Before opening a new issue, read the FAQ below and have a look at the other issues which are already open.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册