An exemplar python implementation of the Bag of (Visual) Words and Histogram of Oriented Gradient (HOG) feature based object detection (BoW or HOG features, SVM classification) using OpenCV. Examples ...
学習に必要な本を買います。一覧→ https://www.amazon.co.jp/hz/wishlist/ls/1XI8RCAQIKR94?ref_=wl_share ...
OpenCV(Open Source Computer Vision Library)は画像処理に特化したライブラリです(詳細は公式チュートリアル参照)。OpenCVは様々なアルゴリズムがありますが今回の記事では基礎処理をメインに紹介します。 インストール後に下記実行してエラーが出なければ完了 ...