This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
yichael
/
AndroidRemoteController
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
3abb2b57ee
Branches
Tags
master
AndroidRemoteCo...
/
python
/
opencv
/
cv2
/
misc
/
version.py
version.py
90 B
Historique
Raw
1
2
3
4
5
import cv2
def get_ocv_version():
return getattr(cv2, "__version__", "unavailable")