We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa21757 commit 8e433fdCopy full SHA for 8e433fd
tests/python_opencv_test/test.py
@@ -12,7 +12,7 @@
12
def check_build_info():
13
success = True
14
15
- print("OpenCV Version:")
+ print("OpenCV Version: {}".format(cv2.__version__))
16
if (cv2.getVersionMajor() != CURRENT_OPENCV_BUILD_VERSION[0]) and (
17
cv2.getVersionMinor() != CURRENT_OPENCV_BUILD_VERSION[1]) and (
18
cv2.getVersionRevision() != CURRENT_OPENCV_BUILD_VERSION[2]):
0 commit comments