码迷,mamicode.com
首页 >  
搜索关键字:histogram    ( 477个结果
zoj 3367 Counterfeit Money(dp)
先搞定这题。ZOJ1985 Largest Rectangle in a Histogram再做这题。先枚举第二个矩形对第一个矩形的偏移量(x,y),再进行2维DP,复杂度为O(n^2 *n^2),即O(n^4).#include using namespace std;const int maxn...
分类:其他好文   时间:2014-10-17 00:07:53    阅读次数:405
图像的直方图均衡
图像的直方图均衡 Adaptive Image Enhancement Algorithm Based on histogram Equalization demo 左边是原图,朋友去敦煌拍的 : )                                 右边是处理后的图像...
分类:其他好文   时间:2014-10-16 16:33:32    阅读次数:239
Largest Rectangle in Histogram
Largest Rectangle in Histogram  Total Accepted: 18582 Total Submissions: 86792My Submissions Given n non-negative integers representing the histogram's bar height where the width of each b...
分类:其他好文   时间:2014-10-14 16:38:09    阅读次数:154
目标检測的图像特征提取之(一)HOG特征
1、HOG特征: 方向梯度直方图(Histogram of Oriented Gradient, HOG)特征是一种在计算机视觉和图像处理中用来进行物体检測的特征描写叙述子。它通过计算和统计图像局部区域的梯度方向直方图来构成特征。Hog特征结合SVM分类器已经被广泛应用于图像识别中,尤其在行人检測中...
分类:其他好文   时间:2014-10-11 20:37:36    阅读次数:272
leetcode - 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 width o...
分类:其他好文   时间:2014-10-11 17:54:45    阅读次数:147
HOG特征-理解篇
网上去找关于HOG的资料,发现理解性的较少,并且较为冗长,为方便大家理解便自己写了篇,希望能对奋斗在特征提取第一线的同志们有所帮助:HOG即histogram of oriented gradient, 是用于目标检測的特征描写叙述子,该技术将图像局部出现的方向梯度次数进行计数,该方法和边缘方向直方...
分类:其他好文   时间:2014-10-08 12:59:15    阅读次数:226
Maximal Rectangle
Leetcode 推荐经典好题Maximal Rectangle ,和Largest Rectangle in Histogram关联很大...
分类:其他好文   时间:2014-10-01 15:07:11    阅读次数:306
Largest Rectangular Area in a Histogram
Leetcode 利用stack经典题Largest Rectangular Area in a Histogram...
分类:其他好文   时间:2014-10-01 14:21:41    阅读次数:142
[leetcode]Maximal Rectangle @ Python [图解] [很难]
原题地址:https://oj.leetcode.com/problems/largest-rectangle-in-histogram/题意:Givennnon-negative integers representing the histogram's bar height where the ...
分类:编程语言   时间:2014-09-30 12:39:02    阅读次数:254
HOG特征-理解篇
网上去找关于HOG的资料,发现理解性的较少,并且较为冗长,为方便大家理解便自己写了篇,希望能对奋斗在特征提取第一线的同志们有所帮助:HOG即histogram of oriented gradient, 是用于目标检測的特征描写叙述子,该技术将图像局部出现的方向梯度次数进行计数,该方法和边缘方向直方...
分类:其他好文   时间:2014-09-29 11:54:10    阅读次数:159
477条   上一页 1 ... 40 41 42 43 44 ... 48 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!