Image translation using fourier transform

6 ビュー (過去 30 日間)
Asrith Pyla
Asrith Pyla 2020 年 6 月 1 日
編集済み: Rafael S.T. Vieira 2020 年 6 月 5 日
I have shifted an image by certain pixels in the Fourier (frequency) domain and brought it back to the time domain. My question is if the noise associated with my image before translation is same as the noise associated with it after translation.

回答 (1 件)

Rafael S.T. Vieira
Rafael S.T. Vieira 2020 年 6 月 1 日
編集済み: Rafael S.T. Vieira 2020 年 6 月 1 日
It depends on how you are performing the shift. Why don't you just measure it using psnr?
>>psnr(image_after, image_before)
If the two images, before and after some operation, are equal, the function psnr will return Inf.
  6 件のコメント
Asrith Pyla
Asrith Pyla 2020 年 6 月 5 日
Is there a way to measure noise power in MATLAB
Rafael S.T. Vieira
Rafael S.T. Vieira 2020 年 6 月 5 日
編集済み: Rafael S.T. Vieira 2020 年 6 月 5 日
The Signal Processing Toolbox seems to have some functions for it, Asrith, but since I still don't have such Toolbox, I can't give you a more accurate answer. https://www.mathworks.com/help/signal/spectral-analysis.html (That's assuming we have the data obtained by some device such as a Psophometer).

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeImage Processing and Computer Vision についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by