自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(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

原创 LBP matlab code

http://www.cse.oulu.fi/CMV/Downloads/LBPMatlab

2014-04-28 16:01:28 3630

原创 latex 图 表格 标题居中

使用。。。\usepackage[justification=centering]{caption}

2014-04-28 10:38:52 34584 6

转载 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

特征值 特征向量 数值方法 简介

求特征值的数值方法简介 特征值 特征向量 数值方法 简介

2011-04-25

Multiple Camera Object Tracking

Multiple Camera Object Tracking

2013-05-12

knn讲解ppt 课件资料

KNN 课件资料 感觉写的很不错,共享下。呵呵

2011-04-25

Deep learning PPT

CVPR ppt Deep learning 必备资料·真的是特别好,忍不住共享了~

2012-12-12

ECCV10——deep learning

学习deep learning 深度学习的资料~ 虽然没有昨天传的那篇详尽写,也不错,共享了~

2012-12-13

正交群和幺正群定义和基本知识

正交群和幺正群的定义和解释。 ppt文档,属于基本知识的理解范围,不涉及编程。

2011-04-12

Pattern Theory The Stochastic Analysis of Real-World Signals

Pattern Theory The Stochastic Analysis of Real-World Signals

2013-07-22

IEEEtran期刊latex模版

IEEEtran期刊latex模版

2013-04-22

Mean-shift算法 C++

Mean-shift算法 C++

2013-07-22

根据直方图 度量图像相似 matlab

根据直方图 度量图像相似 matlab代码

2011-04-25

Pf_ColorTracking

Pf_ColorTracking

2013-07-22

Lior Wolf Image Descript

matlab code Lior Wolf Descriptor Based Methods in the Wild

2013-05-09

Statistical pattern recognition toolbox for matlab

Statistical pattern recognition toolbox for matlab

2013-05-15

Pattern Recognition and Machine Learning

Pattern Recognition and Machine Learning Pattern Recognition and Machine Learning 电子书,非常好~

2013-07-22

MATLAB统计分析与应用:40个案例分析

MATLAB统计分析与应用:40个案例分析

2013-07-22

svm相关工具包

svm相关包

2013-07-22

PPT模板3个

PPT模板

2013-07-22

写英文paper,易出现的一些错误

写英文paper,易出现的一些错误~写英文paper,易出现的一些错误~ 挺实用的,记录于此,供他人和自己学习~

2011-10-21

opencv学习资料

opencv所有的学习资料

2013-07-22

数字图像处理课件

数字图像处理课件

2013-07-22

low rank representation- theories and application

low rank representation- theories and application

2014-03-12

PPT caffe by Jia Yangqing

PPT caffe by Jia Yangqing

2014-09-22

visual cortex computer vision

visual cortex computer vision visual cortex computer vision

2015-07-24

DIY Deep Learning for Vision- a Hands-On Tutorial with Caffe

DIY Deep Learning for Vision- a Hands-On Tutorial with Caffe DIY Deep Learning for Vision- a Hands-On Tutorial with Caffe

2014-10-14

Convolutional neural networks for matlab

Convolutional neural networks for matlab

2014-09-19

matlab code_tensor.

matlab Higher-order singular value decomposition_tensor

2014-01-09

LATEX PPT模板

LATEX PPT模板

2014-06-09

Matrix Differential Calculus

matrix Differential Calculus

2013-12-12

imagenet均值图像

imagenet_mean.binaryproto Caffe imagenet均值图像

2014-05-27

2dim_minist

2dim_minist

2014-05-17

latex数学符号表

latex math symbols table latex math symbols table latex数学符号表

2014-06-03

jre-7u21-windows-i586.exe

jre-7u21-windows-i586.exe

2014-03-18

已编译libsvm-3.17

window 已编译libsvm-3.17 已编译libsvm-3.17

2014-03-24

Neural network (unsupervised learning)-Ch5

Neural network (unsupervised learning)-Ch5

2014-09-02

视频转换FLVConverter

视频转换软件 FLVConverter

2014-03-24

精灵虚拟光驱(Daemon Tools) 4.49.1

精灵虚拟光驱(Daemon Tools) 4.49.1 精灵虚拟光驱(Daemon Tools) 4.49.1

2014-03-31

getkernels

How to get the linear kernel or Gaussian kernel?

2014-03-31

windows已编译linearSVM

windows已编译linearSVM 添加路径即可使用之~

2014-03-27

模式识别课件

模式识别课件

2013-07-22

Convolution neural networks

Convolution neural networks

2013-08-18

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除