How can I get the DC/AC for an image?

2 ビュー (過去 30 日間)
Hossain Md Shakhawat
Hossain Md Shakhawat 2016 年 11 月 28 日
コメント済み: Hossain Md Shakhawat 2016 年 11 月 28 日
I want to get DC and AC component of Fourier transform of an image. And calculate their ratio.

採用された回答

Walter Roberson
Walter Roberson 2016 年 11 月 28 日
fft of a vector returns a vector. The first element of that output vector is the sum of the DC component over vector. The other elements are the AC components.
Another way of calculating the DC component is mean()
  1 件のコメント
Hossain Md Shakhawat
Hossain Md Shakhawat 2016 年 11 月 28 日
solved it

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

その他の回答 (0 件)

コミュニティ

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by