码迷,mamicode.com
首页 >  
搜索关键字:histograms    ( 38个结果
【人脸检测——基于机器学习4】HOG特征
前言 HOG特征的全称是Histograms of Oriented Gradients,基于HOG特征的人脸识别算法主要包括HOG特征提取和目标检测,该算法的流程图如下图所示。本文主要讲HOG特征提取。 HOG特征的组成 Cell:将一幅图片划分为若干个cell(如上图绿色框所示),每个cell为 ...
分类:其他好文   时间:2018-10-04 22:04:36    阅读次数:189
论文列表
1.机器学习经典论文5篇 2005IEEE 《 Histograms of Oriented Gradients for Human Detection》 2009 《Integral Channel Features》 2014ECCV Workshops 《Ten Years of Pedest ...
分类:其他好文   时间:2018-06-08 20:31:04    阅读次数:178
深入理解Flink ---- Metrics的内部结构
从Metrics的使用说起 Flink的Metrics种类有四种Counters, Gauges, Histograms和Meters. 如何使用Metrics呢? 以Counter为例, 行7 getMetricGroup()获取MetricGroup 行8 从MetricGroup中获取Metr ...
分类:其他好文   时间:2018-05-30 21:36:07    阅读次数:1749
Python 笔记 #10# Histograms
1、Build a histogram 2、Bins 3、Compare ...
分类:编程语言   时间:2018-01-14 20:22:10    阅读次数:217
tensorflow学习笔记----TensorBoard讲解
TensorBoard简介 TensorBoard是TensorFlow自带的一个强大的可视化工具,也是一个Web应用程序套件。TensorBoard目前支持7种可视化,Scalars,Images,Audio,Graphs,Distributions,Histograms和Embeddings。其 ...
分类:其他好文   时间:2017-12-08 01:36:00    阅读次数:212
OpenCV之模板匹配
原理和c++实现:https://docs.opencv.org/2.4/doc/tutorials/imgproc/histograms/template_matching/template_matching.html 目的是检测、定位一个物体在一副图像中的位置,主要是通过计算两幅图(待检测图像和 ...
分类:其他好文   时间:2017-11-20 13:24:44    阅读次数:214
场景分类(scene classification) 摘录
Low-level : - SIFT : It describes a patch by the histograms of gradients computed over a 4 × 4 spatial grid. Thegradients are then quantized into eigh ...
分类:其他好文   时间:2017-08-15 15:10:54    阅读次数:564
基于空间直方图meanshift跟踪
近期看了一篇文章《spatiograms versus histograms for region-based tracking》,在此把这篇文章的核心思想及算法推理进行整理。 空间直方图 传统直方图可视为零阶空间直方图,二阶空间直 方图包含直方图每一个bin的空间均值和协方差。这样的空间信息能获取 ...
分类:其他好文   时间:2017-07-07 19:51:01    阅读次数:229
【Selenium】Option加载用户配置,Chrom命令行参数
about:version - 显示当前版本 about:memory - 显示本机浏览器内存使用状况 about:plugins - 显示已安装插件 about:histograms - 显示历史记录 about:dns - 显示DNS状态 about:cache - 显示缓存页面 about:g ...
分类:其他好文   时间:2017-06-21 13:43:31    阅读次数:156
Bars, rectangles with bases on x-axis
Usage Arguments Description The bar geom is used to produce 1d area plots: bar charts for categorical x, and histograms for continuous y. stat_bin exp ...
分类:其他好文   时间:2017-03-06 13:34:42    阅读次数:560
38条   上一页 1 2 3 4 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!