AttributeError: module ‘cv2.cv2‘ has no attribute ‘bgsegm‘
使用cv2是报错:
AttributeError: module 'cv2.cv2' has no attribute 'bgsegm'
报错原因:使用的python环境中没有安装扩展包contrib
通过pip安装
pip install opencv-contrib-python
设计、摄影、建站、经济、创业、人工智能、机器视觉、python,为了心中的追求!
使用cv2是报错:
AttributeError: module 'cv2.cv2' has no attribute 'bgsegm'
报错原因:使用的python环境中没有安装扩展包contrib
通过pip安装
pip install opencv-contrib-python