python|python opencv找不到Tracker_create的解决办法
【python|python opencv找不到Tracker_create的解决办法】opencv 4.x版本在使用Tracker_create等Tracker*方法时,可能会出现"module 'cv2.cv2' has no attribute 'Tracker_create'"
的问题,这时安装opencv-contrib-python
即可解决:
pip install opencv-contrib-python
切记是
pip
不是pip3
,如果不起作用就卸载opencv-contrib-python
重装。推荐阅读
- 2022最新慕课网课程无密分享云盘下载实战课程(java,python,前端,golang......) ...
- [Golang]力扣Leetcode|[Golang]力扣Leetcode - 35. 搜索插入位置(二分查找)
- python爬虫入门! urllib+bs4快速爬取当前天气信息!???
- Python|Python OpenCV形态学运算示例详解
- Python|Python 图_系列之纵横对比 Bellman-Ford 和 Dijkstra 最短路径算法
- Python | 自己封装的 dubbo 接口测试库(dubborequests)
- 蓝桥|2021年第十二届蓝桥杯省赛试题回顾 python组
- 蓝桥杯真题省赛2021|蓝桥杯 2021省赛 python 路径
- 【史上最细Python教程】|【史上最细Python教程】(二)Python四大内置数据结构列表、字典、元组、集合看这一篇完全够用
- 基于Python实现对比Exce的工具