-
newtonp
根据牛顿插值原理进行数据的拟合,附有牛顿插值原理和它的matlab的实现方法,有点简单了,但是过程中的好些地方还是值得学习的。(Newton interpolation carried out in accordance with the principle of data fitting, with Newton interpolation matlab principle and its realization method, a bit simple, but in the process of a number of places it is still worth learning.)
- 2007-09-04 21:33:16下载
- 积分:1
-
dijkstra2.m
MATLAB版本的最短路径算法dijkstra的实现。自己写的(MATLAB versions of the shortest path algorithm dijkstra implementation. Their written)
- 2010-01-06 10:57:28下载
- 积分:1
-
output_of_DCT_in_image_fusion
u can calculate DCT
clc
inp = imread( Im1.jpg )
inp1 = imread( Im2.jpg )
A = double(inp(:,:,1))
B = double(inp1(:,:,1))
A1=double(blkproc(A,[8 8], dct2 ))
B1=double(blkproc(B,[8 8], dct2 ))
[r,c] = size(A1)
r1 = []
for i=1:r
for j=1:c
if A1(i,j) > B1(i,j)
r1(i,j)=A1(i,j)
else
r1(i,j)=B1(i,j)
end
end
end
r1= double(r1(:,:,1))
C=blkproc(r1,[8 8], idct2 )
round(C)
C1=idct2(r1)
figure
imshow(uint8(C))
figure
imshow(uint8(C1))
imwrite(uint8(C), dct8x8min.jpg )
- 2011-01-09 23:26:05下载
- 积分:1
-
dwtwm
This program embed watermark in the wavelet coefficients.Recovery of watermark possible even in presence of noise.Evaluated with psnr
- 2011-10-17 08:40:32下载
- 积分:1
-
2D RVE
2Dimensional RVE MATLAB code
- 2017-12-06 15:50:08下载
- 积分:1
-
averege
matlab code about image processing
- 2009-12-01 19:37:19下载
- 积分:1
-
mosaic
说明: 全自动无缝图像拼接技术 并附有样例供参考(Automatic seamless image mosaic technology together with samples for reference)
- 2011-03-24 15:24:35下载
- 积分:1
-
filter-image
采用matlab编写,对图像椒盐噪声与周期性噪声的进行滤除(Using matlab, image noise and periodic noise salt and pepper to filter out)
- 2013-11-27 10:42:20下载
- 积分:1
-
GDOP_6_CC
多星座导航系统GDOP递推特性的仿真程序,程序主要是争对在现有系统中增加一颗其他星座的可见星时GDOP的变化情况组合仿真(GDOP recursive multi-constellation navigation system features simulation program, the program is mainly a fight for increases in existing systems of other constellations visible changes in the star combination of simulation GDOP)
- 2015-03-13 10:41:09下载
- 积分:1
-
square-approximation.doc
matlab最佳均方逼近算法及matlab实现代码(The best square approximation matlab)
- 2015-04-20 20:32:12下载
- 积分:1