タグ

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

タグの絞り込みを解除

imageとWaldoに関するyosuke_furukawaのブックマーク (1)

  • How do I find Waldo with Mathematica?

    This was bugging me over the weekend: What is a good way to solve those Where's Waldo? ['Wally' outside of North America] puzzles, using Mathematica (image-processing and other functionality)? Here is what I have so far, a function which reduces the visual complexity a little bit by dimming some of the non-red colors: whereIsWaldo[url_] := Module[{waldo, waldo2, waldoMask}, waldo = Import[url]; wa

    How do I find Waldo with Mathematica?
    yosuke_furukawa
    yosuke_furukawa 2012/03/25
    ウォーリーを探すプログラム。まずは赤以外を画像内から省く、黒白にしてボーダーのパターンを探すって感じでやっているみたい。ウォーリーだらけの時があったけど、それには対応できなさそう。
  • 1