File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ On slow systems such as Raspberry Pi the full build may take several hours. On a
176
176
177
177
Opencv-python package (scripts in this repository) is available under MIT license.
178
178
179
- OpenCV itself is available under [ Apache 2 ] ( https://github.com/opencv/opencv/blob/master/LICENSE ) license .
179
+ OpenCV itself is available under [ 3-clause BSD License ] ( https://github.com/opencv/opencv/blob/master/LICENSE ) .
180
180
181
181
Third party package licenses are at [ LICENSE-3RD-PARTY.txt] ( https://github.com/opencv/opencv-python/blob/master/LICENSE-3RD-PARTY.txt ) .
182
182
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ def main():
99
99
# Path regexes with forward slashes relative to CMake install dir.
100
100
rearrange_cmake_output_data = {
101
101
"cv2" : (
102
- [r"bin/opencv_videoio_ffmpeg \d{3}%s\.dll" % ("_64" if x64 else "" )]
102
+ [r"bin/opencv_ffmpeg \d{3,4 }%s\.dll" % ("_64" if x64 else "" )]
103
103
if os .name == "nt"
104
104
else []
105
105
)
@@ -120,7 +120,7 @@ def main():
120
120
r"python/cv2/.*config.*.py"
121
121
],
122
122
"cv2.data" : [ # OPENCV_OTHER_INSTALL_PATH
123
- ("etc" if os .name == "nt" else "share/opencv4 " ) + r"/haarcascades/.*\.xml"
123
+ ("etc" if os .name == "nt" else "share/OpenCV " ) + r"/haarcascades/.*\.xml"
124
124
],
125
125
"cv2.gapi" : [
126
126
"python/cv2" + r"/gapi/.*\.py"
You can’t perform that action at this time.
0 commit comments