C言語でフーリエ変換した画像を周波数成分の振幅値で除算して位相部分のみ抜き出して画像に出力するプログラムを作りました。FFTにはFFTW、画像の入出力にはOpenCVを使っています。
下の画像が入力と出力です。
I made a C program for extration of phase channel from gray scale image. In this progaram, I used FFTW for FFT, and OpenCV for image I/O.
Here is an input image.
Here is a result image.
ソースコードも置いておきます。
Here is source code
phaseExtraction.c
下の画像が入力と出力です。
I made a C program for extration of phase channel from gray scale image. In this progaram, I used FFTW for FFT, and OpenCV for image I/O.
Here is an input image.
Here is a result image.
ソースコードも置いておきます。
Here is source code
phaseExtraction.c