<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tsubute</author_name>
  <author_url>https://blog.hatena.ne.jp/tsubute/</author_url>
  <blog_title>Computer Vision</blog_title>
  <blog_url>https://tsubute.hatenadiary.org/</blog_url>
  <categories>
    <anon>Python</anon>
  </categories>
  <description>前回は、縦横が固定できる場合の画像マッチングを行なったが、今回は、回転がかかった画像のマッチングを試みる。前回と異なり今回は、同一画像で、違いは回転である。 回転画像のマッチングというのはたぶん、回転させながらマッチングさせていけばよいのだろうが、360度それをやっていくとなるとキリがない。 ということで、別のアルゴリズムを考えてみる。 中央の1pxから同心円状に徐々に取り出し、それのmeanを得る。 [[ 0 1 2 3 4] [ 5 6 7 8 9] [10 11 12 13 14] [15 16 17 18 19] [20 21 22 23 24]] これでいうと、12番から徐々に周りを…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftsubute.hatenadiary.org%2Fentry%2F2022%2F09%2F04%2F091351&quot; title=&quot;回転画像とのマッチング - Computer Vision&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/t/tsubute/20220902/20220902082801.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2022-09-04 09:13:51</published>
  <title>回転画像とのマッチング</title>
  <type>rich</type>
  <url>https://tsubute.hatenadiary.org/entry/2022/09/04/091351</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
