0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【ブルアカ】スクショから装備所持数を表示するアプリを作成した

0
Posted at

概要

ブルーアーカイブの装備/アイテム画面のスクリーンショットからアイテムの所持数を読み取り、画面に表示するアプリを作成しました。各素材が何人分あるのか、俯瞰して閲覧することができます。

image.png

image2.png

特徴

  • 安心安全: ブラウザのみで完結するため、スクリーンショット等は外部サーバーに一切送信されません
  • 軽量な動作: 重たいモデル(ONNX等)は不使用なので、快適に動作します

スマホには対応していません。
画面比率16:9で動作確認を行っているので、4:3ではうまく認識しない可能性があります。

使い方

  1. 「装備」画面のスクリーンショットを撮る
    image.png

  2. (必要なら)「アイテム」画面でフィルターを掛ける
    対応している種類は「コイン」、「オーパーツ」、「戦術教育BD」、「技術ノート」です
    image.png

  3. (必要なら)フィルターを掛けた「アイテム」画面のスクリーンショットを撮る
    image.png

  4. ブラウザで https://nabedroid.github.io/bluearchive-inventory-ocr/ を開く

  5. 「画像をドラッグ&ドロップ…」をクリックし、保存したスクリーンショットを選択(複数指定可能)

  6. 「解析開始」ボタンをクリック

  7. 「サマリー表示に切替」をクリック

技術スタック

前回作成した下記の記事と同様なので割愛します。

感想

基本的な処理の流れは前回のステラソラとほぼ同様ですが、tesseract の前処理や特徴量の計算はかなり修正されています。特に tesseract の前処理は汎用性を捨てた代わりに精度を高めることに成功し、自分なりに満足いく結果が得られました。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?