资源简介
国外大牛编写的程序,形象生动地说明了图像在频域内的分解与合成
代码片段和文件信息
%% 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定时器设定准确定时时间的使用心得
相关资源
- Halcon学习之二:摄像头获取图像和相
- FPGA实现FFT (设计报告+源代码)
- delpho OCR 图像识别
- emd分解适合初学者
- 数字信号处理实验,递推法解差分方
- 维纳滤波 逆滤波 图像复原 大气湍流
- (GAT1400.1-2017)公安视频图像信息应用
- 腾讯滑块图像识别源码 非JS算法 识别
- ofdm系统模型,包含信道估计 FFT变换
- 冈萨雷斯《数字图像处理》(第二版
- AAPM TG18测试图-第2部分-质控-灰度-亮度
- ImageRotation.zip
- 基于K-Means的图像分割与融合
- 差分算法及图像块清晰度比较源代码
- 经验模态分解的ppt演子
- 数字图像处理毕业论文
- NSST非下采样剪切波变换工具箱
- 高级图形图像处理试卷及其答案
- VPSNaiduDTCWTfusiondemo.zip
- 基于视频图像Harris角点检测的车辆测
- CT图像生成STL文件的程序
- 一个关于图像融合算法的代码
- 数字图像处理 逆滤波与维纳滤波
- 基于小波变换的图像修复算法
- KSVD稀疏表示程序
- 基于DCT和混沌的双重图像水印算法
- 视频图像处理压缩源代码
- OpenCV实现IHS简单图像融合
- ROM分解合并工具合集——NBH、BIN、I
- HDR图像融合程序
评论
共有 条评论