-
SURE
applies soft-threshold t to all elements of x and computes SURE
- 2007-08-21 09:53:19下载
- 积分:1
-
Blocks
clc
close all
clear all
I=imread( desert.jpg )
[r c]=size(I)
bs=16 Block Size (8x8)
nob=(r/bs)*(c/bs) Total number of 8x8 Blocks
Dividing the image into 8x8 Blocks
kk=0
for i=1:(r/bs)
for j=1:(c/bs)
Block(:,:,kk+j)=I((bs*(i-1)+1:bs*(i-1)+bs),(bs*(j-1)+1:bs*(j-1)+bs))
end
kk=kk+(r/bs)
end
Accessing individual Blocks
figure imshow(Block(:,9,1)) This shows u the fist 8x8 Block in a figure window
figure imshow(Block(:,:,2))
- 2013-03-17 15:01:05下载
- 积分:1
-
NSGA214jdian
说明: 考虑环境因素的多目标优化方法,采用传统的遗传算法,同时考虑环境和经济性,考虑帕累托策略。(The multi-objective optimization method considering the environmental factors, using the traditional genetic algorithm, while considering the environment and economy, considering the Pareto strategy.)
- 2020-06-01 22:50:46下载
- 积分:1
-
matlab-snake
matlab中的一个snake算法程序,适合初学者学习使用。(a snake algorithm matlab program, suitable for beginners to learn to use.)
- 2011-05-24 11:28:59下载
- 积分:1
-
cvKmeansDemoClassifi
matlab code for the k means clustering
- 2013-02-26 22:55:42下载
- 积分:1
-
PID_MPC
PID 和 DMC 实现的matlab控制仿真(PID and DMC achievable control simulation matlab)
- 2008-01-15 11:16:42下载
- 积分:1
-
Matlab
Matlab多目标遗传算法工具箱,用于多目标遗传算法!(Matlab Matlab GA)
- 2010-05-30 20:31:05下载
- 积分:1
-
43-cases-code-for-neural-network-
该压缩包中有史峰等人编写的《MATLAB神经网络43个案例分析》的全部代码及数据。对于MATLAB的初学者很有帮助。(The archive has written the history of Feng et al "MATLAB neural network 43 case studies" of all the code and data. MATLAB is helpful for beginners.)
- 2014-07-08 15:52:06下载
- 积分:1
-
EdgeEffectProcessingTechniqueinEMDAlgorithm.pdf
EMD算法中边界效应处理技术EdgeEffectProcessingTechniqueinEMDAlgorithm(EdgeEffectProcessingTechniqueinEMDAlgorithm
EdgeEffectProcessingTechniqueinEMDAlgorithm)
- 2010-11-15 12:58:46下载
- 积分:1
-
Data-visualization
讲述数据可视化的最经典的外文书籍 其中讲述了一些利用matlab 来实现可视化的程序(beautiful data visualization)
- 2013-11-07 21:34:13下载
- 积分:1