码迷,mamicode.com
首页 >  
搜索关键字:histogram    ( 477个结果
CVPR 2011 Global contrast based salient region detection
Two salient region detection methods are proposed in this paper: HC AND RC HC: Histogram based contrast 1. Primary method It is simply to calculate th ...
分类:其他好文   时间:2016-12-26 21:49:16    阅读次数:260
TF Boys (TensorFlow Boys ) 养成记(六)
圣诞节玩的有点嗨,差点忘记更新。祝大家昨天圣诞节快乐,再过几天元旦节快乐。 来继续学习,在/home/your_name/TensorFlow/cifar10/ 下新建文件夹cifar10_train,用来保存训练时的日志logs,继续在/home/your_name/TensorFlow/cifa ...
分类:其他好文   时间:2016-12-26 14:08:23    阅读次数:561
Largest Rectangle in Histogram
Given n non-negative integers representing the histogram's bar height where the width of each bar is 1, find the area of largest rectangle in the hist ...
分类:其他好文   时间:2016-12-23 01:19:30    阅读次数:137
POJ 2559 Largest Rectangle in a Histogram ——笛卡尔树
【题目分析】 本来是单调栈的题目,用笛卡尔树可以快速的水过去。 把每一个矩阵看成一个二元组(出现的顺序,高度)。 然后建造笛卡尔树。 神奇的发现,每一个节点的高度*该子树的大小,就是这一块最大的子矩阵的可能解。 用二元组的第一个下标来限制,使它们在一块儿,然后堆的性质又限制了宽度以及高度。 计算,取 ...
分类:其他好文   时间:2016-12-21 02:00:46    阅读次数:145
描述统计学术语
抽样误差:sampling error 抽样分布:sampling distribution 频率表:frequency table 绝对数值:absolute number 类别:category 区间:interval 组距:binsize 直方图:histogram 柱状图:bar grath ...
分类:其他好文   时间:2016-12-19 00:17:54    阅读次数:159
HOG特征(Histogram of Gradient)总结(转载)
整理一下我个人觉得比较好的HOG博文 博文1:OpenCV HOGDescriptor: 参数与图解 http://blog.csdn.NET/raodotcong/article/details/6239431 博文2:opencv源码解析:各个参数讲解 http://www.cnblogs.co ...
分类:其他好文   时间:2016-12-16 14:16:42    阅读次数:688
目标检测的图像特征提取之(一)HOG特征(转载)
目标检测的图像特征提取之(一)HOG特征 zouxy09@qq.com http://blog.csdn.net/zouxy09 1、HOG特征: 方向梯度直方图(Histogram of Oriented Gradient, HOG)特征是一种在计算机视觉和图像处理中用来进行物体检测的特征描述子。 ...
分类:其他好文   时间:2016-12-15 20:20:31    阅读次数:179
Atitit图像识别的常用特征大总结attilax大总结
Atitit图像识别的常用特征大总结attilax大总结 1.1. 常用的图像特征有颜色特征、纹理特征、形状特征、空间关系特征。 1 1.2. HOG特征:方向梯度直方图(Histogram of Oriented Gradient, HOG)1 1.3. (二)LBP特征 LBP(Local Bi ...
分类:其他好文   时间:2016-12-07 23:02:13    阅读次数:288
ggplot2绘制概率密度图
以下绘图以Weibull分布(韦伯分布、威布尔分布)为例 关于Weibull分布(韦伯分布、威布尔分布),请参考本人博客http://www.cnblogs.com/wwxbi/p/6141501.html library(ggplot2)# 这里的d和y都有大小顺序d<- seq(0, 5, le ...
分类:其他好文   时间:2016-12-07 20:13:21    阅读次数:759
数据结构——栈——求直方图最大面积
原题描述 Given n non-negative integers representing the histogram’s bar height where the width of each bar is 1, find the area of largest rectangle in the ...
分类:其他好文   时间:2016-12-07 01:24:20    阅读次数:294
477条   上一页 1 ... 19 20 21 22 23 ... 48 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!