資源簡介
國外大牛編寫的程序,形象生動地說明了圖像在頻域內的分解與合成
代碼片段和文件信息
%%?Demonstration?of?fourier?decomposition.?
%?Goal:?to?visualize?that?(2D)?images?can?be?decomposed?
%?into?sinusoidal?waves.?
%?----------
%?Implementation:?At?each?‘iteration‘?the?most?prominent?
%?wave*?is?taken?away?from?the?input?image?and?set?aside.
%?Where?the?residual?image?gradually?loses?contrast?the?removed?
%?waves?together?start?forming?a?new?reconstructed?
%?image?(initially?low?pass?filtered).?After?20?
%?waves?the?rest?of?the?waves?is?removed?in?groups?of?
%?increasing?size.
%?(*together?with?its?‘conjugate‘?wave).?
%?----------
%?Author:?Job?Bouwman
%?date:?20?july?2013?
%?----------
close?all;?clear?all;?clc;
%%?user?settings:
%?speed?in?which?the?demo?is?carried?out:
demoSpeed?=?20;??%?somewhere?between?1?and?10
%?The?selected?image:
%?I?=?im
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????4395??2013-07-22?12:58??FourierImageDecomposition.m
?????文件????????1303??2014-02-12?14:33??license.txt
- 上一篇:KCF原文+源碼+源碼解讀
- 下一篇:STM32定時器設定準確定時時間的使用心得
評論
共有 條評論