-
regtohsv
说明: reg 转换为 hsv 的matlab源代码
subplot(221) subimage(ph) colorbar
xlabel( (a)色调分量图像 )
subplot(222) subimage(ps) colorbar
xlabel( (b)饱和度分量图像 )
subplot(223) subimage(pv) colorbar
xlabel( (c)亮度分量图像 )
subplot(224) subimage(phsv) colorbar
xlabel( (d)调整后的图像 ) (reg into the matlab source code hsv subplot (221) subimage (ph) colorbar xlabel (' (a) color component image' ) subplot (222) subimage (ps) colorbar xlabel (' (b) saturation component image ' ) subplot (223) subimage (pv) colorbar xlabel (' (c) luminance component image ' ) subplot (224) subimage (phsv) colorbar xlabel (' (d) Adjustment After the image ' ) )
- 2011-03-01 11:07:55下载
- 积分:1
-
xianxingshenjingwangluo2
基于matlab上开发的关于人工神经网络的线性神经网络的程序例子(Matlab based on the development of artificial neural networks on a linear neural network program examples)
- 2013-08-04 15:16:39下载
- 积分:1
-
Iterative-learning
关于迭代学习的比较好的文章,迭代学习在间歇过程中的控制研究(Good article on the iterative learning)
- 2011-07-04 10:25:16下载
- 积分:1
-
ClassificadorNN.m
ClassificadorNN for traffic signals
- 2013-03-11 08:03:58下载
- 积分:1
-
Crossing
基于matlab平台上实现的遗传算法交叉算子操作,实现的是对自然数编码的两点交叉。代码无错,可以直接运行。(Based on matlab platform to achieve crossover genetic algorithm operations, the realization of the two-point crossover natural number coding. Code is error-free, can be directly run.)
- 2013-10-11 00:09:52下载
- 积分:1
-
sdsdda
关于卷积运算和相关性运算的关系 (Convolution and correlation on the relationship between computing )
- 2011-08-30 19:09:00下载
- 积分:1
-
gffhfh
HINEX SOLDIERS FOOLS FOOLF
- 2013-04-28 14:56:53下载
- 积分:1
-
EPS_Control
EPS控制模型 EPS控制模型 EPS控制模型 EPS控制模型(Control model control model EPS EPS EPS EPS control model control model)
- 2011-10-08 09:10:09下载
- 积分:1
-
LSL_SC
參考文獻「A Linear Subspace Learning Approach via Sparse Coding」and matlab code.
Using Sparse Coding.(「A Linear Subspace Learning Approach via Sparse Coding」and matlab code.
Using Sparse Coding.)
- 2012-09-12 21:00:44下载
- 积分:1
-
ngx-markdown-module
Nginx Markdown module
一个nginx模块,可以将网页中的markdown语法自动转义为html,无需引入其他支持库,执行效率高。
使用--add-module编译Tengine可用dso_install动态加载。
设置实例(http块)
location ~ /*.md {
mdfilter on
mdfilter_utf8 on
}
// Use Handler module
location ~ /*.mkd {
mdhandler
mdhandler_output html
}(Nginx Markdown module a nginx module can be a Web page markdown syntax is automatically escaped as html, without introducing additional support libraries, and high efficiency. Use- add-module compiled Tengine available dso_install dynamic loading. Set the instance (http block) location ~ /* md {mdfilter on mdfilter_utf8 on }.// Use Handler module location ~ /* mkd {mdhandler mdhandler_output html }.)
- 2014-02-06 11:50:09下载
- 积分:1