-
dibazhang
说明: 数字图像原理包括8.1 图像
8.2 数字图像处理学
8.2.1 数字图像处理方法
8.2.2 数字图像处理的主要内容
8.3 图像文件格式
8.4 图像类型
8.4.1 索引图像
8.4.2 灰度图像
8.4.3 RGB 图像
8.4.4 二值图像
8.4.5 图像序列
8.4.6 图形类型判断
8.5 图像类型转换
8.5.1 dither 函数
8.5.2 gray2ind 函数
8.5.3 grayslice 函数
8.5.4 im2bw 函数
8.5.5 ind2gray 函数
8.5.6 ind2rgb 函数
8.5.7 mat2gray 函数
8.5.8 rgb2gray 函数
8.5.9 rgb2ind 函数
8.6 MATLAB 中的 8 位和 16 位图像
8.6.1 8 位和 16 位索引图像
8.6.2 8 位和 16 位灰度图像
8.6.3 8 位和 16 位 RGB 图像
8.7 图像文件的操作
8.7.1 查询图像文件的信息
8.7.2 图像文件的读取
8.7.3 图像文件的存储
8.7.4 图像数据类型的转换
8.7.5 图像文件格式的转换 (数字图像原理)
- 2010-04-18 16:14:30下载
- 积分:1
-
MonteCarlo_Copulas
將蒙地卡羅模擬法應用於Copula模型。(Applied Monte Carlo Simulation to Copula Model.)
- 2012-04-12 00:53:59下载
- 积分: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
-
MATLAB
matlab 只能算法 三十例,只有其中一部分(MATLAB only algorithm 30 patients, only one part of)
- 2013-01-14 16:33:14下载
- 积分:1
-
Simulation-model-of-the-wind-power
风力发电的仿真模型
上传出来,希望大家共同学习进步。(Simulation model of the wind power)
- 2012-07-11 19:07:28下载
- 积分:1
-
sa
说明: 灰色系统理论的灰色综合关联矩阵,et为大于阈值时的矩阵。(Gray gray system theory correlation matrix, et is greater than the threshold matrix.)
- 2013-03-29 23:05:01下载
- 积分:1
-
matlabhelp
中文版的matlab帮助文件,英文不好的兄弟们有福了(Chinese version of matlab help files, English is not good brothers blessed)
- 2007-11-16 15:51:36下载
- 积分:1
-
ListWMCodecs
windows media format 9 for list all codecs
- 2006-06-02 16:19:14下载
- 积分:1
-
m3
说明: To solve an initial value problem, say, equation
y = dsolve( Dy = y*x , x ) with y(1) = 1, use of calculus of vaiation
- 2013-11-20 00:33:45下载
- 积分:1
-
cwscore
主成分分析matlab程序,里面包含子程序,运用时直接调用主程序即可,可用于无监督模式学习(Principal component analysis matlab program, which contains a subroutine, the main program can be called directly when applying, can be used for unsupervised learning mode)
- 2013-12-13 17:19:50下载
- 积分:1