使用cv2是报错:

AttributeError: module 'cv2.cv2' has no attribute 'bgsegm'

报错原因:使用的python环境中没有安装扩展包contrib

通过pip安装

pip install opencv-contrib-python