3 lines
92 B
Python
3 lines
92 B
Python
import cv2
|
|
print(cv2.getBuildInformation())
|
|
print("UI backend:", cv2.currentUIFramework()) |