-
rsda(Matlab)
粗糙集属性约简过程中的下近似及上近似域的matlab实现(Rough set attribute reduction process under the domain of approximate and matlab)
- 2010-10-10 16:21:04下载
- 积分:1
-
enhancement
enhancement for fingerprint
- 2012-09-05 17:03:45下载
- 积分:1
-
MeanShift-matlab
MeanShift运动目标跟踪 matlab程序
思路:
1.截取跟踪目标矩阵rect
2.求取跟踪目标的加权直方图hist1
3.读取视频序列中的一帧, 先随机取一块与rect等大的矩形,计算加权直方图hist2。
4.计算两者比重函数,如果后者差距过大, 更新新的矩阵中心Y,进行迭代(MeanShift是一种变步长可以迅速接近概率密度峰值的方法),直至一定条件后停止。
(MeanShift moving target tracking matlab program ideas: 1. Interception target tracking matrix rect 2. Strike target tracking weighted histogram hist1 3. Reading of a video sequence, first randomly selected one with such a large rectangle rect, calculate the weighted Histogram hist2. 4 Calculate the proportion of both functions, if the latter gap is too large, updated new matrix center Y, iterative (MeanShift is a variable step size can rapidly approaching the peak of the probability density method), until certain conditions stop.)
- 2013-09-19 11:40:07下载
- 积分:1
-
tv_original
tv模型代码,用到的偏微分方程技巧和各项异性扩散(tv model code, techniques used in partial differential equations and anisotropic diffusion)
- 2015-03-23 21:00:31下载
- 积分:1
-
555
关于柴油机与液力变矩器匹配的一些论文,很好的知识(Many designs of rotary engine were proposed in the past 100 years, including the recent rotary vane concept 10 , but only the gasoline Wankel engine has become a production success. This has good power-weight ratio, inherent balance, and smoothness, but suffers from reduced effi ciency, sealing, and emissions prob-lems, particularly of unburned hydrocarbons 1)
- 2013-05-08 20:36:07下载
- 积分:1
-
MATLAB_FIR_IIR
matlab FIR 底通和带通滤波器和IIR 底通和带通滤波器完整程序,本人花了好多时间自己写的,有滤波前后图形对比!(matlab FIR at the end of pass and band-pass IIR filters and the end of pass and band-pass filter the full process, I spent a lot of time to write your own, there is before and after the graphic correlation filter!)
- 2009-03-15 21:00:21下载
- 积分:1
-
Calclulate-world-frame
一个求图像世界坐标系的代码,亲自试验过,保证有效。(Find the image of a world coordinate system code, personally tested, to ensure effective.)
- 2011-04-27 10:01:39下载
- 积分:1
-
FCM
关于减法聚类和FCM的融合程序,室内定位算法。(Subtraction clustering algorithm)
- 2014-12-22 16:09:14下载
- 积分:1
-
K-meanCluster
How the K-mean Cluster work
Step 1. Begin with a decision the value of k = number of clusters
Step 2. Put any initial partition that classifies the data into k clusters. You may assign the training samples randomly, or systematically as the following:
Take the first k training sample as single-element clusters
Assign each of the remaining (N-k) training sample to the cluster with the nearest centroid. After each assignment, recomputed the centroid of the gaining cluster.
Step 3 . Take each sample in sequence and compute its distance from the centroid of each of the clusters. If a sample is not currently in the cluster with the closest centroid, switch this sample to that cluster and update the centroid of the cluster gaining the new sample and the cluster losing the sample.
Step 4 . Repeat step 3 until convergence is achieved, that is until a pass through the training sample causes no new assignments. (How the K-mean Cluster workStep 1. Begin with a decision the value of k = number of clusters Step 2. Put any initial partition that classifies the data into k clusters. You may assign the training samples randomly, or systematically as the following: Take the first k training sample as single-element clusters Assign each of the remaining (Nk) training sample to the cluster with the nearest centroid. After each assignment, recomputed the centroid of the gaining cluster. Step 3. Take each sample in sequence and compute its distance from the centroid of each of the clusters. If a sample is not currently in the cluster with the closest centroid, switch this sample to that cluster and update the centroid of the cluster gaining the new sample and the cluster losing the sample. Step 4. Repeat step 3 until convergence is achieved, that is until a pass through the training sample causes no new assignments.)
- 2007-11-15 01:49:03下载
- 积分:1
-
VC
说明: VC与matlab的混合编写程序的COM方法,如何调用COM进行混合编程。(Mixture of VC and matlab programming of COM methods, how to call COM mixed programming.)
- 2010-11-30 13:14:57下载
- 积分:1