<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>pillow on yosiopp</title>
    <link>https://yosiopp.net/tags/pillow/</link>
    <description>Recent content in pillow on yosiopp</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>jp</language>
    <lastBuildDate>Tue, 28 Apr 2020 10:00:00 +0900</lastBuildDate><atom:link href="https://yosiopp.net/tags/pillow/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>openCVとpillowで画像をパーツに分割する</title>
      <link>https://yosiopp.net/post/20200428/</link>
      <pubDate>Tue, 28 Apr 2020 10:00:00 +0900</pubDate>
      
      <guid>https://yosiopp.net/post/20200428/</guid>
      <description>こんな画像があるとする。 今回はこれを こういう風にパーツに分割したい、という時のコード。 # coding: utf-8 import cv2 from PIL import Image, ImageDraw from functools import reduce filename = &amp;#39;shapes.png&amp;#39; # 外側の輪郭を取得 def</description>
    </item>
    
    <item>
      <title>pHashでの画像類似検索</title>
      <link>https://yosiopp.net/post/20200423/</link>
      <pubDate>Thu, 23 Apr 2020 10:00:00 +0900</pubDate>
      
      <guid>https://yosiopp.net/post/20200423/</guid>
      <description>pHash というのは、ざっくり言うと画像の概要をハッシュ化したものです。 似た画像は似たハッシュ値になります。 pHashの説明については https://yabaiwebyasan.com/blog/2018-12-04-how-to-create-image-match-tool/ https://tech.unifa-e.com/entry/2017/11/27/111546 ここら辺が</description>
    </item>
    
  </channel>
</rss>
