-
SkinColorDetection
this code is skin color detection algorithm
- 2009-03-04 19:59:14下载
- 积分:1
-
Implementing_Filtering
该代码实现了图像的滤波处理,这段代码给出了三种滤波矩阵,包括图像平滑(低通滤波器)、图像边缘提取(高通滤波器)等。用户下载后可以根据自己需要修改滤波矩阵和参数值,以便实现特殊的功能。为了形象的说明滤波效果,代码执行后可以看到滤波前后滤波后的对比图像。
(The code of the image filter processing, the code shows the three filter matrix, including the smoothing (low pass filter), image edge detection (high-pass filter) and so on. Users can download their own need to modify the filter matrix and the parameter values in order to achieve a specific function. Filtering effect to the image description, code execution before and after filtering can be seen after comparison of the filtered images.)
- 2011-02-01 13:00:15下载
- 积分:1
-
GAPSO
说明: GAPSO算法是一种先进的遗传粒子群算法,广泛应用于电力系统的低频振荡的控制研究。中。(无)
- 2009-07-23 11:54:17下载
- 积分:1
-
JHSantiagoTexcoco_FletcherReeves-MatLab
Prueba1 FletcherReeves
Hernández Santiago José
Maestría en Ciencias de la Computación
Septiembre / 2011
1. Comenzar con un punto arbitrario
2. Calcular Gradiente de Fi
3. Si el Gradiente Fi es igual a 0(converge), termina
4. Si el Gradiente Fi es !=0 continuar
5. Encontrar dirección de búsqueda
Si= -GradienteFi= - Gradiente F(Xi)
6. Determinar la Longitud Optima del incremento lamda(i) en dirección Si
X(i+1)=X(i)+lamda(i)*S(i)= X(i)-lamda(i)*Gradiente F(Xi)
7. Hacer i=2
8. Obtener Gradiente Fi
9. Calcular Si= -GradFi + ( [abs(GradFi)^2]/[abs(GradF(i-1))^2] )*S(i-1)
10. Determinar la Longitud Optima del incremento lamda(i) en dirección Si
X(i+1)=X(i)+lamda(i)*S(i)= X(i)-lamda(i)*Gradiente F(Xi)
7. Verificar Optimalidad de X(i+1)
Si es optimo, detener
Si no es optimo hacer i=i+1 e ir al paso 8
- 2013-08-08 14:30:24下载
- 积分:1
-
Simple-Function-Approximation
Function approximation
- 2013-12-17 19:15:01下载
- 积分:1
-
Kalman_Filter
说明: 两个简单的卡尔曼滤波的例子,适合初学者掌握基本原理。(Two simple examples of Kalman filter, suitable for beginners to master the basic principles.)
- 2010-04-12 23:24:24下载
- 积分:1
-
VBaMatlabexchenge-data
VB与matlab混合编程,实现VB与matLAB数据传递,完成相关编程(VB and matlab mixed programming, data transfer between VB and matLAB, complete the relevant programming)
- 2013-10-29 10:10:58下载
- 积分:1
-
PPPcode
精密单点定位的程序,是对初学者的很好的资料,很容易入手(Precise point positioning procedure ,is good information for beginners, it is easy to start)
- 2013-11-10 10:26:56下载
- 积分:1
-
fsvm
模糊支持向量机算法,能得到重要的仿真图形。(Fuzzy support vector machine algorithm, can get important simulation graphics)
- 2016-06-06 10:29:30下载
- 积分:1
-
matlab_image
matlab图像预处理,包括灰度化,对数变换,直方图均衡化,线性平滑滤波,中值滤波,自适应滤波,图像锐化,图像二值化,各类边缘检测算子等等(matlab image preprocessing, including gray-scale and logarithmic transformation, histogram equalization, linear filtering, median filtering, adaptive filtering, image sharpening, image binarization, all kinds of edge detection operator, etc.)
- 2009-05-06 00:02:32下载
- 积分:1