<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Yujiroh Tanaka</title>
    <description>The latest articles on DEV Community by Yujiroh Tanaka (@yujiroh).</description>
    <link>https://dev.to/yujiroh</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F178319%2F403331ea-c8ab-4977-820e-e9531757fe42.png</url>
      <title>DEV Community: Yujiroh Tanaka</title>
      <link>https://dev.to/yujiroh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yujiroh"/>
    <language>en</language>
    <item>
      <title>I have made Nonogram solver by ruby.</title>
      <dc:creator>Yujiroh Tanaka</dc:creator>
      <pubDate>Sat, 02 May 2020 13:38:16 +0000</pubDate>
      <link>https://dev.to/yujiroh/i-have-made-nonogram-solver-by-ruby-265b</link>
      <guid>https://dev.to/yujiroh/i-have-made-nonogram-solver-by-ruby-265b</guid>
      <description>&lt;p&gt;I have made Nonogram solver by ruby.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.sentohsharyoga.com/en/puzzle/nonogram/text/free_size"&gt;https://www.sentohsharyoga.com/en/puzzle/nonogram/text/free_size&lt;/a&gt;&lt;/p&gt;

</description>
      <category>nonogram</category>
      <category>ruby</category>
    </item>
    <item>
      <title>Solve Overlapping Sudoku by OCR</title>
      <dc:creator>Yujiroh Tanaka</dc:creator>
      <pubDate>Sun, 28 Jul 2019 15:37:04 +0000</pubDate>
      <link>https://dev.to/yujiroh/solve-overlapping-sudoku-by-ocr-3j4j</link>
      <guid>https://dev.to/yujiroh/solve-overlapping-sudoku-by-ocr-3j4j</guid>
      <description>&lt;h1&gt;
  
  
  Tools used
&lt;/h1&gt;

&lt;p&gt;・Ruby&lt;br&gt;
・RMagick(ImageMagick)&lt;/p&gt;

&lt;h1&gt;
  
  
  Method
&lt;/h1&gt;

&lt;p&gt;・Detect cells by using pattern matching&lt;br&gt;
・Determine number(0~9) by making 50 or more thresholds&lt;br&gt;
・Determine the combination of cells normally&lt;br&gt;
・Calculate answer of Sudoku normally&lt;/p&gt;

&lt;h1&gt;
  
  
  URL
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://www.sentohsharyoga.com/en/puzzle/sudoku_multi/image/free_size"&gt;Overlapping Sudoku auto solver&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ruby</category>
      <category>rails</category>
    </item>
    <item>
      <title>I chalenged fifty-nine 9x9 grids Sudoku by OCR </title>
      <dc:creator>Yujiroh Tanaka</dc:creator>
      <pubDate>Sat, 15 Jun 2019 03:33:25 +0000</pubDate>
      <link>https://dev.to/yujiroh/i-changed-fifty-eight-9x9-grids-sudoku-by-ocr-32hd</link>
      <guid>https://dev.to/yujiroh/i-changed-fifty-eight-9x9-grids-sudoku-by-ocr-32hd</guid>
      <description>&lt;h2&gt;
  
  
  Tools used
&lt;/h2&gt;

&lt;p&gt;・Ruby&lt;br&gt;
・RMagick(ImageMagick)&lt;/p&gt;

&lt;h2&gt;
  
  
  Process
&lt;/h2&gt;

&lt;p&gt;Process is roughly divided into three.&lt;/p&gt;

&lt;p&gt;①Recognize one cell&lt;br&gt;
②Recognize numbers in cells&lt;br&gt;
③Calculate the overlap of 9x9 grid from the positional relationship of cells&lt;/p&gt;

&lt;h3&gt;
  
  
  URL
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://www.sentohsharyoga.com/puzzle/sudoku_multi/image/free_size"&gt;https://www.sentohsharyoga.com/puzzle/sudoku_multi/image/free_size&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ruby</category>
    </item>
  </channel>
</rss>
