<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>TadaoYamaoka</author_name>
  <author_url>https://blog.hatena.ne.jp/TadaoYamaoka/</author_url>
  <blog_title>TadaoYamaokaの開発日記</blog_title>
  <blog_url>https://tadaoyamaoka.hatenablog.com/</blog_url>
  <categories>
    <anon>OpenCV</anon>
    <anon>Python</anon>
    <anon>dlib</anon>
    <anon>顔器官検出</anon>
  </categories>
  <description>以前日記に書いたdlibを使った顔器官検出をSurfaceのカメラを使ってリアルタイムに行ってみました。 import sys import dlib import cv2 if len(sys.argv) != 2: print(&quot;realtime_shape_predictor.py model&quot;) exit() model = sys.argv[1] predictor = dlib.shape_predictor(model) detector = dlib.get_frontal_face_detector() video_capture = cv2.VideoCapture(1) …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftadaoyamaoka.hatenablog.com%2Fentry%2F2017%2F02%2F21%2F220514&quot; title=&quot;Surfaceのカメラでリアルタイムに顔器官検出を行う - TadaoYamaokaの開発日記&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/TadaoYamaoka/20170221/20170221220153.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2017-02-21 22:05:14</published>
  <title>Surfaceのカメラでリアルタイムに顔器官検出を行う</title>
  <type>rich</type>
  <url>https://tadaoyamaoka.hatenablog.com/entry/2017/02/21/220514</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
