<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>bamch0h</author_name>
  <author_url>https://blog.hatena.ne.jp/bamch0h/</author_url>
  <blog_title>bamchoh’s diary</blog_title>
  <blog_url>https://bamch0h.hatenablog.com/</blog_url>
  <categories>
    <anon>Python</anon>
  </categories>
  <description>↓の画像を使って www.pakutaso.com ↓こういうテンプレート画像を探し出す OpenCVの操作を Python で書いた。 import cv2 import numpy as np from matplotlib import pyplot as plt img = cv2.imread('cat.png') template = cv2.imread('cat_face.png') _, w, h = template.shape[::-1] res = cv2.matchTemplate(img,template,cv2.TM_CCOEFF_NORMED) min_val,…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbamch0h.hatenablog.com%2Fentry%2F2020%2F02%2F28%2F015114&quot; title=&quot; OpenCV を使って テンプレートマッチング - bamchoh’s diary&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/b/bamch0h/20200228/20200228014912.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-02-28 01:51:14</published>
  <title> OpenCV を使って テンプレートマッチング</title>
  <type>rich</type>
  <url>https://bamch0h.hatenablog.com/entry/2020/02/28/015114</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
