-
Matlab_Image_Processing
说明: 目标识别的matlab源码,有源代码和论文,有需要的可以下来看看。 (The application of automatic target recognition technology is a critical element of robotic warfare. ATR systems are used in unmanned aerial vehicles and cruise missiles. General Electric provides an Automatic Target Recognition Unit (ATRU) for the Standoff Land Attack Missile, which processes pre-launch and post-launch targeting data, allows high speed video comparison, and enables the SLAM-ER Missile to be truly "Fire and Forget".
)
- 2010-04-16 17:56:56下载
- 积分:1
-
KEYBCF
MICROSOFT FOCUS COBOL VERSION 3.0 COMPLIER
- 2014-10-24 12:50:13下载
- 积分:1
-
Filer_Sample_Para
只要输入信号的中心频率和带宽,自动生成带通滤波器采样率、信号保护带、采样率误差容限(Just enter the center frequency and bandwidth of the signal, automatically generated bandpass filter sample rate, signal protection zone, the sampling error margin rate)
- 2013-11-28 22:07:59下载
- 积分:1
-
horn_antenna
对合成天线进行matlab 仿真,有很强的指导意义(simulation of horn-antenna)
- 2017-10-30 09:54:59下载
- 积分:1
-
gaot
遗传算法工具箱,可以根据其中文件提示进行修改,还可以自己编写文件嵌入(Genetic algorithm toolbox, based on documents which prompted changes can also be embedded in their own documentation)
- 2008-06-09 11:10:15下载
- 积分:1
-
Matlab
matlab图形图像处理函数,包括所有有关matlab图形图像的函数(matlab graphic image processing functions, including all the graphic image of the function matlab)
- 2010-03-14 18:32:09下载
- 积分:1
-
fuzzy-control-table-line-calculation
离散论域模糊控制表的离线计算.已知单变量两维输入,一维输出模糊控制器,其两维输入为E,EC,一维输出为I,论域均为E,EC,I∈{-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6},E的论域划分为{NB,NM,NS,NZ,PZ,PS,PM,PB},共8个模糊子集(Discrete domain of fuzzy control table offline computing. Known univariate two-dimensional input, one-dimensional output fuzzy controller, the two-dimensional input of E, EC, one-dimensional output as I, on the field are E, EC, I ∈ {-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6}, E of the domain is divided into {NB, NM, NS, NZ, PZ , PS, PM, PB}, a total of eight fuzzy subset)
- 2013-07-24 04:19:32下载
- 积分:1
-
10-4
智能控制(刘金琨版)第10章第4题课后练习MATLAB程序(Intelligent Control (Hangzhou Press Edition) Chapter 10 Homework Question 4 MATLAB program)
- 2015-04-10 09:43:45下载
- 积分:1
-
dct
M=512 原图像长度
N=64
K=8
I=zeros(M,M)
J=zeros(N,N)
BLOCK=zeros(K,K)
显示原图像
I=imread( f:ceshiyuanshitu.bmp )
figure
imshow(I)
xlabel( 原始图像 )
显示水印图像
J=imread( f:ceshilogistic_nuaa64.bmp )
figure
imshow(J)
xlabel( 水印图像 )
嵌入水印
tem=1
for p=1:N
for q=1:N
x=(p-1)*K+1
y=(q-1)*K+1
BLOCK=I(x:x+K-1,y:y+K-1)
BLOCK=dct2(BLOCK)
if J(p,q)==0
a=-1
else
a=1
end
BLOCK(2,1)=BLOCK(2,1)*(1+a*0.01)
BLOCK=idct2(BLOCK)
I(x:x+K-1,y:y+K-1)=BLOCK
end
end
显示嵌入水印后的图像
figure
imshow(I)
xlabel( 嵌入水印后的图像 )
imwrite(I, f:ceshiembedded.bmp )
- 2010-06-13 18:43:39下载
- 积分:1
-
extract
code for object extraction to exatrct name plate
- 2010-07-22 17:28:02下载
- 积分:1