タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

opencvとpythonに関するtar0_tのブックマーク (2)

  • Recognizing digits with OpenCV and Python - PyImageSearch

    PyImageSearch You can master Computer Vision, Deep Learning, and OpenCV - PyImageSearch Today’s tutorial is inspired by a post I saw a few weeks back on /r/computervision asking how to recognize digits in an image containing a thermostat identical to the one at the top of this post. As Reddit users were quick to point out, utilizing computer vision to recognize digits on a thermostat tends to over

    Recognizing digits with OpenCV and Python - PyImageSearch
  • ラズパイ4でデジタル時計の「秒」を画像解析する(Python+OpenCV) | KatsEye

    「秒」の画像解析状況 先回の投稿「ラズパイ4で数字を画像認識する(OPEN CV テンプレートマッチング) 」と考え方は同じです。OpenCVのテンプレートマッチング機能を利用して、デジタル目覚し時計の「秒」部を文字列変換するプログラムを作成してみました。 文字列変換状況の動画を掲載します。 結果の動画内容は良好と思っています。2文字しか変換していないこともありますが、「秒」の変化に追従しています。 但し、デジタル時計はもともと薄暗い背景に黒い文字なので、2値化の閾値設定や照明の当て方に少し工夫が必要でした。普通の卓上照明を使いましたが、照らし方によって影が入るなど、単純に明るくすれば良い訳ではないことを理解しました。また、エクセルシートの数字と異なり文字間隔や外枠との隙間が小さいので、検索領域設定や一部の外枠を消去するなどの処理を変更しました。約1時間程度の試行錯誤を経て、動画の様な

  • 1