<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://10.8.1.3/class/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://10.8.1.3/class/feed.php">
        <title>講義（山本裕樹） - numericalipb</title>
        <description></description>
        <link>http://10.8.1.3/class/</link>
        <image rdf:resource="http://10.8.1.3/class/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-06-25T08:11:26+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://10.8.1.3/class/doku.php?id=numericalipb:lecture1&amp;rev=1781106632&amp;do=diff"/>
                <rdf:li rdf:resource="http://10.8.1.3/class/doku.php?id=numericalipb:lecture2&amp;rev=1781743877&amp;do=diff"/>
                <rdf:li rdf:resource="http://10.8.1.3/class/doku.php?id=numericalipb:top&amp;rev=1775403210&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://10.8.1.3/class/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>講義（山本裕樹）</title>
        <link>http://10.8.1.3/class/</link>
        <url>http://10.8.1.3/class/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="http://10.8.1.3/class/doku.php?id=numericalipb:lecture1&amp;rev=1781106632&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-06-10T15:50:32+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>【数値情報処理b】第1回 デジタル画像について</title>
        <link>http://10.8.1.3/class/doku.php?id=numericalipb:lecture1&amp;rev=1781106632&amp;do=diff</link>
        <description>【数値情報処理b】第1回 デジタル画像について

数値情報処理b について

コンピュータで扱う画像はデジタルデータである。
画像を見やすくしたり、画像から情報を抽出することは画像処理ソフトウェアを使えば簡単にできるが、その画像処理の原理を知らなければソフトウェアを使いこなすことができない。
本講義では R と imager を使って様々な画像処理の方法の原理について学ぶ$y$$(x,y)$$(1,1)$$(0,0)$$2^{8}=256$$256^{3}=16777216$$(x,y)$$(x,y)$$w$$h$$w\times h$$w\times h\times 3$\[
2000\times 1000\times 3=6\times 10^{6}\mathrm{bytes}=6\mathrm{Mbytes}
\]$4/10=0.4=40\%$…</description>
    </item>
    <item rdf:about="http://10.8.1.3/class/doku.php?id=numericalipb:lecture2&amp;rev=1781743877&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-06-18T00:51:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>【数値情報処理b】第2回 輪郭抽出</title>
        <link>http://10.8.1.3/class/doku.php?id=numericalipb:lecture2&amp;rev=1781743877&amp;do=diff</link>
        <description>【数値情報処理b】第2回 輪郭抽出

画像処理で輪郭を抽出することを輪郭抽出（エッジ抽出）という。

画像で輪郭というと物体と物体の境目、あるいは物体と背景の境目である。
画像の濃度や色に急な変化があるところが輪郭に見えることを利用して、輪郭を抽出する。$f$$x$$y$$(x,y)$$g$$f$$(g*f)(x,y)$\[
(g*f)(x,y)=\sum_{i=1}^{3}\sum_{j=1}^{3}g(x+i-2,y+j-2)f(i,j)
\]\begin{align*}
\small
&amp;=\ \ g(x-1,y-1)f(1,1)&amp;&amp;+g(x,y-1)f(2,1)&amp;&amp;+g(x+1,y-1)f(3,1)\\
&amp;\ \ \ +g(x-1,y\ \ \ \ \ \ \ )f(1,2)&amp;&amp;+g(x,y\ \ \ \ \ \ \ )f(2,2)&amp;&amp;+g(x+1,y\ \ \ \ \ \ \ )f(3,2)\\
&amp;\ \ \ +g(x-1,y+1)f(1,3)&amp;&amp;+g(x,y+1)f(2,3)&amp;&amp;+g(x+1,y+1)f(3,3)
\end{align*}$f(i,j)$$f$$g(x,y)$…</description>
    </item>
    <item rdf:about="http://10.8.1.3/class/doku.php?id=numericalipb:top&amp;rev=1775403210&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-05T15:33:30+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>数値情報処理b</title>
        <link>http://10.8.1.3/class/doku.php?id=numericalipb:top&amp;rev=1775403210&amp;do=diff</link>
        <description>数値情報処理b

	*  【数値情報処理b】第1回 デジタル画像について
	*  【数値情報処理b】第2回 輪郭抽出
	*  lecture3
	*  lecture4
	*  lecture5
	*  lecture6

	*  学内 RStudio サーバ1（学内限定）
	*  学内 RStudio サーバ2（学内限定）

質問がある場合は s4 かメールで連絡してください。

	*  s4 2026年度 数値情報処理b
	*  e-mail:[email]</description>
    </item>
</rdf:RDF>
