- 博客(10)
- 资源 (48)
- 收藏
- 关注
原创 数组 类别数 不同数据的个数。
class=[1 1 1 1 12 2 2 2 23 3 3 3 34 4 4 4 45 5 5 5 56 6 6 6];
2014-04-30 18:05:32
659
转载 matlab 素描 code
clear allclcI = imread('IMG_4374.JPG'); imggray = rgb2gray(I); N = 255-imggray; h1=fspecial('gaussian',3,3); g=imfilter(N,h1,'same'); height=size(I,1);width=size(I,2);for i=1
2014-04-21 20:55:46
2080
原创 matlab 色彩似然矩阵 imagesc
matlab code:>> A=rand(100,100);、>> imagesc(A) figure:
2014-04-21 20:36:51
2495
原创 Region-based Discriminative feature pooling for scene text recognition (CVPR14)
For scene text recognition problem.....A feature representation method.....
2014-04-19 16:28:37
1951
原创 matlab 写txt文件
clear all;clc;scenes = dir(fullfile('D:/Resized'));fid1=['name','.txt'];c=fopen(fid1,'wt');for i=3:size(scenes,1) str=['D:/Resized/' scenes(i,1).name]; fprintf(c,'%s\n',str);
2014-04-10 09:23:52
5186
3
转载 Linear dynamic texture
Dynamic linear model tutorial网址:http://helios.fmi.fi/~lainema/dlm/dlmtut.html
2014-04-09 14:38:38
1169
转载 Latex 如何将下标放在正下方
在用Latex输入数学公式时(特别是文字之间的公式),有时需要将公式的下标放在正下方。比如Max函数下面的取值范围,需要放在Max的正下方。可以如下实现:$\max \limits_{a但是对于双美元符之间的公式,Latex默认下标是放在正下方。所以就不需要加\limitsFrom:http://rongxiang1986.blog.163.com/bl
2014-04-02 16:55:29
71315
1
原创 tex 如何安装package?
这个小问题弄了好久才搞好~第一时间想到要把解决方法记录在blog上,以免更多人的因为这个小问题耽误太多的时间。根据提示,去这个网址ctan:http://www.ctan.org/tex-archive/macros/latex/contrib/url/ 下载所需要的package,也就是后缀为:.sty的文件。拷贝到相应目录下。但是依然问题存在的,因为没有update~开
2014-04-01 14:19:29
18270
1
Pattern Theory The Stochastic Analysis of Real-World Signals
2013-07-22
Statistical pattern recognition toolbox for matlab
2013-05-15
Pattern Recognition and Machine Learning
2013-07-22
low rank representation- theories and application
2014-03-12
visual cortex computer vision
2015-07-24
DIY Deep Learning for Vision- a Hands-On Tutorial with Caffe
2014-10-14
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人