码迷,mamicode.com
首页 >  
搜索关键字:feature    ( 1944个结果
HOG
HOG Descriptor Histogram of oriented gradients (HOG) are feature descriptors for the object detection purpose. Descriptor is a set of feature vectors....
分类:其他好文   时间:2014-09-01 19:09:03    阅读次数:257
[BestCoder Round #7] hdu 4985 Little Pony and Permutation (找循环节)
Little Pony and Permutation Problem Description As a unicorn, the ability of using magic is the distinguishing feature among other kind of pony. Being familiar with composition and dec...
分类:其他好文   时间:2014-09-01 10:50:33    阅读次数:208
Spatio-temporal feature extraction and representation for RGB-D human action recognition
propose a novel and effective framework to largely improve the performance of human action recognition using both the RGB videos and depth maps. The ....
分类:其他好文   时间:2014-08-31 17:05:51    阅读次数:1243
经典的观点挖掘算法(文本挖掘系列)
最近阅读了美国伊利诺伊大学教授刘兵的一篇关于观点挖掘的KDD论文(Mining and Summarizing Customer Reviews),其观点挖掘算法非常经典,特此做记录,互相探讨。...
分类:其他好文   时间:2014-08-31 12:00:01    阅读次数:701
2013计算机视觉代码合集
申明:本文非原创,原文转载自:http://www.yuanyong.org/blog/cv/cv-code一、特征提取Feature Extraction:SIFT [1] [Demo program][SIFT Library] [VLFeat]PCA-SIFT [2] [Project]Aff...
分类:其他好文   时间:2014-08-29 18:09:18    阅读次数:452
使用ArcGIS for Server的Feature Access REST在线编辑图层
如何启用Feature Access可以参考以前写的一篇博客:http://www.cnblogs.com/oceanking/p/3895257.html本文主要关注一个全是点的图层,我也不知道学名叫啥,懒得找了,用的是ArcGIS自带的WorldCities地图,编辑其中的Cities图层。一、...
分类:数据库   时间:2014-08-28 23:56:26    阅读次数:447
Neutron L3 auto Reschedule VRouter feature
在Havana、icehouse版本的生产环境部署中,常常会启用一个外部cron job去监控是否存在down掉的L3,如果存在则将此L3上所有绑定的VRouter重新绑定到其他L3上。...
分类:其他好文   时间:2014-08-27 14:43:48    阅读次数:236
Android 自定义title
requestWindowFeature(Window.FEATURE_CUSTOM_TITLE); setContentView(Res.layout(this, "layout_select")); //软件activity的布局 getWindow().setFeatureInt(Window.FEATURE_CUSTOM_TITLE, Res.layout(this, "...
分类:移动开发   时间:2014-08-27 13:02:17    阅读次数:235
全屏无标题设置
Android开发中,经常遇到需求设置应用的Activity全屏,并且不显示标题栏。这里记录几个方法:方法一:在java代码中实现,//取消标题this.requestWindowFeature(Window.FEATURE_NO_TITLE);//全屏this.getWindow().setFla...
分类:其他好文   时间:2014-08-26 22:55:06    阅读次数:243
Unsupervised feature learning by augmenting single images
学习笔记之《Unsupervised feature learning by augmenting single images》...
分类:其他好文   时间:2014-08-25 17:02:34    阅读次数:241
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!