This website requires JavaScript.
Explore
Help
Sign In
chamgj
/
netrans
forked from
nudt_dsp/netrans
Watch
0
Star
0
Fork
You've already forked netrans
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
netrans
/
bin
/
cv2
/
misc
/
version.py
6 lines
90 B
Python
Raw
Permalink
Blame
History
import
cv2
def
get_ocv_version
(
)
:
return
getattr
(
cv2
,
"
__version__
"
,
"
unavailable
"
)
Reference in New Issue
View Git Blame
Copy Permalink