8000 [README] add opencv_contrib note · APCLab/opencv-python@7f89999 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7f89999

Browse files
committed
[README] add opencv_contrib note
1 parent 3e006f0 commit 7f89999

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ OpenCV on wheels
1111

1212
**Unofficial** OpenCV packages for Python.
1313

14-
This repository generates packages which contain pre-compiled OpenCV binary with Python bindings. This enables super fast (usually < 10 seconds) OpenCV installation for Python.
14+
This repository generates packages which contain pre-compiled OpenCV binary with Python bindings. This enables super fast (usually < 10 seconds) OpenCV installation for Python.
1515

16-
If you need only OpenCV Python bindings, no separate OpenCV installation is required.
16+
If you need only OpenCV Python bindings, no separate OpenCV installation is required.
1717

1818
**IMPORTANT NOTE**
1919

@@ -122,6 +122,12 @@ build artifacts use local version identifiers:
122122

123123
These artifacts can't be and will not be uploaded to PyPI.
124124

125+
To build ``opencv_contrib``::
126+
127+
cd build
128+
cmake -DOPENCV_EXTRA_MODULES_PATH=../opencv_contrib/modules ../opencv
129+
130+
125131
Manylinux wheels
126132
----------------
127133

0 commit comments

Comments
 (0)
0