
Computer Vision
文章平均质量分 72
solarforward
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
C++ 实现k-means machine learning 算法 Computer Vision
Re_Kmeans.h 文件 #include "StdAfx.h" #include "Re_Kmeans.h" Re_Kmeans::Re_Kmeans(void) { } Re_Kmeans::~Re_Kmeans(void) { } void Re_Kmeans::Inti_Cluser_Center(double*x_data,int x_num,in原创 2014-09-21 09:36:14 · 679 阅读 · 0 评论 -
Matlab实现同图片多色彩三维绘制 3d surf colormap
%Define a colormap that uses the cool colormap and % the gray colormap and assign it as the Figure's colormap. colormap([cool(128);gray(64)]); % Generate some surface data. %[X,Y,Z] = peaks(3原创 2014-10-01 06:57:47 · 5518 阅读 · 0 评论 -
深度纹理编码网络 (Deep TEN: Texture Encoding Network)
语言: English 这是一篇CVPR2017的投稿 (ArXiv的链接:https://arxiv.org/pdf/1612.02844v1.pdf)在这里给大家介绍一下这部分的工作,不像写论文那样用词严谨,这里简单介绍一下核心思想,方便大家阅读。(我个人是来到美国之后才接触科研,文中学术名词的汉语表述有不当之处还请谅解。) 我们提出了一个新的深度学习模型,这个模型推广了传统的字典转载 2017-02-12 22:49:24 · 3658 阅读 · 1 评论