我正在尝试了解0xFF在以下代码片段中做了什么:
if cv2.waitKey(0) & 0xFF == ord('q'): break
有任何想法吗?
python hex opencv
hex ×1
opencv ×1
python ×1