-
studyforrecognitionofinfraredimagebasedonfeaturein
:给出了一种提取特征点的新方法和合理的特征不变量。该方法根据三角不等式原理利用第三边与另
外两边之和的比值大小来确定角点,以特征点和它相邻的两个特征点所形成的两条直线的夹角正切值以及三角形
第三边与另两边和的比值作为特征不变量。这种特征提取的方法简单,并且由于扩大了模板取值范围,使识别效果受特征点漏检的影响较小。实验表明,该方法不仅简便,而且效果良好。(: In this paper, a new feature point extraction method and the characteristics of rational invariants. The method is based on the principle of triangle inequality with the use of the third side and both sides of the ratio of the size to determine the Corner to feature point and its two adjacent feature points formed by the angle between two tangent linear and the third triangle on both sides and edges with another feature of the ratio as a variable. This feature extraction method is simple, and as a result of the expansion of the scope of the template values to identify the effect of feature points by the impact of smaller undetected. Experiments show that the method is not only simple, but effective.)
- 2009-04-20 18:31:53下载
- 积分:1
-
Pack-Kurtogram
快速计算一维信号的塔式谱峭度图,选择谱峭度最大值区间,方便确定所需滤波器中心频率及带宽。(Computes the fast kurtogram of signal x.This fast algorithm uses a pyramidal decomposition of the signal into a user-specified number of levels (a good choice is nlevel = 8). The first level is the classical kurtosis of the signal, the second level is the spectral kurtosis in 2 octaves, the third level the spectral kurtosis in 4 half-octaves, etc. Non-integer levels refer to divisions into third octaves. Here below is an illustration on how the frequency band is successively split when increasing the level)
- 2011-07-10 15:03:27下载
- 积分:1
-
image-processing-Matlab
常用的一些图像处理Matlab源代码,比如数字图像的傅立叶变换,二维离散余弦变换的图像压缩,采用灰度变换的方法增强图像的对比度,直方图均匀化,图像滤波等(Some commonly used image processing Matlab source code, such as digital image Fourier transform two-dimensional discrete cosine transform image compression method using gray transform image contrast enhancement, histogram equalization, image filtering, etc.)
- 2014-09-28 11:26:44下载
- 积分:1
-
posdyn_llh
This program is written to compute the position and angles roll-pitch and yaw through navigation system of Local-Level- coordinate system.
- 2014-12-13 13:41:17下载
- 积分:1
-
homework1_MLPNN
一个matlab程序,利用BP-MLPNN模型训练拟合函数,(A matlab program, using BP-MLPNN model training fitting function,)
- 2013-12-04 06:26:23下载
- 积分:1
-
Example023-
设计弹出菜单利用 Visual basic 6.0 开发工具实现(Visual basic 6.0 )
- 2010-08-06 09:29:58下载
- 积分:1
-
surshrHEDA
基于直方图的分布估计算法matlab源程序,测试函数选用的是30维函数(for h=1:m
for j=1:((x2-x1)/binswidth)
if (x(h)>=x1+(j-1)*binswidth)&(x(h)<x1+j*binswidth)
H(j)=H(j)+1
end
end
end
[wid,len]=size(H)
H=H/(wid*len)
objvalue=sort(objvalue, descend )
for j=1:((x2-x1)/binswidth))
- 2013-03-15 10:44:15下载
- 积分:1
-
matlab
matlab的各种程序 适合初学者参考学习交流(matlab code)
- 2013-11-13 13:47:35下载
- 积分:1
-
1
说明: 电力系统潮流计算程序用MATLAB程序编写的(Newton Raphson power flow calculation program written in MATLAB)
- 2010-05-16 14:48:46下载
- 积分:1
-
Hanning-Filter
参考国外网站资料,自己实现的海宁窗滤波函数。滤波测试图像为matlab自带的cameraman.tif图片。(Hanning filter program in Matlab)
- 2012-04-02 21:20:27下载
- 积分:1