• 大小: 2KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-07
  • 语言: 其他
  • 标签: FFT  图像  分解  重构  

资源简介

国外大牛编写的程序,形象生动地说明了图像在频域内的分解与合成

资源截图

代码片段和文件信息

%% 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

评论

共有 条评论