2021-07-20から1日間の記事一覧

【OpenCV python】 Tracking APIでのAttributeErrorの解決法

OpenCV pythonで画像内の指定したオブジェクトを追従するTracking APIを実装していたらタイトルのエラーで少し混乱したので、メモ。 状況 環境 OS: Windows10 OpenCV: 4.5.2 python: 3.7.7 エラー文 AttributeError: module 'cv2' has no attribute 'Tracker…