Power spectrum of an image
조회 수: 6 (최근 30일)
이전 댓글 표시
Hello,
I have binary images (black and white). I have some questions:
1) How can I get the power spectrum of these images? I need to have the power spectrum of the image as function of the position, i.e. along the length of the image. Is there any code?
2) Is it possible to create the power spectrum of images with a length different from the height? example length= 5 mm and height= 1mm
Thanks and regard,
Marco
댓글 수: 0
답변 (1개)
Rohit Pappu
2021년 1월 27일
An example usage
I = imread('dummy.jpg');
% Plots the periodogram
periodogram(I);
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Fourier Analysis and Filtering에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!