ロゴ メインコンテンツへ
RSSフィード
「開発記録」に関連する記事一覧

C Phase Extraction with FFTW and OpenCV

2011/02/26
(この記事の文字数: 301)
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.
inputImg.jpg

Here is a result image.
4a375fbe.jpeg

ソースコードも置いておきます。

Here is source code
phaseExtraction.c

  このエントリーをはてなブックマークに追加  

<<「開発記録」の記事一覧に戻る

コメント(0 件)



コンテンツロード: 0.0084 sec
Copyright(C)2006-2024 puarts All Rights Reserved