logo

フーリエスライス定理 📂トモグラフィ

フーリエスライス定理

概要

$f : \mathbb{R}^{2} \to \mathbb{R}$について、以下の式が成り立ちます。

$$ \begin{equation} \mathcal{F}_2 f(\xi \cos\theta,\ \xi \sin\theta)=\mathcal{F}(\mathcal{R}f)(\xi ,\ \theta) \label{thm1} \end{equation} $$

ここで、$\mathcal{F}$は1次元のフーリエ変換、$\mathcal{F}_2$は2次元フーリエ変換、$\mathcal{R}$はラドン変換を意味します。

$$ \begin{align*} \mathcal{F}f (y) &= \int f(x) e^{-i xy } dx \\ \mathcal{F}_{2} f (y_{1}, y_{2}) &= \int \int f(x_{1}, x_{2}) e^{-i (x_{1}, x_{2}) \cdot (y_{1}, y_{2})} dx_{1} dx_{2} \\ \mathcal{R}f(s,\theta) &= \int_{t =-\infty}^{\infty} f\big( s\cos\theta-t\sin\theta,\ s\sin\theta + t\cos\theta \big) dt \end{align*} $$

説明

プロジェクションスライス定理projection slice theoremまたはセントラルスライス定理central slice theoremとも呼ばれます。

証明

$\eqref{thm1}$の左辺を計算すると、以下のようになります。

$$ \begin{equation} \begin{aligned} \mathcal{F}_2 f(\xi \cos\theta,\ \xi \sin\theta) &= \int_{-\infty}^{\infty}\int_{-\infty}^{\infty} f(x,y)e^{-i(\xi \cos\theta \cdot x +\xi \sin\theta \cdot y) }dxdy \\ &= \int_{-\infty}^{\infty}\int_{-\infty}^{\infty} f(x,y)e^{-i \xi (x\cos\theta +y\sin\theta ) }dxdy \end{aligned} \label{eq1} \end{equation} $$

そして、平面上の点を以下の図のように極座標で表示するために、以下の図のように置換しましょう。

5CF9E0040

$$ s=x\cos\theta + y\sin\theta \\ t=-x\sin\theta+y\cos\theta $$

すると

$$ x=s\cos\theta-t\sin\theta \\ y=s\sin\theta + t \cos \theta $$

そして$dxdy=dsdt$なので、$\eqref{eq1}$に代入すると

$$ \begin{align*} \mathcal{F}_2 f( \xi \cos\theta,\ \xi \sin\theta) &= \int_{-\infty}^{\infty}\int_{-\infty}^{\infty} f(s\cos\theta-t\sin\theta,\ s\sin\theta + t \cos \theta)e^{-i\xi s}dtds \\ &= \int_{-\infty}^{\infty} \left( \int_{-\infty}^{\infty} f(s\cos\theta-t\sin\theta,\ s\sin\theta + t \cos \theta)dt \right)e^{-i \xi s} ds \\ &= \int_{-\infty} ^{\infty} \mathcal{R}f(s,\ \theta) e^{-i\xi s} ds \\ &= \mathcal{F} \mathcal{R}f(\xi,\ \theta) \end{align*} $$