필터 지우기
필터 지우기

How to know the frequency components of an image

조회 수: 2 (최근 30일)
Surjya padhi
Surjya padhi 2012년 5월 21일
hi all,
I am learning matlab newly. Can anybody help me in knowing the following may a few lines of code..
1. read an image. 2. convert to grayscale 3. See the frequency components of that image. In pictorial view and in numbers. 4. Choosing a linear or non-linear filter to remove specific frequency components.
I have another question like how to know which pixels falls under which frequency or I can ask like how to know which areas in the image are high frequency and which are low frequency...

답변 (1개)

Walter Roberson
Walter Roberson 2012년 5월 21일
Please read the documentation for abs axes fft2 imag imagesc imread imshow real rgb2gray uitable
All pixels in an image partake of every frequency. There are no portions of the image which are more high frequency or low frequency than any other. Frequency analysis of an image involves removing the spacial information.
You could, though, subdivide an image into pieces, and look at the frequency properties of the subsections, thus keeping some spacial information.

카테고리

Help CenterFile Exchange에서 Images에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by