Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
「フーリエ変換関数」を画像に適用し、フーリエ変換の位相情報から画像を再構築する方法を知りたいですか?
各チャネルが独自の 2D マトリックスを持つように、イメージを再形成します。
値が 0 から 1 の範囲になるように、画像を正規化します。
私 ~= FFTSHIFT(IFFT(FFT(I))