-
morphology
形态学,在模式识别系统中,判断两个形状的区别。(morphology
)
- 2010-12-18 20:50:12下载
- 积分: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
-
im
说明: 一个自己做的异步电动机的模型,由于是理想化模型,忽略了铁损耗。(An induction motor to do its own model, because it is idealized model, neglected iron loss.)
- 2010-05-14 16:00:27下载
- 积分:1
-
wind_turbine
matlab example to design wind turbine generator
- 2014-08-09 16:41:04下载
- 积分:1
-
2
混沌系统仿真软件,用于混沌系统的仿真;通过分析系统的参数和初始状态来观测混沌系统的运行轨迹。(Chaotic system simulation software for simulation of chaotic systems,Through the analysis of the parameters and the initial state of system to measure the trajectories of chaotic systems.
)
- 2013-08-26 17:09:43下载
- 积分:1
-
MOTOR-(P1-P140)
教材:电力电子和电力拖动控制系统的MATLAB仿真(P1-P140)(BOOK ABOUT MOTOR)
- 2012-05-03 20:59:04下载
- 积分:1
-
Skin-cancer
Skin cancer melanoma segmentation- image processing. efficient detection of diameter and roundness in segmented part
- 2015-04-21 22:09:18下载
- 积分:1
-
niblack
Zhang和Tan提出一个改良Niblack的方法(Zhang and Tan proposed a modified Niblack s method)
- 2010-07-09 01:24:58下载
- 积分:1
-
bingwangmoxing
直驱并网发电模型,适用于风力发电机组仿真控制模型并网部分(Direct drive power grid model, suitable for the simulation control model of grid connected wind turbine parts)
- 2014-12-18 18:31:56下载
- 积分:1
-
CreateData
create new based on mean and variance of the each cluster
- 2015-01-28 03:04:07下载
- 积分:1