This website works better with JavaScript.
Explore
Help
Sign In
Chiebot-Mirror
/
opencv
Watch
8
Star
0
Fork
You've already forked opencv
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Open Source Computer Vision Library
https://opencv.org/
31844
Commits
6
Branches
128
Tags
3.0 GiB
C++
87%
C
3.4%
Python
2.8%
CMake
2.1%
Java
1.6%
Other
2.8%
Tree:
e9428726ca
opencv
/
modules
/
python
/
package
/
extra_modules
/
misc
/
version.py
5 lines
90 B
Raw
Blame
History
import
cv2
def
get_ocv_version
(
)
:
return
getattr
(
cv2
,
"
__version__
"
,
"
unavailable
"
)
Reference in new issue
View Git Blame
Copy Permalink