logo

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

フーリエスライス定理

概要

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

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

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

Ff(y)=f(x)eixydxF2f(y1,y2)=f(x1,x2)ei(x1,x2)(y1,y2)dx1dx2Rf(s,θ)=t=f(scosθtsinθ, ssinθ+tcosθ)dt \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とも呼ばれます。

証明

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

F2f(ξcosθ, ξsinθ)=f(x,y)ei(ξcosθx+ξsinθy)dxdy=f(x,y)eiξ(xcosθ+ysinθ)dxdy \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=xcosθ+ysinθt=xsinθ+ycosθ s=x\cos\theta + y\sin\theta \\ t=-x\sin\theta+y\cos\theta

すると

x=scosθtsinθy=ssinθ+tcosθ x=s\cos\theta-t\sin\theta \\ y=s\sin\theta + t \cos \theta

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

F2f(ξcosθ, ξsinθ)=f(scosθtsinθ, ssinθ+tcosθ)eiξsdtds=(f(scosθtsinθ, ssinθ+tcosθ)dt)eiξsds=Rf(s, θ)eiξsds=FRf(ξ, θ) \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*}