自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(12)
  • 资源 (48)
  • 收藏
  • 关注

原创 在线latex 并生成pdf网站:writelatex

https://www.writelatex.com/signup

2014-02-24 10:26:14 8008 1

原创 matlab eval 可变变量名 赋值

filename=['./data/ALLfea_',num2str((index50-1)*50+1),'_',num2str(index50*50),'.mat'];eval(['save -v7.3 ' filename  ' Fea_D Labels';]);

2014-02-22 19:04:24 3342

转载 matlab 求一个数的数量级

t=log10(m);scale=floor(t);转自:http://www.ilovematlab.cn/thread-28456-1-1.html

2014-02-22 16:51:53 5136

转载 matlab 计算大型距离方阵,distance matrix

利用vlfeat工具包可行。网址见:http://www.vlfeat.org/matlab/vl_alldist2.html返回: pairwise distance matrix D of the columns of S1 and S2, yieldingD = VL_ALLDIST2(X,Y) returns the pairwise distance matrix D

2014-02-18 15:07:02 3078

原创 源码搜索。缺少的函数可以在这个搜索引擎上找到~

地址:http://searchcode.com/?q=FbApply2d

2014-02-18 10:02:11 791

原创 利用区域协方差:Structure-Preserving Image Smoothing via Region Covariances

利用协方差矩阵进行图像平滑结构信息纹理信息

2014-02-10 15:52:41 2278 3

转载 正定对称矩阵log计算,似然问题

摘自:positive definite matrices, Rajendra Bhatia.

2014-02-10 15:19:41 1199

转载 matlab 找出两数组中相同的元素

>> a=[1,2,3,4,5,6]a = 1 2 3 4 5 6>> b=[2,3,5,8,10]b = 2 3 5 8 10>> intersect(a,b)ans = 2 3 5转自:http://zhidao.baidu.com/link?url=x8Kw

2014-02-06 18:45:44 46688

原创 Saliency Detection几篇paper

基于超像素的显著性检测~ 作者主页附带源码~挖坑占座~

2014-02-06 16:04:57 3753

原创 SPD matrix features: Semantic segmentation with second-order pooling

Semantic segmentation with second-order poolingNovel pooling techniques: encode the second-order statistics of local descriptors inside a region.Average pooling Max-pooling

2014-02-06 14:40:05 1217 1

原创 Higher order SVD + Tensor Grassman manifold

参考paper:1、A least squares regression framework on manifolds and its application to gesture recognition (Yui Man Lui)2、Action recognition on product manifoldsrepresent a video as a 3D tenso

2014-02-04 17:04:25 1214

原创 Matlab numel(A) 返回数组元素的个数

n = numel(A)返回数组A中元素个数。

2014-02-03 15:23:28 1588

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

Neural network (unsupervised learning)-Ch5

Neural network (unsupervised learning)-Ch5

2014-09-02

LATEX PPT模板

LATEX PPT模板

2014-06-09

latex数学符号表

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

2014-06-03

imagenet均值图像

imagenet_mean.binaryproto Caffe imagenet均值图像

2014-05-27

2dim_minist

2dim_minist

2014-05-17

精灵虚拟光驱(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

视频转换FLVConverter

视频转换软件 FLVConverter

2014-03-24

已编译libsvm-3.17

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

2014-03-24

jre-7u21-windows-i586.exe

jre-7u21-windows-i586.exe

2014-03-18

low rank representation- theories and application

low rank representation- theories and application

2014-03-12

matlab code_tensor.

matlab Higher-order singular value decomposition_tensor

2014-01-09

Matrix Differential Calculus

matrix Differential Calculus

2013-12-12

Convolution neural networks

Convolution neural networks

2013-08-18

模式识别课件

模式识别课件

2013-07-22

PPT模板3个

PPT模板

2013-07-22

数字图像处理课件

数字图像处理课件

2013-07-22

Pf_ColorTracking

Pf_ColorTracking

2013-07-22

svm相关工具包

svm相关包

2013-07-22

Pattern Recognition and Machine Learning

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

2013-07-22

Pattern Theory The Stochastic Analysis of Real-World Signals

Pattern Theory The Stochastic Analysis of Real-World Signals

2013-07-22

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

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

2013-07-22

opencv学习资料

opencv所有的学习资料

2013-07-22

Mean-shift算法 C++

Mean-shift算法 C++

2013-07-22

Statistical pattern recognition toolbox for matlab

Statistical pattern recognition toolbox for matlab

2013-05-15

Multiple Camera Object Tracking

Multiple Camera Object Tracking

2013-05-12

Lior Wolf Image Descript

matlab code Lior Wolf Descriptor Based Methods in the Wild

2013-05-09

IEEEtran期刊latex模版

IEEEtran期刊latex模版

2013-04-22

ECCV10——deep learning

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

2012-12-13

Deep learning PPT

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

2012-12-12

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

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

2011-10-21

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

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

2011-04-25

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

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

2011-04-25

knn讲解ppt 课件资料

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

2011-04-25

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

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

2011-04-12

kld_GMM_SVM.ppt

kld_GMM_SVM.ppt Kullback-Leibler divergence based kernel for SVM

2011-03-11

空空如也

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

TA关注的人

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