码迷,mamicode.com
首页 >  
搜索关键字:histogram    ( 477个结果
leetcode_84_Largest Rectangle in Histogram
麻烦各位朋友帮忙顶一下增加人气,如有错误或疑问请留言纠正,谢谢 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 ...
分类:其他好文   时间:2015-02-10 11:25:41    阅读次数:179
HDU 1506 Largest Rectangle in a Histogram【DP】
题意:坐标轴上有连续的n个底均为1,高为h[i]的矩形,求能够构成的最大矩形的面积。学习的别人的代码 @_@看底的坐标怎么找的看了好一会儿---记l[i]为矩形的底的左边的坐标,就将它一直向左扩展记r[i]为矩形的底的右边的坐标(倒着找,从n开始找,题解里面还着重强调了要倒着找,要不然就体现不出优化...
分类:其他好文   时间:2015-02-10 10:26:27    阅读次数:137
(周六赛) Vertical Histogram
题意:统计字母的个数,以“*”号输出 1 #include 2 #include 3 #include 4 int main() 5 { 6 char str[4][100]; 7 char map[100][100]; 8 int i,j; 9 int a[100]...
分类:其他好文   时间:2015-02-09 22:58:17    阅读次数:154
leetcode[84]Largest Rectangle in Histogram
Givennnon-negative integers representing the histogram's bar height where the width of each bar is 1, find the area of largest rectangle in the histog...
分类:其他好文   时间:2015-02-09 15:47:14    阅读次数:174
C++]LeetCode: 133 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 histogram. Above is a histogram where ...
分类:编程语言   时间:2015-02-05 09:41:47    阅读次数:206
灰度图像--图像增强 直方图匹配(规定化)Histogram Specification
直方图匹配,直方图规定化...
分类:其他好文   时间:2015-02-04 11:03:53    阅读次数:250
灰度图像--图像增强 直方图均衡化(Histogram equalization)
直方图均衡,直方图均衡原理,直方图均衡分析...
分类:其他好文   时间:2015-02-03 17:27:28    阅读次数:210
HOG特征-理解篇
网上去找关于HOG的资料,发现理解性的较少,并且较为冗长,为方便大家理解便自己写了篇,希望能对奋斗在特征提取第一线的同志们有所帮助:HOG即histogram of oriented gradient, 是用于目标检測的特征描写叙述子,该技术将图像局部出现的方向梯度次数进行计数,该方法和边缘方向直方...
分类:其他好文   时间:2015-01-29 14:20:05    阅读次数:102
目标检測的图像特征提取之(一)HOG特征
1、HOG特征: 方向梯度直方图(Histogram of Oriented Gradient, HOG)特征是一种在计算机视觉和图像处理中用来进行物体检測的特征描写叙述子。它通过计算和统计图像局部区域的梯度方向直方图来构成特征。Hog特征结合SVM分类器已经被广泛应用于图像识别中,尤其在行人检測中...
分类:其他好文   时间:2015-01-23 18:09:51    阅读次数:230
(转)matlab练习程序(HOG方向梯度直方图)
matlab练习程序(HOG方向梯度直方图)http://www.cnblogs.com/tiandsp/archive/2013/05/24/3097503.htmlHOG(Histogram of Oriented Gradient)方向梯度直方图,主要用来提取图像特征,最常用的是结合svm进行...
分类:其他好文   时间:2015-01-21 19:45:49    阅读次数:251
477条   上一页 1 ... 35 36 37 38 39 ... 48 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!